linux: 4.11-rc2 -> 4.11-rc3

This commit is contained in:
Tim Steinbach
2017-03-21 20:32:36 -04:00
parent 693d0e7fea
commit c60102d177
2 changed files with 15 additions and 6 deletions
@@ -33,7 +33,6 @@ with stdenv.lib;
DEBUG_KERNEL y
DYNAMIC_DEBUG y
BACKTRACE_SELF_TEST n
CPU_NOTIFIER_ERROR_INJECT? n
DEBUG_DEVRES n
DEBUG_STACK_USAGE n
DEBUG_STACKOVERFLOW n
@@ -41,6 +40,10 @@ with stdenv.lib;
SCHEDSTATS n
DETECT_HUNG_TASK y
${optionalString (versionOlder version "4.10") ''
CPU_NOTIFIER_ERROR_INJECT? n
''}
${optionalString (versionOlder version "4.11") ''
TIMER_STATS y
DEBUG_NX_TEST n
@@ -308,7 +311,9 @@ with stdenv.lib;
NLS_ISO8859_1 m # VFAT default for the iocharset= mount option
# Runtime security tests
DEBUG_SET_MODULE_RONX? y # Detect writes to read-only module pages
${optionalString (versionOlder version "4.11") ''
DEBUG_SET_MODULE_RONX? y # Detect writes to read-only module pages
''}
# Security related features.
RANDOMIZE_BASE? y
@@ -456,7 +461,11 @@ with stdenv.lib;
FTRACE_SYSCALLS y
SCHED_TRACER y
STACK_TRACER y
UPROBE_EVENT? y
${optionalString (versionOlder version "4.11") ''
UPROBE_EVENT? y
''}
${optionalString (versionAtLeast version "4.4") ''
BPF_SYSCALL y
BPF_EVENTS y