This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch ibm/2.32/master in repository glibc.
from 41d591e7cd Merge branch release/2.32/master into ibm/2.32/master adds ff75390ef5 Use __pthread_attr_copy in mq_notify (bug 27896) adds 16949aeaa0 Fix use of __pthread_attr_copy in mq_notify (bug 27896) adds 27e892f660 wordexp: handle overflow in positional parameter number (bug 28011) adds 737efa27fc x86_64: Remove unneeded static PIE check for undefined weak [...] adds 76dfec9324 librt: fix NULL pointer dereference (bug 28213) adds 75507b3337 librt: add test (bug 28213) adds cc6ff883a6 sysvipc: Fix tst-sysvshm-linux on x32 adds 182ffd8e75 linux: Remove shmmax check from tst-sysvshm-linux adds 5c77e0cca9 posix: Correct attribute access mode on readlinkat [BZ #27024]. adds d299f19889 Fix failing nss/tst-nss-files-hosts-long with local resolver adds 1d40023939 posix: Fix attribute access mode on getcwd [BZ #27476] adds 53c8f3f125 elf: Replace nsid with args.nsid [BZ #27609] adds a2539f5b1d support: Add xpthread_kill adds b923e061d4 nptl: Do not set signal mask on second setjmp return [BZ #28607] adds 5abb1c32c2 gconv: Do not emit spurious NUL character in ISO-2022-JP-3 ( [...] new bd407fd374 Merge branch release/2.32/master into ibm/2.32/master
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: NEWS | 6 ++ elf/dl-open.c | 2 +- iconvdata/Makefile | 5 +- iconvdata/bug-iconv15.c | 60 ++++++++++++ iconvdata/iso-2022-jp-3.c | 28 ++++-- nptl/pthread_create.c | 4 +- .../etc/nsswitch.conf | 1 + posix/bits/unistd.h | 5 +- posix/unistd.h | 5 +- posix/wordexp-test.c | 1 + posix/wordexp.c | 2 +- rt/Makefile | 1 + rt/tst-bz28213.c | 101 +++++++++++++++++++++ support/Makefile | 1 + support/{xpthread_spin_lock.c => xpthread_kill.c} | 9 +- support/xthread.h | 2 + sysdeps/pthread/Makefile | 1 + .../pthread/tst-pthread-exit-signal.c | 27 +++--- sysdeps/unix/sysv/linux/mq_notify.c | 26 ++++-- sysdeps/unix/sysv/linux/tst-sysvshm-linux.c | 31 ++++--- sysdeps/x86_64/configure | 33 ------- sysdeps/x86_64/configure.ac | 25 ----- 22 files changed, 260 insertions(+), 116 deletions(-) create mode 100644 iconvdata/bug-iconv15.c create mode 100644 nss/tst-nss-files-hosts-long.root/etc/nsswitch.conf create mode 100644 rt/tst-bz28213.c copy support/{xpthread_spin_lock.c => xpthread_kill.c} (77%) copy nptl/tst-minstack-exit.c => sysdeps/pthread/tst-pthread-exit-signal.c (59%) mode change 100644 => 100755 sysdeps/x86_64/configure