diff options
Diffstat (limited to 'arch/x86/kernel/dumpstack.c')
-rw-r--r-- | arch/x86/kernel/dumpstack.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/x86/kernel/dumpstack.c b/arch/x86/kernel/dumpstack.c index b74ebc7c4402..cf3df1d8d039 100644 --- a/arch/x86/kernel/dumpstack.c +++ b/arch/x86/kernel/dumpstack.c | |||
@@ -265,7 +265,10 @@ int __die(const char *str, struct pt_regs *regs, long err) | |||
265 | printk("SMP "); | 265 | printk("SMP "); |
266 | #endif | 266 | #endif |
267 | #ifdef CONFIG_DEBUG_PAGEALLOC | 267 | #ifdef CONFIG_DEBUG_PAGEALLOC |
268 | printk("DEBUG_PAGEALLOC"); | 268 | printk("DEBUG_PAGEALLOC "); |
269 | #endif | ||
270 | #ifdef CONFIG_KASAN | ||
271 | printk("KASAN"); | ||
269 | #endif | 272 | #endif |
270 | printk("\n"); | 273 | printk("\n"); |
271 | if (notify_die(DIE_OOPS, str, regs, err, | 274 | if (notify_die(DIE_OOPS, str, regs, err, |