Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5dceccdb authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Revert "debug-pagealloc: Panic on pagealloc corruption""

parents 32123a44 91b54d1b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -81,7 +81,6 @@ static void check_poison_mem(struct page *page,

	print_hex_dump(KERN_ERR, "", DUMP_PREFIX_ADDRESS, 16, 1, start,
			end - start + 1, 1);
	BUG_ON(PANIC_CORRUPTION);
	dump_stack();
}