glibc/sysdeps/unix/sysv/linux/x86_64
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
..
64 Update syscall lists for Linux 6.6 2023-11-03 10:01:46 -03:00
x32 Update syscall lists for Linux 6.6 2023-11-03 10:01:46 -03:00
Implies
Makefile x86/cet: Sync with Linux kernel 6.6 shadow stack interface 2024-01-01 05:22:48 -08:00
Versions
____longjmp_chk.S
__start_context.S x86/cet: Sync with Linux kernel 6.6 shadow stack interface 2024-01-01 05:22:48 -08:00
allocate-shadow-stack.c x86/cet: Sync with Linux kernel 6.6 shadow stack interface 2024-01-01 05:22:48 -08:00
allocate-shadow-stack.h x86/cet: Sync with Linux kernel 6.6 shadow stack interface 2024-01-01 05:22:48 -08:00
clone.S
clone3.S Linux: Do not align the stack for __clone3 2023-02-01 08:42:11 -03:00
configure configure: Use autoconf 2.71 2023-07-17 10:08:10 -04:00
configure.ac
dl-cet.h x86/cet: Enable shadow stack during startup 2024-01-01 05:22:48 -08:00
dl-procinfo.c
dl-procinfo.h
getcontext.S x86/cet: Sync with Linux kernel 6.6 shadow stack interface 2024-01-01 05:22:48 -08:00
kernel-features.h
ldd-rewrite.sed
libc_sigaction.c
libmvec.abilist
makecontext.c x86/cet: Sync with Linux kernel 6.6 shadow stack interface 2024-01-01 05:22:48 -08:00
pointer_guard.h
setcontext.S
sigaltstack-offsets.sym
sigcontextinfo.h
single-thread.h
swapcontext.S x86/cet: Sync with Linux kernel 6.6 shadow stack interface 2024-01-01 05:22:48 -08:00
syscall.S
syscalls.list
sysdep.S
sysdep.h Fix misspellings in sysdeps/unix -- BZ 25337 2023-05-23 11:59:23 +00:00
tst-glibc-hwcaps-2.c
ucontext_i.sym
vfork.S
x86-64-isa-level-VALUE.c