This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_apm/llvm-master-aarch64-spec2k6-Os in repository toolchain/ci/glibc.
from 5fded9c445 Open master branch for glibc 2.37 development adds 825f84f133 stdlib: Suppress gcc diagnostic that char8_t is a keyword in [...] adds e03f5ccd6c wcsmbs: Add missing test-c8rtomb/test-mbrtoc8 dependency adds 032712621f Remove spurious references to _dl_open_hook adds 7187efd0aa malloc: Use __getrandom_nocancel during tcache initiailization adds c622ac1b86 stdlib: Simplify arc4random_uniform adds 70ff58ced4 htl: Let pthread_self and cancellability called early adds 521d540562 Don't use unsupported format string in ld.so (bug 29427) adds 9c443ac455 socket: Check lengths before advancing pointer in CMSG_NXTHDR adds a3393b3380 Use Linux 5.19 in build-many-glibcs.py adds fccadcdf5b Update syscall lists for Linux 5.19 adds cca9684f2d stdio: Clean up __libc_message after unconditional abort adds 68e036f27f nptl: Remove uses of assert_perror adds 9001cb1102 assert: Do not use stderr in libc-internal assert adds 085030b957 Update kernel version to 5.19 in header constant tests adds 3e83843637 LoongArch: Add vdso support for gettimeofday. adds 8fabe0e632 Linux: Remove exit system call from _exit
No new revisions were added by this update.
Summary of changes: assert/Makefile | 7 +- .../__libc_assert_fail.c | 27 +++-- assert/assert.c | 1 - bits/socket.h | 40 +++++-- debug/fortify_fail.c | 4 +- elf/Makefile | 1 + elf/dl-diagnostics.c | 2 +- htl/cancellation.c | 8 ++ htl/pt-self.c | 8 +- include/assert.h | 12 +- include/stdio.h | 9 +- libio/vtables.c | 4 - malloc/arena.c | 5 - malloc/malloc.c | 22 +--- scripts/build-many-glibcs.py | 2 +- socket/Makefile | 1 + socket/tst-cmsghdr-skeleton.c | 92 +++++++++++++++ elf/tst-audit28.c => socket/tst-cmsghdr.c | 35 ++++-- stdlib/arc4random_uniform.c | 129 +++++---------------- stdlib/tst-bz20544.c | 2 +- sysdeps/mach/hurd/bits/socket.h | 40 +++++-- sysdeps/nptl/gai_misc.h | 11 +- sysdeps/posix/libc_fatal.c | 47 ++++---- sysdeps/unix/sysv/linux/_exit.c | 1 - sysdeps/unix/sysv/linux/bits/socket.h | 40 +++++-- sysdeps/unix/sysv/linux/cmsg_nxthdr.c | 36 ++++-- .../sysv/linux/loongarch/gettimeofday.c} | 10 +- sysdeps/unix/sysv/linux/loongarch/sysdep.h | 1 + sysdeps/unix/sysv/linux/riscv/rv32/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/riscv/rv64/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/syscall-names.list | 4 +- sysdeps/unix/sysv/linux/tst-mman-consts.py | 2 +- sysdeps/unix/sysv/linux/tst-mount-consts.py | 4 +- sysdeps/unix/sysv/linux/tst-pidfd-consts.py | 2 +- wcsmbs/Makefile | 2 + wcsmbs/uchar.h | 8 ++ 36 files changed, 378 insertions(+), 243 deletions(-) copy stdio-common/errlist-data-gen.c => assert/__libc_assert_fail.c (62%) create mode 100644 socket/tst-cmsghdr-skeleton.c copy elf/tst-audit28.c => socket/tst-cmsghdr.c (53%) copy sysdeps/{loongarch/linkmap.h => unix/sysv/linux/loongarch/gettimeofday.c} (85%)