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-defconfig
in repository toolchain/ci/base-artifacts.
discards 4b1b2cdb 0: update: binutils-gcc-linux-qemu: boot
new fb9d4c16 0: update: linux-6efb943b8616ec53a5e444193dccf1af9ad627b5: 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 (4b1b2cdb)
\
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 | 130 +-
02-prepare_abe/console.log | 340 +-
03-build_abe-binutils/console.log | 11471 +++++----
04-build_abe-stage1/console.log | 19282 ++++++++-------
05-build_abe-qemu/console.log | 6797 +++---
06-build_linux/console.log | 595 +-
07-boot_linux/console.log | 417 +-
08-check_regression/console.log | 2 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 2 +-
09-update_baseline/results.regressions | 2 +-
console.log | 39044 +++++++++++++++---------------
jenkins/manifest.sh | 18 +-
13 files changed, 38272 insertions(+), 39830 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 binutils-gdb.
from 2d4b49864eb Avoid possible pointer wrap
new 802021d46df gdb/doc: reword a sentence
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:
gdb/doc/ChangeLog | 5 +++++
gdb/doc/guile.texi | 2 +-
gdb/doc/python.texi | 2 +-
3 files changed, 7 insertions(+), 2 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 a2d7e58f4ea LTO plugin: use startswith function.
new 7596c762137 arm: Fix wrong code with MVE V2DImode loads and stores [PR99960]
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:
gcc/config/arm/mve.md | 35 ++++------------------
.../arm/mve/intrinsics/vldrdq_gather_base_wb_s64.c | 4 +--
.../arm/mve/intrinsics/vldrdq_gather_base_wb_u64.c | 4 +--
.../mve/intrinsics/vldrdq_gather_base_wb_z_s64.c | 4 +--
.../mve/intrinsics/vldrdq_gather_base_wb_z_u64.c | 4 +--
.../arm/mve/intrinsics/vuninitializedq_int.c | 3 +-
.../arm/mve/intrinsics/vuninitializedq_int1.c | 3 +-
7 files changed, 15 insertions(+), 42 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 glibc.
from 9637e5669b Hurd: Add missing hidden proto definition for __ttyname_r
new a64af8c9b6 scripts/versions.awk: Add strings and hashes to <first-versions.h>
new d6163dfd38 elf, nptl: Resolve recursive lock implementation early
new 321789f61a nptl: Export __libc_multiple_threads from libc as an interna [...]
new 1c75f89613 Linux: Explicitly disable cancellation checking in the dynam [...]
new 29d4d1be68 Linux: Simplify and fix the definition of SINGLE_THREAD_P
new 0df5d8d404 nptl: Eliminate __pthread_multiple_threads
new d017b0ab5a elf: Introduce __tls_pre_init_tp
new 9d124d81f0 nptl: Move more stack management variables into _rtld_global
new ee07b3a722 nptl: Simplify the change_stack_perm calling convention
new 2dd87703d4 nptl: Move changing of stack permissions into ld.so
new 652c7c6fe7 nptl: Simplify resetting the in-flight stack in __reclaim_stacks
new 8c1c0da3a8 nptl: Move __default_pthread_attr, __default_pthread_attr_lo [...]
new 732139dabe Linux: Move __reclaim_stacks into the fork implementation in libc
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:
csu/libc-tls.c | 2 +
elf/Makefile | 3 +-
elf/dl-load.c | 4 +
elf/{dl-diagnostics-cpu.c => dl-mutex.c} | 9 +-
elf/dl-support.c | 13 +-
elf/dl-tls_init_tp.c | 29 ++++
elf/rtld.c | 34 ++---
nptl/Makefile | 2 +-
nptl/Versions | 4 +-
nptl/allocatestack.c | 227 ++-----------------------------
nptl/libc_multiple_threads.c | 3 +-
nptl/libc_pthread_init.c | 11 --
nptl/nptl-init.c | 24 ----
nptl/pthreadP.h | 33 ++---
nptl/pthread_cancel.c | 2 +-
nptl/vars.c | 15 +-
scripts/versions.awk | 36 +++++
sysdeps/generic/ldsodefs.h | 51 ++++++-
sysdeps/nptl/dl-mutex.c | 53 ++++++++
sysdeps/nptl/dl-tls_init_tp.c | 26 +++-
sysdeps/nptl/fork.c | 110 +++++++++++++++
sysdeps/nptl/libc-lockP.h | 17 +--
sysdeps/unix/sysdep.h | 11 +-
sysdeps/unix/sysv/linux/Versions | 6 +
sysdeps/unix/sysv/linux/dl-execstack.c | 76 +++++++++--
sysdeps/unix/sysv/linux/single-thread.h | 42 ++----
26 files changed, 464 insertions(+), 379 deletions(-)
copy elf/{dl-diagnostics-cpu.c => dl-mutex.c} (83%)
create mode 100644 sysdeps/nptl/dl-mutex.c
--
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 glibc.
from 104c7b1967 x86: Add EVEX optimized memchr family not safe for RTM
new 9637e5669b Hurd: Add missing hidden proto definition for __ttyname_r
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:
sysdeps/mach/hurd/ttyname_r.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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_gnu/gnu-master-arm-check_binutils
in repository toolchain/ci/base-artifacts.
discards 60733a57 4: update: binutils-8a16cc4b934b2dee897837b7c68b9393cfd5ef5a: 1
new d0cc53fa 4: update: binutils-2d4b49864eba70606b1bee3d0a3e8414189dcd6d: 1
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 (60733a57)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-check [...]
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 | 128 +-
02-prepare_abe/console.log | 398 +-
03-build_abe-binutils/console.log | 18139 +++++++++++----------
04-build_abe-check_binutils/console.log | 6573 ++++----
05-check_regression/console.log | 52 +-
05-check_regression/results.regressions | 4 +-
06-update_baseline/console.log | 922 +-
06-update_baseline/results.regressions | 4 +-
console.log | 26228 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
sumfiles/binutils.log.xz | Bin 40132 -> 40188 bytes
sumfiles/binutils.sum | 2 +-
sumfiles/gas.log.xz | Bin 95564 -> 95504 bytes
sumfiles/gas.sum | 4 +-
sumfiles/ld.log.xz | Bin 117752 -> 117740 bytes
sumfiles/ld.sum | 4 +-
sumfiles/libctf.log.xz | Bin 2232 -> 2232 bytes
sumfiles/libctf.sum | 2 +-
18 files changed, 26318 insertions(+), 26150 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.