Commit a2863b53 authored by Qian Cai's avatar Qian Cai Committed by Thomas Gleixner

Revert "x86_64: Increase stack size for KASAN_EXTRA"

This reverts commit a8e911d1.
KASAN_EXTRA was removed via the commit 7771bdbb ("kasan: remove use
after scope bugs detection."), so this is no longer needed.
Signed-off-by: default avatarQian Cai <cai@lca.pw>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Acked-by: default avatarIngo Molnar <mingo@kernel.org>
Cc: bp@alien8.de
Cc: akpm@linux-foundation.org
Cc: aryabinin@virtuozzo.com
Cc: glider@google.com
Cc: dvyukov@google.com
Cc: hpa@zytor.com
Link: https://lkml.kernel.org/r/20190306213806.46139-1-cai@lca.pw
parent ac5ceccc
...@@ -7,11 +7,7 @@ ...@@ -7,11 +7,7 @@
#endif #endif
#ifdef CONFIG_KASAN #ifdef CONFIG_KASAN
#ifdef CONFIG_KASAN_EXTRA
#define KASAN_STACK_ORDER 2
#else
#define KASAN_STACK_ORDER 1 #define KASAN_STACK_ORDER 1
#endif
#else #else
#define KASAN_STACK_ORDER 0 #define KASAN_STACK_ORDER 0
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment