This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/gnu-master-aarch64-spec2k6-O3_LTO in repository toolchain/ci/glibc.
from e1b871e25f linux: Remove assembly umount2 implementation adds 55c7bcc71b x86-64: Use RDX_LP on __x86_shared_non_temporal_threshold [B [...] adds 61416e1921 hurd: Add missing sigstate members initialization adds e627106266 POWER: Add context-synchronizing instructions to pkey_write [...] adds 978e8ac39f Suppress GCC 10 true positive warnings [BZ #25967] adds 6fcb0272f7 Linux: Enhance glibcsyscalls.py to support listing system calls adds c2d0411488 Use unsigned constants for ICMP6 filters [BZ #22489] adds 16536e98e3 aarch64: Accept PLT calls to __getauxval within libc.so adds 4cab20fa49 nptl: wait for pending setxid request also in detached threa [...] adds 0e28cfff9d support: Add support_blob_repeat_allocate_shared adds eec0f4218c string: Add string/tst-memmove-overflow, a test case for bug 25620 adds ad78d70275 elf: Remove redundant add_to_global_resize_failure call fro [...] adds eca1b23332 arm: XFAIL string/tst-memmove-overflow due to bug 25620 adds 98b2dc7e20 Add arch-syscall.h dependency for generating sysd-syscalls file adds a4a3519245 string: Fix string/tst-memmove-overflow to compile with GCC 7 adds 981e638d38 locale: Add transliteration for Geresh, Gershayim (U+05F3, U+05F4) adds 59b64f9cbb aarch64: fix strcpy and strnlen for big-endian [BZ #25824] adds 61d64408a1 Update timezone code from tzcode 2020a adds 501bdb5dd6 Linux: Remove remnants of the getcpu cache adds cbfc16122e sunrpc/tst-udp-*: Fix timeout value adds 674ea88294 x86: Move CET control to _dl_x86_feature_control [BZ #25887] adds 3903704850 powerpc: Optimized strcpy for POWER9 adds aa70d05632 powerpc: Optimized stpcpy for POWER9 adds 7b5bfe7783 elf: Assert that objects are relocated before their construc [...] adds ce12fc7113 Remove NO_CTORS_DTORS_SECTIONS macro adds 9e38f455a6 x86: Add --enable-cet=permissive adds 765de945ef powerpc: Optimized rawmemchr for POWER9 adds 790b8dda44 nss_compat: internal_end*ent may clobber errno, hiding ERANG [...] adds cad64f778a ldconfig: Default to the new format for ld.so.cache
No new revisions were added by this update.
Summary of changes: INSTALL | 26 +- Makerules | 6 +- NEWS | 3 + config.h.in | 6 +- configure | 53 -- configure.ac | 30 - csu/init-first.c | 4 - elf/Makefile | 2 +- elf/dl-init.c | 6 + elf/dl-open.c | 5 - elf/ldconfig.c | 4 +- elf/rtld.c | 2 + elf/sofini.c | 12 - elf/soinit.c | 43 -- hurd/hurdsig.c | 6 +- include/libc-internal.h | 3 - inet/netinet/icmp6.h | 8 +- io/tst-getcwd.c | 21 +- locale/C-translit.h.in | 2 + manual/install.texi | 12 +- nptl/pthread_create.c | 11 +- nss/nss_compat/compat-grp.c | 15 +- nss/nss_compat/compat-initgroups.c | 13 +- nss/nss_compat/compat-pwd.c | 15 +- nss/nss_compat/compat-spwd.c | 14 +- posix/test-errno.c | 12 +- string/Makefile | 2 +- string/tst-memmove-overflow.c | 174 +++++ sunrpc/tst-udp-nonblocking.c | 2 +- sunrpc/tst-udp-timeout.c | 16 +- support/blob_repeat.c | 31 +- support/blob_repeat.h | 12 +- support/tst-support_blob_repeat.c | 45 +- sysdeps/aarch64/strcpy.S | 5 + sysdeps/aarch64/strnlen.S | 5 + sysdeps/arm/Makefile | 5 + sysdeps/i386/dl-machine.h | 2 +- sysdeps/mach/hurd/i386/init-first.c | 5 - sysdeps/powerpc/powerpc64/le/power9/rawmemchr.S | 107 +++ .../powerpc64/{power8 => le/power9}/stpcpy.S | 4 +- sysdeps/powerpc/powerpc64/le/power9/strcpy.S | 187 +++++ sysdeps/powerpc/powerpc64/multiarch/Makefile | 3 +- .../powerpc/powerpc64/multiarch/ifunc-impl-list.c | 13 + .../powerpc64/multiarch/rawmemchr-power9.S} | 11 +- sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c | 12 +- .../multiarch/{stpcpy-power8.S => stpcpy-power9.S} | 6 +- sysdeps/powerpc/powerpc64/multiarch/stpcpy.c | 17 +- .../multiarch/{strcmp-power9.S => strcpy-power9.S} | 6 +- sysdeps/powerpc/powerpc64/multiarch/strcpy.c | 7 + sysdeps/unix/Makefile | 1 + sysdeps/unix/sysv/linux/aarch64/localplt.data | 3 + sysdeps/unix/sysv/linux/glibcsyscalls.py | 84 ++- .../unix/sysv/linux/powerpc/powerpc64/arch-pkey.h | 2 +- sysdeps/unix/sysv/linux/pthread_setaffinity.c | 5 - sysdeps/unix/sysv/linux/sched_setaffinity.c | 5 - sysdeps/unix/sysv/linux/x86/Makefile | 2 +- sysdeps/unix/sysv/linux/x86/cpu-features.c | 2 +- .../unix/sysv/linux/x86_64/pthread_setaffinity.c | 14 - sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c | 14 - sysdeps/x86/Makefile | 18 +- sysdeps/x86/{cet-tunables.h => cet-control.h} | 34 +- sysdeps/x86/configure | 21 +- sysdeps/x86/configure.ac | 19 +- sysdeps/x86/cpu-features.c | 12 +- sysdeps/x86/cpu-tunables.c | 31 +- sysdeps/x86/dl-cet.c | 43 +- sysdeps/x86/dl-procruntime.c | 22 +- sysdeps/x86/ldsodefs.h | 1 + sysdeps/x86/tst-cet-legacy-5.c | 25 +- sysdeps/x86/tst-cet-legacy-6.c | 25 +- .../x86_64/multiarch/memmove-vec-unaligned-erms.S | 6 +- sysdeps/x86_64/nptl/tcb-offsets.sym | 1 - sysdeps/x86_64/nptl/tls.h | 2 +- time/tzfile.c | 2 +- timezone/private.h | 37 +- timezone/tzfile.h | 20 +- timezone/version | 2 +- timezone/zdump.c | 6 +- timezone/zic.c | 814 +++++++++++++-------- 79 files changed, 1544 insertions(+), 740 deletions(-) delete mode 100644 elf/soinit.c create mode 100644 string/tst-memmove-overflow.c create mode 100644 sysdeps/powerpc/powerpc64/le/power9/rawmemchr.S copy sysdeps/powerpc/powerpc64/{power8 => le/power9}/stpcpy.S (88%) create mode 100644 sysdeps/powerpc/powerpc64/le/power9/strcpy.S copy sysdeps/{mach/htl/thrd_yield.c => powerpc/powerpc64/multiarch/rawmemchr-power [...] copy sysdeps/powerpc/powerpc64/multiarch/{stpcpy-power8.S => stpcpy-power9.S} (86%) copy sysdeps/powerpc/powerpc64/multiarch/{strcmp-power9.S => strcpy-power9.S} (86%) delete mode 100644 sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c delete mode 100644 sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c rename sysdeps/x86/{cet-tunables.h => cet-control.h} (60%)