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
1 changed files with 1 additions and 3 deletions
|
@ -35,9 +35,7 @@ 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 false)) ''
|
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…
Add table
Reference in a new issue