Skip to content

Commit a2863b5

Browse files
Qian CaiKAGA-KOKO
authored andcommitted
Revert "x86_64: Increase stack size for KASAN_EXTRA"
This reverts commit a8e911d. KASAN_EXTRA was removed via the commit 7771bdb ("kasan: remove use after scope bugs detection."), so this is no longer needed. Signed-off-by: Qian Cai <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Acked-by: Ingo Molnar <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected]
1 parent ac5cecc commit a2863b5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arch/x86/include/asm/page_64_types.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@
77
#endif
88

99
#ifdef CONFIG_KASAN
10-
#ifdef CONFIG_KASAN_EXTRA
11-
#define KASAN_STACK_ORDER 2
12-
#else
1310
#define KASAN_STACK_ORDER 1
14-
#endif
1511
#else
1612
#define KASAN_STACK_ORDER 0
1713
#endif

0 commit comments

Comments
 (0)