This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from c9bf28d625 nios2: Work around backend bug triggered by csu/libc-tls.c ( [...] new c7bf5ceab6 Properly initialize audit cookie for the dynamic loader [BZ #25157] new e1d559f337 Introduce link_map_audit_state accessor function new e21a786771 Avoid zero-length array at the end of struct link_map [BZ #25097] new 9e3e27c4e3 linux: Add comment on affinity set sizes to tst-skeleton-affinity.c
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: csu/libc-start.c | 2 +- elf/Makefile | 15 +++++- elf/dl-close.c | 18 +++++-- elf/dl-fini.c | 9 ++-- elf/dl-load.c | 18 +++---- elf/dl-object.c | 8 ++-- elf/dl-open.c | 5 +- elf/dl-runtime.c | 24 ++++++---- elf/dl-sym.c | 13 +++-- elf/rtld.c | 26 +++++----- elf/tst-auditmany.c | 26 ++++++++++ elf/tst-auditmanymod.h | 64 +++++++++++++++++++++++++ elf/tst-auditmanymod1.c | 20 ++++++++ elf/tst-auditmanymod2.c | 20 ++++++++ elf/tst-auditmanymod3.c | 20 ++++++++ elf/tst-auditmanymod4.c | 20 ++++++++ elf/tst-auditmanymod5.c | 20 ++++++++ elf/tst-auditmanymod6.c | 20 ++++++++ elf/tst-auditmanymod7.c | 20 ++++++++ elf/tst-auditmanymod8.c | 20 ++++++++ elf/tst-auditmanymod9.c | 20 ++++++++ include/link.h | 18 +++---- sysdeps/generic/ldsodefs.h | 23 +++++++-- sysdeps/unix/sysv/linux/tst-skeleton-affinity.c | 5 ++ 24 files changed, 392 insertions(+), 62 deletions(-) create mode 100644 elf/tst-auditmany.c create mode 100644 elf/tst-auditmanymod.h create mode 100644 elf/tst-auditmanymod1.c create mode 100644 elf/tst-auditmanymod2.c create mode 100644 elf/tst-auditmanymod3.c create mode 100644 elf/tst-auditmanymod4.c create mode 100644 elf/tst-auditmanymod5.c create mode 100644 elf/tst-auditmanymod6.c create mode 100644 elf/tst-auditmanymod7.c create mode 100644 elf/tst-auditmanymod8.c create mode 100644 elf/tst-auditmanymod9.c