This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 3ef26b7087 misc: Link tst-mkstemp-fuse-parallel with $(shared-thread-library) new 7e21a65c58 misc: Enable internal use of memory protection keys new 8f6a53eab8 elf: In rtld_setup_main_map, assume ld.so has a DYNAMIC segment new bdaf500353 elf: Remove version assert in check_match in elf/dl-lookup.c new 9802c0f2fe elf: Eliminate alloca in open_verify new 2abfa19072 elf: Move __rtld_malloc_init_stubs call into _dl_start_final new da29dc24d4 nptl: Prefer setresuid32 in tst-setuid2
The 6 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: elf/dl-load.c | 30 +++++----------------- elf/dl-lookup.c | 19 +++----------- elf/dl-misc.c | 4 +-- elf/rtld.c | 28 ++------------------ nptl/tst-setuid2.c | 5 ++++ sysdeps/unix/sysv/linux/include/bits/mman-shared.h | 16 ++++++++++++ sysdeps/unix/sysv/linux/pkey_get.c | 5 +++- sysdeps/unix/sysv/linux/pkey_mprotect.c | 4 ++- sysdeps/unix/sysv/linux/pkey_set.c | 5 +++- .../unix/sysv/linux/powerpc/powerpc64/pkey_get.c | 4 ++- .../unix/sysv/linux/powerpc/powerpc64/pkey_set.c | 4 ++- sysdeps/unix/sysv/linux/syscalls.list | 4 +-- sysdeps/unix/sysv/linux/x86/pkey_get.c | 5 +++- sysdeps/unix/sysv/linux/x86/pkey_set.c | 5 +++- 14 files changed, 60 insertions(+), 78 deletions(-) create mode 100644 sysdeps/unix/sysv/linux/include/bits/mman-shared.h