This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 238032ead6 aarch64: enforce >=64K guard size [BZ #26691] new 574500a108 sysvipc: Fix SEM_STAT_ANY kernel argument pass [BZ #26637] new a16d2abd49 sysvipc: Return EINVAL for invalid semctl commands new 20a00dbefc sysvipc: Fix IPC_INFO and MSG_INFO handling [BZ #26639] new be9b0b9a01 sysvipc: Return EINVAL for invalid msgctl commands
The 4 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/msgctl.c | 53 ++++++-- sysdeps/unix/sysv/linux/semctl.c | 16 +++ sysdeps/unix/sysv/linux/tst-sysvmsg-linux.c | 177 ++++++++++++++++++++++++++ sysdeps/unix/sysv/linux/tst-sysvsem-linux.c | 184 ++++++++++++++++++++++++++++ sysvipc/test-sysvipc.h | 110 +++++++++++++++++ sysvipc/test-sysvmsg.c | 5 + sysvipc/test-sysvsem.c | 6 + 8 files changed, 543 insertions(+), 10 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 sysvipc/test-sysvipc.h