This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_apm/gnu-master-arm-spec2k6-Os_LTO in repository toolchain/ci/glibc.
from 7de501f941 Disable debuginfod in printer tests [BZ #28757] adds 047512374a math: Add more inputs to atan2 accuracy tests [BZ #28765] adds 5732a881aa x86: HAVE_X86_LAHF_SAHF, HAVE_X86_MOVBE and -march=x86-64-vN [...] adds ef7c6d42fe Generate gcc-macros.h adds 7de01e60c2 elf/Makefile: Reflow and sort most variable assignments adds b693d75f0c elf: Split dl-printf.c from dl-misc.c adds 9ba202c78f Add --with-rtld-early-cflags configure option adds 5501164866 powerpc64le: Use <gcc-macros.h> in early HWCAP check adds 990c953bce x86: Add x86-64-vN check to early startup adds f01d482f03 s390x: Use <gcc-macros.h> in early HWCAP check adds 4974c7cd8f elf tst-dl_find_object: Fix typo adds f05faf5f22 [hurd] Call _dl_sort_maps_init in _dl_sysdep_start adds dfb204d87f [hurd] Drop spurious #ifdef SHARED adds 2c040d0b90 hurd: Fix pthread_kill on exiting/ted thread adds 67ca1c5560 hurd: Fix timer/clock_getres crash on NULL res parameter adds 630d2568a1 hurd: drop SA_SIGINFO availability xfail adds c1105e34ac htl: Clear kernel_thread field before releasing the thread s [...] adds 1bd7a06a95 htl: Hide __pthread_attr's __schedparam type [BZ #23088] adds 84a9d5835a hurd: Fix exec() leak on proc_task2proc failure adds 54dda2cdba hurd: Add __rtld_execve adds 41a11a5e83 hurd: optimize exec cleanup adds 0eb230ccce hurd: Make RPC input array parameters const adds b4d4ff8963 elf: Introduce rtld_setup_main_map adds 8eb2510d38 elf: Set l_contiguous to 1 for the main map in more cases adds 06200aac9b elf/tst-dl_find_object: Disable subtests for non-contiguous [...] adds e368b12f6c socket: Add the __sockaddr_un_set function adds 226b46770c CVE-2022-23219: Buffer overflow in sunrpc clnt_create for "u [...] adds ef972a4c50 sunrpc: Test case for clnt_create "unix" buffer overflow (bu [...] adds f545ad4928 CVE-2022-23218: Buffer overflow in sunrpc svcunix_create (bu [...] adds cedd498dbc Revert "elf: Fix 64 time_t support for installed statically [...] adds 9fe6f63638 elf: Fix 64 time_t support for installed statically binaries
No new revisions were added by this update.
Summary of changes: INSTALL | 8 + Makeconfig | 9 + NEWS | 13 +- config.make.in | 1 + configure | 13 + configure.ac | 6 + conform/data/signal.h-data | 3 +- elf/Makefile | 429 ++++++++--- elf/dl-misc.c | 281 +------- elf/{dl-misc.c => dl-printf.c} | 220 +----- elf/rtld.c | 328 +++++---- elf/tst-dl_find_object.c | 31 +- hurd/hurdauth.c | 4 +- hurd/hurdexec.c | 30 +- hurd/hurdmsg.c | 14 +- hurd/report-wait.c | 2 +- include/sys/un.h | 12 + manual/install.texi | 7 + math/auto-libm-test-in | 8 + math/auto-libm-test-out-atan2 | 788 +++++++++++++++++++++ socket/Makefile | 6 +- .../gethostname.c => socket/sockaddr_un_set.c | 33 +- socket/tst-sockaddr_un_set.c | 62 ++ sunrpc/Makefile | 5 +- sunrpc/clnt_gen.c | 10 +- sunrpc/svc_unix.c | 11 +- .../pthread/tst-eintr4.c => sunrpc/tst-bug22542.c | 37 +- .../pthread/tst-eintr4.c => sunrpc/tst-bug28768.c | 33 +- sysdeps/htl/bits/types/struct___pthread_attr.h | 8 +- sysdeps/htl/pt-attr-getschedparam.c | 2 +- sysdeps/htl/pt-attr-setschedparam.c | 4 +- sysdeps/htl/pt-attr.c | 2 +- sysdeps/htl/timer_routines.h | 4 +- sysdeps/hurd/htl/pt-kill.c | 4 + sysdeps/mach/htl/pt-thread-terminate.c | 3 + .../mach/hurd/dl-execve.h | 7 +- sysdeps/mach/hurd/dl-sysdep.c | 116 ++- sysdeps/mach/hurd/i386/Makefile | 70 -- sysdeps/posix/clock_getres.c | 7 +- sysdeps/powerpc/powerpc64/le/dl-hwcap-check.h | 9 +- sysdeps/s390/s390-64/dl-hwcap-check.h | 5 +- sysdeps/x86/Makefile | 1 + sysdeps/x86/configure | 4 +- sysdeps/x86/configure.ac | 4 +- sysdeps/x86/dl-get-cpu-features.c | 31 +- sysdeps/x86_64/fpu/libm-test-ulps | 8 +- 46 files changed, 1741 insertions(+), 952 deletions(-) copy elf/{dl-misc.c => dl-printf.c} (59%) copy sysdeps/posix/gethostname.c => socket/sockaddr_un_set.c (57%) create mode 100644 socket/tst-sockaddr_un_set.c copy sysdeps/pthread/tst-eintr4.c => sunrpc/tst-bug22542.c (56%) copy sysdeps/pthread/tst-eintr4.c => sunrpc/tst-bug28768.c (57%) copy benchtests/bench-strchrnul.c => sysdeps/mach/hurd/dl-execve.h (79%)