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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 0bf24d13 0: update: binutils-gcc-linux: boot
new 613676c1 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 (0bf24d13)
\
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 | 14 +-
02-prepare_abe/console.log | 400 +-
03-build_abe-binutils/console.log | 11855 ++++++-----
04-build_abe-stage1/console.log | 15749 +++++++-------
05-build_linux/console.log | 5640 +++--
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 33272 +++++++++++++++---------------
jenkins/manifest.sh | 18 +-
12 files changed, 33440 insertions(+), 33520 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-master-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 8c1aaff6 0: update: binutils-gcc-linux: all
new fc21c764 0: update: binutils-gcc-linux: all
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 (8c1aaff6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 214 +-
02-prepare_abe/console.log | 180 +-
03-build_abe-binutils/console.log | 11367 ++++-----
04-build_abe-stage1/console.log | 20282 ++++++++--------
05-build_linux/console.log | 5806 ++---
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 2 +-
console.log | 37875 +++++++++++++++---------------
jenkins/manifest.sh | 18 +-
12 files changed, 37893 insertions(+), 37879 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 release/2.31/master
in repository glibc.
from de371d1581 Fix build with GCC 10 when long double = double.
new 04330f8526 x32: Properly pass long to syscall [BZ #25810]
new 496b5963a7 Add SYSCALL_ULONG_ARG_[12] to pass long to syscall [BZ #25810]
new 5b9d49293b Add a syscall test for [BZ #25810]
new 63c3696a4a Mark unsigned long arguments with U in more syscalls [BZ #25810]
new 9c5ae39a64 Add C wrappers for process_vm_readv/process_vm_writev [BZ #25810]
new 7c9e054afd powerpc: Rename argN to _argN in LOADARGS_N [BZ #25902]
new 18fdba553d Add a C wrapper for prctl [BZ #25896]
The 7 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:
include/sys/prctl.h | 1 +
misc/Makefile | 2 +-
misc/tst-syscalls.c | 167 +++++++++++++++++++++
sysdeps/unix/make-syscalls.sh | 24 +++
sysdeps/unix/syscall-template.S | 49 +++++-
sysdeps/unix/syscalls.list | 22 +--
sysdeps/unix/sysv/linux/Makefile | 4 +-
sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h | 24 +--
sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h | 24 +--
.../{sparc/sparc32/sigreturn_stub.S => prctl.c} | 40 +++--
.../sysv/linux/process_vm_readv.c} | 19 ++-
.../sysv/linux/process_vm_writev.c} | 19 ++-
sysdeps/unix/sysv/linux/syscalls.list | 41 +++--
sysdeps/unix/sysv/linux/x86_64/sysdep.h | 86 ++++++++---
sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h | 35 +++++
15 files changed, 443 insertions(+), 114 deletions(-)
create mode 100644 misc/tst-syscalls.c
copy sysdeps/unix/sysv/linux/{sparc/sparc32/sigreturn_stub.S => prctl.c} (50%)
copy sysdeps/{powerpc/tst-cache-ppc.c => unix/sysv/linux/process_vm_readv.c} (66%)
copy sysdeps/{powerpc/tst-cache-ppc.c => unix/sysv/linux/process_vm_writev.c} (66%)
--
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 releases/gcc-9
in repository gcc.
from 611f8711b4e libstdc++: Update Solaris baselines for GCC 9.4
new 1c42711cd00 Update the baseline symbols for SPARC64/Linux
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/ChangeLog | 5 ++
.../post/sparc64-linux-gnu/32/baseline_symbols.txt | 88 ++++++++++++++++++++++
.../post/sparc64-linux-gnu/baseline_symbols.txt | 86 +++++++++++++++++++++
3 files changed, 179 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.