This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 143ef68b2a NEWS: Add advisories. new bcae44ea85 elf: Only process multiple tunable once (BZ 31686) new c8a0e21da6 elf: Remove glibc.rtld.enable_secure check from parse_tunabl [...] new 1e1ad714ee support: Add envp argument to support_capture_subprogram new eb59c7b43d elf: Make glibc.rtld.enable_secure ignore alias environment [...]
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: elf/dl-tunables.c | 114 ++++++++++++++++-------- elf/tst-audit18.c | 2 +- elf/tst-audit19b.c | 2 +- elf/tst-audit22.c | 2 +- elf/tst-audit23.c | 2 +- elf/tst-audit25a.c | 4 +- elf/tst-audit25b.c | 4 +- elf/tst-glibc-hwcaps-2-cache.c | 2 +- elf/tst-rtld-run-static.c | 4 +- elf/tst-tunables-enable_secure.c | 136 ++++++++++++++++++++++++++--- elf/tst-tunables.c | 63 ++++++++++++- scripts/gen-tunables.awk | 16 +++- support/capture_subprocess.h | 9 +- support/subprocess.h | 7 +- support/support_capture_subprocess.c | 5 +- support/support_subprocess.c | 5 +- support/tst-support_capture_subprocess.c | 2 +- sysdeps/aarch64/multiarch/memset_generic.S | 4 + sysdeps/sparc/sparc64/rtld-memset.c | 3 + sysdeps/x86/tst-hwcap-tunables.c | 2 +- 20 files changed, 310 insertions(+), 78 deletions(-)