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_tk1/gnu-master-arm-spec2k6-O2_LTO in repository toolchain/ci/glibc.
from 7c5db7931f riscv: Update rv64 libm test ulps adds 033e76ea9c LoongArch: Fix VDSO_HASH and VDSO_NAME. adds bce0218d9a LoongArch: Add greg_t and gregset_t. adds 35363b53ce stdlib: Tuned down tst-arc4random-thread internal parameters adds 325ba824b0 tst-pidfd.c: UNSUPPORTED if we get EPERM on valid pidfd_getfd call adds da3b9f4451 Update libc.pot for 2.36 release. adds 90d8f0dc29 Update NEWS bug list. adds 7a52dfab02 Update install.texi, and regenerate INSTALL. adds f94b70bd3a Prepare for glibc 2.36 release. adds c804cd1c00 Create ChangeLog.old/ChangeLog.25. adds 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
No new revisions were added by this update.
Summary of changes: ChangeLog.old/ChangeLog.25 | 10229 +++++++++++++++++++ INSTALL | 14 +- NEWS | 133 +- 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/features.h | 2 +- include/stdio.h | 9 +- libio/vtables.c | 4 - malloc/arena.c | 5 - malloc/malloc.c | 22 +- manual/install.texi | 12 +- po/libc.pot | 398 +- 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-arc4random-thread.c | 24 +- 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/bits/socket.h | 40 +- sysdeps/unix/sysv/linux/cmsg_nxthdr.c | 36 +- sysdeps/unix/sysv/linux/loongarch/sys/ucontext.h | 3 + sysdeps/unix/sysv/linux/loongarch/sysdep.h | 4 +- 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-pidfd.c | 7 + version.h | 2 +- wcsmbs/Makefile | 2 + wcsmbs/uchar.h | 8 + 41 files changed, 10965 insertions(+), 464 deletions(-) create mode 100644 ChangeLog.old/ChangeLog.25 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%)