3
0
Fork 0
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:
Joachim Fasting 2016-08-29 01:17:45 +02:00
parent 22c9d8628c
commit fcf5a24d8c
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -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