glibc/sysdeps/unix/sysv/linux/x86
H.J. Lu 541641a3de x86/cet: Enable shadow stack during startup
Previously, CET was enabled by kernel before passing control to user
space and the startup code must disable CET if applications or shared
libraries aren't CET enabled.  Since the current kernel only supports
shadow stack and won't enable shadow stack before passing control to
user space, we need to enable shadow stack during startup if the
application and all shared library are shadow stack enabled.  There
is no need to disable shadow stack at startup.  Shadow stack can only
be enabled in a function which will never return.  Otherwise, shadow
stack will underflow at the function return.

1. GL(dl_x86_feature_1) is set to the CET features which are supported
by the processor and are not disabled by the tunable.  Only non-zero
features in GL(dl_x86_feature_1) should be enabled.  After enabling
shadow stack with ARCH_SHSTK_ENABLE, ARCH_SHSTK_STATUS is used to check
if shadow stack is really enabled.
2. Use ARCH_SHSTK_ENABLE in RTLD_START in dynamic executable.  It is
safe since RTLD_START never returns.
3. Call arch_prctl (ARCH_SHSTK_ENABLE) from ARCH_SETUP_TLS in static
executable.  Since the start function using ARCH_SETUP_TLS never returns,
it is safe to enable shadow stack in ARCH_SETUP_TLS.
2024-01-01 05:22:48 -08:00
..
bits x86/cet: Sync with Linux kernel 6.6 shadow stack interface 2024-01-01 05:22:48 -08:00
include x86/cet: Sync with Linux kernel 6.6 shadow stack interface 2024-01-01 05:22:48 -08:00
sys Add PTRACE_SET_SYSCALL_USER_DISPATCH_CONFIG etc. from Linux 6.4 to sys/ptrace.h 2023-08-08 14:38:22 +00:00
Implies
Makefile
arch-pkey.h
dl-cet.h x86/cet: Enable shadow stack during startup 2024-01-01 05:22:48 -08:00
dl-hwcap2.h x86: Set FSGSBASE to active if enabled by kernel 2023-04-03 11:36:48 -07:00
dl-minsigstacksize.h
dl-sysdep.c
elf-read-prop.h
elision-conf.c Fix misspellings in sysdeps/unix -- BZ 25337 2023-05-23 11:59:23 +00:00
elision-conf.h
elision-lock.c
elision-timed.c
elision-trylock.c
elision-unlock.c
gettimeofday.c
hle.h
jmp_buf-ssp.sym
longjmp.c
pkey_get.c
pkey_set.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
setjmpP.h
sysconf.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
time.c
tst-cet-property-1.c
tst-cet-property-2.c
tst-cet-property-dep-2.S
tst-cet-setcontext-1.c x86/cet: Sync with Linux kernel 6.6 shadow stack interface 2024-01-01 05:22:48 -08:00
tst-cet-vfork-1.c x86/cet: Update tst-cet-vfork-1 2023-12-20 04:57:21 -08:00
tst-saved_mask-1.c
xstatver.h