This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/llvm-master-arm-spec2k6-Os_LTO in repository toolchain/ci/glibc.
from 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 new 4cab20fa49 nptl: wait for pending setxid request also in detached threa [...] new 0e28cfff9d support: Add support_blob_repeat_allocate_shared new eec0f4218c string: Add string/tst-memmove-overflow, a test case for bug 25620 new ad78d70275 elf: Remove redundant add_to_global_resize_failure call fro [...]
The 4 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: elf/dl-open.c | 5 - hurd/hurdsig.c | 6 +- inet/netinet/icmp6.h | 8 +- io/tst-getcwd.c | 21 ++- nptl/pthread_create.c | 11 +- posix/test-errno.c | 12 +- string/Makefile | 2 +- string/tst-memmove-overflow.c | 155 +++++++++++++++++++++ support/blob_repeat.c | 31 ++++- support/blob_repeat.h | 12 +- support/tst-support_blob_repeat.c | 45 ++++-- sysdeps/unix/sysv/linux/aarch64/localplt.data | 3 + sysdeps/unix/sysv/linux/glibcsyscalls.py | 84 ++++++++++- .../unix/sysv/linux/powerpc/powerpc64/arch-pkey.h | 2 +- 14 files changed, 356 insertions(+), 41 deletions(-) create mode 100644 string/tst-memmove-overflow.c