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 b74233d009 hurd: Also turn KERN_INVALID_ADDRESS to EINVAL adds e94b01393e hurd: Note when the vm_map kernel bug was fixed adds 407765e9f2 hurd: Fix ELF_MACHINE_USER_ADDRESS_MASK value adds d865ff74ba hurd: implement SA_SIGINFO signal handlers. adds 53432762ac profil-counter: Add missing SIGINFO case adds 5c06743c8a Hurd: make sigstates hold a reference on thread ports adds e0aec6c833 hurd: Make trampoline fill siginfo ss_sp from sc_uesp adds ee7a3144c9 Fix buffer overrun in EUC-KR conversion module (bz #24973) adds d4eb814027 iconv: use iconv_close after iconv_open adds 756608dbe8 iconv add iconv_close before the function returned with bad value. adds 6eb7e1da0e m68k: fix clobbering a5 in setjmp() [BZ #24202] adds cad5ad81d2 add inputs to auto-libm-test-in yielding larger errors (bina [...] adds d552058570 alpha: Remove anonymous union in struct stat [BZ #27042] adds 3378408987 config: Allow memory tagging to be enabled when configuring glibc adds 26450d04d3 elf: Add a tunable to control use of tagged memory adds 3784dfc098 malloc: Basic support for memory tagging in the malloc() family adds 0d1bafdcb6 linux: Add compatibility definitions to sys/prctl.h for MTE adds bde4949b6b aarch64: Add sysv specific enabling code for memory tagging adds d27f0e5d88 aarch64: Add aarch64-specific files for memory tagging support adds 682cdd6e1a aarch64: update ulps. adds bca0283815 i386: Regenerate ulps adds a2e5da2cf4 <sys/platform/x86.h>: Add Intel LAM support adds 9798906a42 addmntent: Remove unbounded alloca usage from getmntent [BZ#27083] adds 2aa8ec7dd7 powerpc: Regenerate ulps adds 0e981d3524 s390x: Regenerate ulps adds be37b80705 misc: Use __ferror_unlocked instead of ferror adds 8a30bb4e06 elf: Account for glibc-hwcaps/ prefix in _dl_important_hwcaps adds 4f969166ce tests-mcheck: New variable to run tests with MALLOC_CHECK_=3 adds 84c202246b MTE: Do not pad size in realloc_check adds b7f8815617 x86 long double: Support pseudo numbers in fpclassifyl adds 94547d9209 x86 long double: Support pseudo numbers in isnanl adds 41290b6e84 Partially revert 681900d29683722b1cb0a8e565a0585846ec5a61 adds 45dcd1af09 x86: Remove the duplicated CPU_FEATURE_CPU_P adds f380868f6d Remove _ISOMAC check from <cpu-features.h> adds 13adfa34af hurd: Try shell in posix_spawn* only in compat mode
No new revisions were added by this update.
Summary of changes: INSTALL | 14 + Rules | 19 +- bits/sigaction.h | 1 + config.h.in | 3 + config.make.in | 2 + configure | 22 ++ configure.ac | 15 + elf/dl-hwcaps.c | 1 + elf/dl-tunables.list | 9 + hurd/hurd/signal.h | 24 +- hurd/hurdfault.c | 2 +- hurd/hurdinit.c | 2 +- hurd/hurdsig.c | 23 +- iconv/tst-iconv3.c | 2 + iconv/tst-iconv5.c | 1 + iconvdata/Makefile | 3 +- iconvdata/bug-iconv13.c | 53 ++++ iconvdata/euc-kr.c | 6 +- iconvdata/ksc5601.h | 6 +- include/malloc.h | 8 + malloc/Makefile | 20 ++ malloc/arena.c | 59 +++- malloc/hooks.c | 78 +++-- malloc/malloc.c | 336 +++++++++++++++++---- manual/install.texi | 13 + manual/platform.texi | 3 + manual/tunables.texi | 35 +++ math/auto-libm-test-in | 16 + math/auto-libm-test-out-asinh | 69 +++++ math/auto-libm-test-out-cbrt | 69 +++++ math/auto-libm-test-out-cosh | 69 +++++ math/auto-libm-test-out-erfc | 69 +++++ math/auto-libm-test-out-exp | 69 +++++ math/auto-libm-test-out-log | 69 +++++ math/auto-libm-test-out-sinh | 69 +++++ math/auto-libm-test-out-tgamma | 69 +++++ misc/Makefile | 2 +- misc/mntent_r.c | 111 +++---- misc/tst-mntent-escape.c | 101 +++++++ sysdeps/aarch64/Makefile | 5 + .../__mtag_address_get_tag.S} | 28 +- sysdeps/aarch64/__mtag_memset_tag.S | 53 ++++ .../linux/sys/prctl.h => aarch64/__mtag_new_tag.S} | 30 +- sysdeps/aarch64/__mtag_tag_region.S | 51 ++++ sysdeps/aarch64/libc-mtag.h | 57 ++++ sysdeps/aarch64/libm-test-ulps | 22 +- sysdeps/generic/libc-mtag.h | 52 ++++ sysdeps/generic/profil-counter.h | 10 + sysdeps/i386/dl-machine.h | 2 +- sysdeps/i386/fpu/libm-test-ulps | 10 +- sysdeps/i386/i686/fpu/multiarch/libm-test-ulps | 10 +- sysdeps/m68k/setjmp.c | 1 + sysdeps/mach/hurd/dl-sysdep.c | 2 +- sysdeps/mach/hurd/i386/bits/sigcontext.h | 4 + sysdeps/mach/hurd/i386/exc2signal.c | 122 +++++--- sysdeps/mach/hurd/i386/sigcontextinfo.h | 5 +- sysdeps/mach/hurd/i386/trampoline.c | 125 +++++++- sysdeps/mach/hurd/kill.c | 2 +- sysdeps/mach/hurd/setitimer.c | 2 +- sysdeps/mach/hurd/spawni.c | 2 +- sysdeps/powerpc/fpu/libm-test-ulps | 25 +- sysdeps/s390/fpu/libm-test-ulps | 22 +- sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h | 1 + sysdeps/unix/sysv/linux/aarch64/bits/mman.h | 1 + sysdeps/unix/sysv/linux/aarch64/cpu-features.c | 30 ++ sysdeps/unix/sysv/linux/aarch64/cpu-features.h | 2 + sysdeps/unix/sysv/linux/alpha/bits/struct_stat.h | 81 ++--- sysdeps/unix/sysv/linux/alpha/kernel_stat.h | 24 +- sysdeps/unix/sysv/linux/alpha/xstatconv.c | 24 +- sysdeps/unix/sysv/linux/sys/prctl.h | 18 ++ sysdeps/{i386 => x86}/fpu/s_fpclassifyl.c | 4 + sysdeps/{i386 => x86}/fpu/s_isnanl.c | 12 +- sysdeps/x86/include/cpu-features.h | 158 +++++----- sysdeps/x86/ldbl2mpn.c | 8 - sysdeps/x86/sys/platform/x86.h | 3 + sysdeps/x86/tst-get-cpu-features.c | 1 + sysdeps/x86/tst-ldbl-nonnormal-printf.c | 5 +- sysdeps/x86_64/fpu/libm-test-ulps | 24 +- sysdeps/x86_64/fpu/s_fpclassifyl.c | 2 - sysdeps/x86_64/fpu/s_isnanl.c | 1 - 80 files changed, 2083 insertions(+), 500 deletions(-) create mode 100644 iconvdata/bug-iconv13.c create mode 100644 misc/tst-mntent-escape.c copy sysdeps/{mach/hurd/i386/sigcontextinfo.h => aarch64/__mtag_address_get_tag.S} (64%) create mode 100644 sysdeps/aarch64/__mtag_memset_tag.S copy sysdeps/{unix/sysv/linux/sys/prctl.h => aarch64/__mtag_new_tag.S} (56%) create mode 100644 sysdeps/aarch64/__mtag_tag_region.S create mode 100644 sysdeps/aarch64/libc-mtag.h create mode 100644 sysdeps/generic/libc-mtag.h rename sysdeps/{i386 => x86}/fpu/s_fpclassifyl.c (87%) rename sysdeps/{i386 => x86}/fpu/s_isnanl.c (76%) delete mode 100644 sysdeps/x86_64/fpu/s_fpclassifyl.c delete mode 100644 sysdeps/x86_64/fpu/s_isnanl.c