This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-arm
in repository toolchain/ci/glibc.
from 3d9926663c Update syscall-names.list for Linux 5.18
adds 7597b251d4 String: Improve overflow test coverage for strnlen
adds 8d6c44ee7d Update kernel version to 5.18 in header constant tests
new 9c66efb86f x86_64: Implement evex512 version of strlen, strnlen, wcslen [...]
new f8587a6189 x86-64: Ignore r_addend for R_X86_64_GLOB_DAT/R_X86_64_JUMP_SLOT
The 2 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:
string/test-strnlen.c | 2 +
sysdeps/unix/sysv/linux/tst-mman-consts.py | 2 +-
sysdeps/unix/sysv/linux/tst-pidfd-consts.py | 2 +-
sysdeps/x86_64/dl-machine.h | 6 +-
sysdeps/x86_64/multiarch/Makefile | 4 +
sysdeps/x86_64/multiarch/ifunc-impl-list.c | 20 ++
sysdeps/x86_64/multiarch/strlen-evex-base.S | 302 ++++++++++++++++++++++++++++
sysdeps/x86_64/multiarch/strlen-evex512.S | 7 +
sysdeps/x86_64/multiarch/strnlen-evex512.S | 4 +
sysdeps/x86_64/multiarch/wcslen-evex512.S | 4 +
sysdeps/x86_64/multiarch/wcsnlen-evex512.S | 5 +
11 files changed, 354 insertions(+), 4 deletions(-)
create mode 100644 sysdeps/x86_64/multiarch/strlen-evex-base.S
create mode 100644 sysdeps/x86_64/multiarch/strlen-evex512.S
create mode 100644 sysdeps/x86_64/multiarch/strnlen-evex512.S
create mode 100644 sysdeps/x86_64/multiarch/wcslen-evex512.S
create mode 100644 sysdeps/x86_64/multiarch/wcsnlen-evex512.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_gnu_native_check_gcc/master-arm
in repository toolchain/ci/base-artifacts.
discards dd6840b8 0: update: binutils-gcc-linux-glibc-gdb: 1
new f0f44c5e 0: update: binutils-gcc-linux-glibc-gdb: 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 (dd6840b8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gcc/mas [...]
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.xz | Bin 1544 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2720 bytes
03-build_abe-binutils/console.log.xz | Bin 52368 -> 52220 bytes
04-build_abe-gcc/console.log.xz | Bin 231020 -> 231700 bytes
06-build_abe-linux/console.log.xz | Bin 11468 -> 9212 bytes
07-build_abe-glibc/console.log.xz | Bin 230752 -> 230944 bytes
08-build_abe-gdb/console.log.xz | Bin 49832 -> 49668 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3812 -> 3824 bytes
10-build_abe-check_gcc/console.log.xz | Bin 2724 -> 2724 bytes
11-check_regression/console.log.xz | Bin 4124 -> 4152 bytes
11-check_regression/extra-bisect-params | 1 +
11-check_regression/fails.sum | 7 +
11-check_regression/results.compare | 23 +-
11-check_regression/results.compare2 | 426 +--
11-check_regression/results.regressions | 27 +
12-update_baseline/console.log | 770 +++---
12-update_baseline/extra-bisect-params | 1 +
12-update_baseline/fails.sum | 7 +
12-update_baseline/results.compare | 23 +-
12-update_baseline/results.compare2 | 426 +--
12-update_baseline/results.regressions | 27 +
jenkins/manifest.sh | 26 +-
sumfiles/g++.log.xz | Bin 2842008 -> 2864868 bytes
sumfiles/g++.sum | 76 +-
sumfiles/gcc.log.xz | Bin 2504096 -> 2461676 bytes
sumfiles/gcc.sum | 4610 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 935992 -> 935844 bytes
sumfiles/gfortran.sum | 8 +-
sumfiles/libatomic.log.xz | Bin 2252 -> 2248 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 214004 -> 214004 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2664 -> 2668 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 458304 -> 450496 bytes
sumfiles/libstdc++.sum | 155 +-
36 files changed, 3367 insertions(+), 3252 deletions(-)
create mode 100644 11-check_regression/extra-bisect-params
create mode 100644 11-check_regression/fails.sum
create mode 100644 11-check_regression/results.regressions
create mode 100644 12-update_baseline/extra-bisect-params
create mode 100644 12-update_baseline/fails.sum
create mode 100644 12-update_baseline/results.regressions
--
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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards e18e7cc4 0: update: binutils-bc8ba34fc243d452379ae55ea39ba920817b6a26: all
new 22c884f1 0: update: qemu-3757b0d08b399c609954cf57f273b1167e5d7a8d: 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 (e18e7cc4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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.xz | Bin 1716 -> 1604 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 29844 -> 29068 bytes
04-build_abe-stage1/console.log.xz | Bin 87016 -> 86948 bytes
05-build_abe-qemu/console.log.xz | Bin 33424 -> 31684 bytes
06-build_linux/console.log.xz | Bin 5132 -> 5052 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 10 +++++-----
10 files changed, 10 insertions(+), 10 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 b2fdd31b03e aarch64-fbsd-nat: Move definition of debug_regs_probed unde [...]
new 81cd0a49c9e cris: bfd: Correct default to no execstack
new 5d02a15c69c ld: cris*-elf: Default to --no-warn-rwx-segment
The 2 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:
bfd/elf32-cris.c | 2 ++
ld/configure.tgt | 5 +++++
ld/testsuite/ld-elf/elf.exp | 1 +
3 files changed, 8 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.