This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.32/master in repository glibc.
from 81c5484d93 AArch64: Use __memcpy_simd on Neoverse N2/V1 new 9b139b6b81 sysvipc: Fix SEM_STAT_ANY kernel argument pass [BZ #26637] new c4aeedea59 sysvipc: Fix IPC_INFO and MSG_INFO handling [BZ #26639] new 0b9460d22e sysvipc: Fix IPC_INFO and SHM_INFO handling [BZ #26636]
The 3 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 | 5 + sysdeps/unix/sysv/linux/Makefile | 2 +- sysdeps/unix/sysv/linux/msgctl.c | 22 +++- sysdeps/unix/sysv/linux/semctl.c | 6 + sysdeps/unix/sysv/linux/shmctl.c | 24 +++- sysdeps/unix/sysv/linux/tst-sysvmsg-linux.c | 177 ++++++++++++++++++++++++++ sysdeps/unix/sysv/linux/tst-sysvsem-linux.c | 184 +++++++++++++++++++++++++++ sysdeps/unix/sysv/linux/tst-sysvshm-linux.c | 185 ++++++++++++++++++++++++++++ sysvipc/test-sysvsem.c | 1 + 9 files changed, 595 insertions(+), 11 deletions(-) create mode 100644 sysdeps/unix/sysv/linux/tst-sysvmsg-linux.c create mode 100644 sysdeps/unix/sysv/linux/tst-sysvsem-linux.c create mode 100644 sysdeps/unix/sysv/linux/tst-sysvshm-linux.c