--- zzzz-none-000/linux-4.4.271/mm/debug-pagealloc.c 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/mm/debug-pagealloc.c 2023-04-19 10:22:30.000000000 +0000 @@ -105,6 +105,9 @@ else printk(KERN_ERR "pagealloc: memory corruption\n"); + // Also print phys start and end adresses + printk(KERN_ERR "Physical mem range: 0x%08x -- 0x%08x\n", virt_to_phys(start), virt_to_phys(end)); + print_hex_dump(KERN_ERR, "", DUMP_PREFIX_ADDRESS, 16, 1, start, end - start + 1, 1); dump_stack();