Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - R index
The Linux kernel configuration item CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT
has multiple definitions:
arch/Kconfig
The configuration item CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT:
CONFIG_RANDOMIZE_KSTACK_OFFSET
Kernel stack offset randomization is controlled by kernel boot param "randomize_kstack_offset=on/off", and this config chooses the default boot state.
arch/Kconfig
The configuration item CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT:
CONFIG_HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET
The kernel stack offset can be randomized (after pt_regs) by roughly 5 bits of entropy, frustrating memory corruption attacks that depend on stack address determinism or cross-syscall address exposures. This feature is controlled by kernel boot param "randomize_kstack_offset=on/off", and this config chooses the default boot state.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - R index
Automatically generated (in year 2024). See also LKDDb sources on GitLab