forked from mirrors/nixpkgs
kernel config: set DEBUG_STACKOVERFLOW regardless of features.grsecurity
features.grsecurity has actually been unset for a long time, with no ill effect on grsec kernel builds so this conditional looks useless.
This commit is contained in:
parent
22c9d8628c
commit
fcf5a24d8c
|
@ -35,9 +35,7 @@ with stdenv.lib;
|
|||
DEBUG_DEVRES n
|
||||
DEBUG_NX_TEST n
|
||||
DEBUG_STACK_USAGE n
|
||||
${optionalString (!(features.grsecurity or false)) ''
|
||||
DEBUG_STACKOVERFLOW n
|
||||
''}
|
||||
DEBUG_STACKOVERFLOW n
|
||||
RCU_TORTURE_TEST n
|
||||
SCHEDSTATS n
|
||||
DETECT_HUNG_TASK y
|
||||
|
|
Loading…
Reference in a new issue