This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 7962fa38e2 Use GCC 14 branch in build-many-glibcs.py new ca96ea06b3 elf: Cleanup and improve tst-execstack new 0ca8785a28 elf: Do not change stack permission on dlopen/dlmopen new c9540704ac elf: Add tst-execstack-prog-static new 58272284b6 elf: Add glibc.rtld.execstack
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: NEWS | 11 ++ elf/Makefile | 51 +++++++++ elf/dl-load.c | 15 +-- elf/dl-support.c | 9 +- elf/dl-tunables.list | 6 ++ elf/rtld.c | 10 +- elf/tst-execstack-prog-static.c | 1 + elf/tst-execstack.c | 184 ++++++++++++++------------------- elf/tst-rtld-list-tunables.exp | 1 + manual/tunables.texi | 28 +++++ nptl/allocatestack.c | 19 ---- sysdeps/generic/ldsodefs.h | 22 +--- sysdeps/mach/hurd/Makefile | 2 + sysdeps/mach/hurd/dl-execstack.c | 1 - sysdeps/nptl/pthreadP.h | 6 -- sysdeps/unix/sysv/linux/Versions | 3 - sysdeps/unix/sysv/linux/dl-execstack.c | 67 +----------- sysdeps/unix/sysv/linux/mips/Makefile | 7 ++ 18 files changed, 208 insertions(+), 235 deletions(-) create mode 100644 elf/tst-execstack-prog-static.c