diff options
| -rw-r--r-- | mm/debug-pagealloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/debug-pagealloc.c b/mm/debug-pagealloc.c index feae18981174..de50b1b9a791 100644 --- a/mm/debug-pagealloc.c +++ b/mm/debug-pagealloc.c @@ -110,6 +110,7 @@ static void check_poison_mem(unsigned char *mem, size_t bytes) print_hex_dump(KERN_ERR, "", DUMP_PREFIX_ADDRESS, 16, 1, start, end - start + 1, 1); + BUG_ON(PANIC_CORRUPTION); dump_stack(); } |
