Kconfig (a976c2951d8f376112361830aa7762beff83a205) Kconfig (fd25d19f6b8da315332bb75936605fb45d3ea981)
1#
2# General architecture dependent options
3#
4
5config CRASH_CORE
6 bool
7
8config KEXEC_CORE

--- 853 unchanged lines hidden (view full) ---

862 help
863 If this is set, module text and rodata memory will be made read-only,
864 and non-text memory will be made non-executable. This provides
865 protection against certain security exploits (e.g. writing to text)
866
867config ARCH_WANT_RELAX_ORDER
868 bool
869
1#
2# General architecture dependent options
3#
4
5config CRASH_CORE
6 bool
7
8config KEXEC_CORE

--- 853 unchanged lines hidden (view full) ---

862 help
863 If this is set, module text and rodata memory will be made read-only,
864 and non-text memory will be made non-executable. This provides
865 protection against certain security exploits (e.g. writing to text)
866
867config ARCH_WANT_RELAX_ORDER
868 bool
869
870config REFCOUNT_FULL
871 bool "Perform full reference count validation at the expense of speed"
872 help
873 Enabling this switches the refcounting infrastructure from a fast
874 unchecked atomic_t implementation to a fully state checked
875 implementation, which can be (slightly) slower but provides protections
876 against various use-after-free conditions that can be used in
877 security flaw exploits.
878
870source "kernel/gcov/Kconfig"
879source "kernel/gcov/Kconfig"