This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/glibc.
from 31ec883990 Use Linux 5.18 in build-many-glibcs.py adds 52a103e237 Fix deadlock when pthread_atfork handler calls pthread_atfor [...] new 3d9926663c Update syscall-names.list for Linux 5.18
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/register-atfork.h | 26 ++-- posix/fork.c | 7 +- posix/register-atfork.c | 140 ++++++++++++++++----- sysdeps/pthread/Makefile | 38 +++++- sysdeps/pthread/tst-atfork3.c | 118 +++++++++++++++++ .../xfopen.c => sysdeps/pthread/tst-atfork3mod.c | 35 ++++-- sysdeps/pthread/tst-atfork4.c | 128 +++++++++++++++++++ .../pthread/{tst-atfork2mod.c => tst-atfork4mod.c} | 30 ++--- sysdeps/unix/sysv/linux/syscall-names.list | 4 +- 9 files changed, 444 insertions(+), 82 deletions(-) create mode 100644 sysdeps/pthread/tst-atfork3.c copy support/xfopen.c => sysdeps/pthread/tst-atfork3mod.c (67%) create mode 100644 sysdeps/pthread/tst-atfork4.c copy sysdeps/pthread/{tst-atfork2mod.c => tst-atfork4mod.c} (65%)