]> sourceware.org Git - glibc.git/commit
nptl: Move changing of stack permissions into ld.so
authorFlorian Weimer <fweimer@redhat.com>
Mon, 10 May 2021 08:31:41 +0000 (10:31 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 10 May 2021 08:31:41 +0000 (10:31 +0200)
commit2dd87703d4386f2776c5b5f375a494c91d7f9fe4
tree94c59b0e923242d2ea1fe8992ea574d156fb7ded
parentee07b3a7222746fafc5d5cb2163c9609b81615ef
nptl: Move changing of stack permissions into ld.so

All the stack lists are now in _rtld_global, so it is possible
to change stack permissions directly from there, instead of
calling into libpthread to do the change.

Tested-by: Carlos O'Donell <carlos@redhat.com>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
elf/dl-load.c
elf/dl-support.c
elf/rtld.c
nptl/allocatestack.c
nptl/nptl-init.c
nptl/pthreadP.h
sysdeps/generic/ldsodefs.h
sysdeps/unix/sysv/linux/Versions
sysdeps/unix/sysv/linux/dl-execstack.c
This page took 0.047798 seconds and 5 git commands to generate.