This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.41/master in repository glibc.
from 200d20123c x86: Link tst-gnu2-tls2-x86-noxsave{,c,xsavec} with libpthread new b861755a84 elf: Extend glibc.rtld.execstack tunable to force executable [...]
The 1 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 | 8 +++++ elf/Makefile | 14 ++++++++- .../tst-gcs-shared.c => elf/dl-execstack-tunable.c | 36 ++++++++++------------ elf/dl-support.c | 4 +-- elf/dl-tunables.list | 2 +- elf/rtld.c | 6 ++-- elf/tst-execstack-prog-static-tunable.c | 1 + elf/tst-execstack-tunable.c | 1 + elf/tst-rtld-list-tunables.exp | 2 +- manual/tunables.texi | 10 ++++-- sysdeps/generic/ldsodefs.h | 13 ++++++++ 11 files changed, 66 insertions(+), 31 deletions(-) copy sysdeps/unix/sysv/linux/aarch64/tst-gcs-shared.c => elf/dl-execstack-tunable.c (57%) create mode 100644 elf/tst-execstack-prog-static-tunable.c create mode 100644 elf/tst-execstack-tunable.c