This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from e11ed9d2b4 AArch64: Use __memcpy_simd on Neoverse N2/V1 new a49d7fd4f7 sysvipc: Fix IPC_INFO and SHM_INFO handling [BZ #26636] new 9ebaabeaac sysvipc: Return EINVAL for invalid shmctl commands
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: sysdeps/unix/sysv/linux/Makefile | 2 +- sysdeps/unix/sysv/linux/shmctl.c | 58 +++++++-- sysdeps/unix/sysv/linux/tst-sysvshm-linux.c | 185 ++++++++++++++++++++++++++++ sysvipc/test-sysvipc.h | 33 ++++- sysvipc/test-sysvshm.c | 5 + 5 files changed, 268 insertions(+), 15 deletions(-) create mode 100644 sysdeps/unix/sysv/linux/tst-sysvshm-linux.c