Analyse and explore linux
Component HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET

Component Type: kbuild config

More info: An arch should select this symbol if it can support kernel stack offset randomization with calls to add_random_kstack_offset() during syscall entry and choose_random_kstack_offset() during syscall exit. Careful removal of -fstack-protector-strong and -fstack-protector should also be applied to the entry code and closely examined, as the artificial stack bump looks like an array to the compiler, so it will attempt to add canary checks regardless of the static branch state.

Build project: Kconfig (Linux kconfig) (Path: arch\Kconfig )

Other views: file explorer

Generated by PFA software prototype