This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/glibc.
from 900962f37f linux/check_native: Always close socket on return adds 7eeb05a395 inet: Free result from getaddrinfo adds 75fe6d1a16 support: Close fds in copy_func adds c7d200400c support: Free gdb_script_name adds 7a7bcddeef Make sysdeps/generic/libc.abilist empty new 16adc58e73 stdlib: Fix data race in __run_exit_handlers [BZ #27749] new 390c43ba1f nptl: Fix tst-pthread-gdb-attach for ptrace_scope equal 1
The 2 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: inet/rcmd.c | 1 + inet/rexec.c | 16 +++--- nptl/tst-pthread-gdb-attach.c | 56 ++++++++++++++------- stdlib/Makefile | 4 +- stdlib/exit.c | 36 ++++++++------ stdlib/test-cxa_atexit-race2.c | 110 +++++++++++++++++++++++++++++++++++++++++ support/shell-container.c | 21 +++++--- support/support_test_main.c | 1 + sysdeps/generic/libc.abilist | 1 - 9 files changed, 195 insertions(+), 51 deletions(-) create mode 100644 stdlib/test-cxa_atexit-race2.c