This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-aarch64 in repository toolchain/ci/glibc.
from 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
No new revisions were added by this update.
Summary of changes: bits/socket.h | 40 ++++++++-- scripts/build-many-glibcs.py | 2 +- socket/Makefile | 1 + socket/tst-cmsghdr-skeleton.c | 92 +++++++++++++++++++++++ elf/tst-audit28.c => socket/tst-cmsghdr.c | 35 +++++++-- sysdeps/mach/hurd/bits/socket.h | 40 ++++++++-- sysdeps/unix/sysv/linux/bits/socket.h | 40 ++++++++-- sysdeps/unix/sysv/linux/cmsg_nxthdr.c | 36 +++++++-- 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 +- 11 files changed, 253 insertions(+), 39 deletions(-) create mode 100644 socket/tst-cmsghdr-skeleton.c copy elf/tst-audit28.c => socket/tst-cmsghdr.c (53%)