kernel: only use DEBUG_STACKOVERFLOW if !grsecurity
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
80d0e31a94
commit
e64e3ad88a
@ -16,7 +16,9 @@ with stdenv.lib;
|
||||
DEBUG_DEVRES n
|
||||
DEBUG_NX_TEST n
|
||||
DEBUG_STACK_USAGE n
|
||||
DEBUG_STACKOVERFLOW n
|
||||
${optionalString (!(features.grsecurity or true)) ''
|
||||
DEBUG_STACKOVERFLOW n
|
||||
''}
|
||||
RCU_TORTURE_TEST n
|
||||
SCHEDSTATS n
|
||||
DETECT_HUNG_TASK y
|
||||
|
Loading…
x
Reference in New Issue
Block a user