mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
kernel: only use DEBUG_STACKOVERFLOW if !grsecurity
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
80d0e31a94
commit
e64e3ad88a
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ with stdenv.lib;
|
||||||
DEBUG_DEVRES n
|
DEBUG_DEVRES n
|
||||||
DEBUG_NX_TEST n
|
DEBUG_NX_TEST n
|
||||||
DEBUG_STACK_USAGE n
|
DEBUG_STACK_USAGE n
|
||||||
|
${optionalString (!(features.grsecurity or true)) ''
|
||||||
DEBUG_STACKOVERFLOW n
|
DEBUG_STACKOVERFLOW n
|
||||||
|
''}
|
||||||
RCU_TORTURE_TEST n
|
RCU_TORTURE_TEST n
|
||||||
SCHEDSTATS n
|
SCHEDSTATS n
|
||||||
DETECT_HUNG_TASK y
|
DETECT_HUNG_TASK y
|
||||||
|
|
Loading…
Reference in a new issue