summaryrefslogtreecommitdiff
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2018-01-15 16:06:38 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2018-01-15 16:06:38 +1100
commit03a4e51a25bcc9eb1e616c14919950f044b16bf2 (patch)
tree83e609b155bd3ac206e34bb48f4db8b141becbd4 /lib/Kconfig.debug
parent7b169162bb21db9fce00f4ecb18f3fe70bd9ff56 (diff)
parent00f7e0f2e06113ab67087560081d89972bb9b37f (diff)
Merge branch 'akpm/master'
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 1a1423923bcf..b66c264d4194 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -217,7 +217,7 @@ config ENABLE_MUST_CHECK
config FRAME_WARN
int "Warn for stack frames larger than (needs gcc 4.4)"
range 0 8192
- default 0 if KASAN
+ default 3072 if KASAN_EXTRA
default 2048 if GCC_PLUGIN_LATENT_ENTROPY
default 1280 if (!64BIT && PARISC)
default 1024 if (!64BIT && !PARISC)