This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards ca3ae566 0: update: binutils-gcc-linux: boot
new 56781667 0: update: binutils-gcc-linux: boot
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ca3ae566)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log | 216 +-
02-prepare_abe/console.log | 430 +-
03-build_abe-binutils/console.log | 12177 ++++++------
04-build_abe-stage1/console.log | 16108 ++++++++--------
05-build_linux/console.log | 808 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 34 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 2 +-
console.log | 29789 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 29786 insertions(+), 29808 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a52bf016433 c++: using-decl instantiation
new 93e79ed391b libstdc++: Rewrite std::call_once to use futexes [PR 66146]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
libstdc++-v3/config/abi/pre/gnu.ver | 5 +
libstdc++-v3/include/std/mutex | 200 +++++++++++++++++----
libstdc++-v3/src/c++11/mutex.cc | 59 ++++++
.../testsuite/30_threads/call_once/39909.cc | 3 +-
.../testsuite/30_threads/call_once/49668.cc | 4 +-
.../testsuite/30_threads/call_once/60497.cc | 4 +-
.../30_threads/call_once/{dr2442.cc => 66146.cc} | 35 ++--
.../testsuite/30_threads/call_once/call_once1.cc | 6 +-
.../testsuite/30_threads/call_once/constexpr.cc | 29 ---
.../testsuite/30_threads/call_once/dr2442.cc | 4 +-
.../testsuite/30_threads/call_once/once_flag.cc | 10 +-
.../30_threads/once_flag/cons/constexpr.cc | 29 ---
12 files changed, 264 insertions(+), 124 deletions(-)
copy libstdc++-v3/testsuite/30_threads/call_once/{dr2442.cc => 66146.cc} (66%)
delete mode 100644 libstdc++-v3/testsuite/30_threads/call_once/constexpr.cc
delete mode 100644 libstdc++-v3/testsuite/30_threads/once_flag/cons/constexpr.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 19859d6ba6b Add setup.cfg for pytest.
new 84ed8d2c889 gcc-changelog/git_email.py: Support older unidiff modules
new 082a7b23909 cpplib: Fix off-by-one error
new 770ec066b8b c++: Make extern-C mismatch an error
new 1c8b8efa5be c++: A couple of template instantiation cleanups
new cee45e49126 c++: Directly fixup deferred eh-specs
new 3553c658533 aarch64: intrinsics extract half of bf16 vector
new ec4d374ece6 Sync the aarch64-vx7r2 libgcc config with that of Linux
new 9ba95047e47 Add dg-require-effective-target fpic to gcc.target/powerpc tests
new 8bd9a00f434 cpplib: EOF in pragmas
new 5b01425ec20 c++: Small pt.c cleanups
new f4a0e873be8 i386: Fix ix86_function_arg_regno_p to return correct SSE r [...]
new 78f2f08ac8f c++: Refactor clone copying
new a52bf016433 c++: using-decl instantiation
The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
contrib/gcc-changelog/git_email.py | 5 ++-
gcc/ChangeLog | 9 +++++
gcc/config/aarch64/aarch64-simd-builtins.def | 4 ++
gcc/config/aarch64/aarch64-simd.md | 21 ++++++++++
gcc/config/aarch64/arm_neon.h | 14 +++++++
gcc/config/i386/i386.c | 20 +++-------
gcc/config/i386/i386.h | 4 +-
gcc/cp/class.c | 37 +++++++++--------
gcc/cp/cp-tree.h | 1 +
gcc/cp/decl.c | 2 +-
gcc/cp/parser.c | 26 ++++++------
gcc/cp/pt.c | 44 +++++++++++----------
gcc/cp/tree.c | 46 ++++++++++++++++++++++
gcc/testsuite/ChangeLog | 5 +++
.../{bfcvtnq2-untied.c => bf16_get-be.c} | 21 ++++++----
.../{bfcvtnq2-untied.c => bf16_get.c} | 19 ++++++---
gcc/testsuite/gcc.target/powerpc/pr67789.c | 1 +
gcc/testsuite/gcc.target/powerpc/pr83629.c | 1 +
gcc/testsuite/gcc.target/powerpc/pr84112.c | 3 +-
libcpp/lex.c | 33 +++++++++++-----
libgcc/config.host | 1 +
21 files changed, 227 insertions(+), 90 deletions(-)
copy gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/{bfcvtnq2-untied.c => bf1 [...]
copy gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/{bfcvtnq2-untied.c => bf1 [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 6cc6d995 6: update: binutils-gcc-linux: 21094
new 84ef7dd0 6: update: binutils-gcc-linux: 21094
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6cc6d995)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log | 226 +-
02-prepare_abe/console.log | 406 +-
03-build_abe-binutils/console.log | 11725 ++++----
04-build_abe-stage1/console.log | 20424 +++++++-------
05-build_linux/console.log | 9592 +++----
07-check_regression/console.log | 18 +-
07-check_regression/results.regressions | 20 +-
08-update_baseline/console.log | 144 +-
08-update_baseline/results.regressions | 20 +-
console.log | 42535 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
11 files changed, 42606 insertions(+), 42520 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allmodconfig
in repository toolchain/ci/linux.
from 3cea11cd5e3b Linux 5.10-rc2
adds 495023e4e49e of: Drop superfluous ULL suffix for ~0
adds 46b1ee38b2ba mm/mremap_pages: fix static key devmap_managed_key updates
adds 79aa925bf239 hugetlb_cgroup: fix reservation accounting
adds 7de2e9f195b9 mm: memcontrol: correct the NR_ANON_THPS counter of hierar [...]
adds 8de15e920dc8 mm: memcg: link page counters to root if use_hierarchy is false
adds 58b999d7a22c kasan: adopt KUNIT tests to SW_TAGS mode
adds 3f08842098e8 mm: mempolicy: fix potential pte_unmap_unlock pte error
adds 7b3c36fc4c23 ptrace: fix task_join_group_stop() for the case when curre [...]
adds aa4e460f0976 lib/crc32test: remove extra local_irq_disable/enable
adds a77eedbc871e mm/truncate.c: make __invalidate_mapping_pages() static
adds 6993d0fdbee0 kthread_worker: prevent queuing delayed work from timer_fn [...]
adds 66606567dedf mm, oom: keep oom_adj under or at upper limit when printing
adds f8f6ae5d077a mm: always have io_remap_pfn_range() set pgprot_decrypted()
adds afabdf333872 epoll: add a selftest for epoll timeout race
adds 3b70ae4f5c4e kernel/hung_task.c: make type annotations consistent
adds b7cbaf59f62f Merge branch 'akpm' (patches from Andrew)
new 90bfdeef83f1 tty: make FONTX ioctl use the tty pointer they were actual [...]
new c80afa1d9c36 afs: Fix warning due to unadvanced marshalling pointer
new f4c79144edd8 afs: Fix incorrect freeing of the ACL passed to the YFS AC [...]
new 3ad84246a409 x86/boot/compressed/64: Introduce sev_status
new ed7b895f3efb x86/boot/compressed/64: Sanity-check CPUID results in the [...]
new 86ce43f7dde8 x86/boot/compressed/64: Check SEV encryption in 64-bit boot-path
new c9f09539e16e x86/head/64: Check SEV encryption before switching to kern [...]
new 2411cd821123 x86/sev-es: Do not support MMIO to/from encrypted memory
new 43c834186c18 Merge tag 'x86_seves_for_v5.10_rc3' of git://git.kernel.or [...]
adds d94df02c476c docs: Makefile: honor V=0 for docs building
adds 6b80975c6308 scripts: kernel-doc: fix typedef parsing
adds 7efc6c4295f5 scripts: kernel-doc: split typedef complex regex
adds e051955977b7 documentation: arm: sunxi: add Allwinner H6 documents
new 4f3e69060dc9 docs: fix automarkup regression on Python 2
new ce2e33ba4163 Merge tag 'docs-5.10-3' of git://git.lwn.net/linux
The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Documentation/Makefile | 4 +
Documentation/arm/sunxi.rst | 10 ++
Documentation/sphinx/automarkup.py | 20 ++-
arch/x86/boot/compressed/ident_map_64.c | 1 +
arch/x86/boot/compressed/mem_encrypt.S | 20 ++-
arch/x86/boot/compressed/misc.h | 2 +
arch/x86/kernel/head_64.S | 16 +++
arch/x86/kernel/sev-es-shared.c | 26 ++++
arch/x86/kernel/sev-es.c | 20 ++-
arch/x86/kernel/sev_verify_cbit.S | 89 ++++++++++++
arch/x86/mm/mem_encrypt.c | 1 +
drivers/of/device.c | 2 +-
drivers/tty/vt/vt_ioctl.c | 36 ++---
fs/afs/xattr.c | 7 +-
fs/afs/yfsclient.c | 1 +
fs/proc/base.c | 2 +
include/linux/mm.h | 9 ++
include/linux/pgtable.h | 4 -
kernel/hung_task.c | 3 +-
kernel/kthread.c | 3 +-
kernel/signal.c | 19 +--
lib/crc32test.c | 4 -
lib/test_kasan.c | 149 +++++++++++++++------
mm/hugetlb.c | 20 +--
mm/memcontrol.c | 25 +++-
mm/mempolicy.c | 6 +-
mm/memremap.c | 39 +++---
mm/truncate.c | 2 +-
scripts/kernel-doc | 15 ++-
.../filesystems/epoll/epoll_wakeup_test.c | 95 +++++++++++++
30 files changed, 502 insertions(+), 148 deletions(-)
create mode 100644 arch/x86/kernel/sev_verify_cbit.S
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allmodconfig
in repository toolchain/ci/gcc.
from 8860822a91e Simplify and enhance 'libgomp.oacc-c-c++-common/pr85486*.c' [...]
adds dd0b8347d45 Daily bump.
adds fc1af160fa1 Daily bump.
adds e42cb1d4803 testsuite/97688 - fix check_vect () with __AVX2__
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/testsuite/gcc.dg/vect/tree-vect.h | 2 +-
libgomp/ChangeLog | 20 ++++++++++++++++++++
3 files changed, 22 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.