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

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

Merge "debug-pagealloc: Panic on pagealloc corruption" into msm-4.9

parents 5dae4622 6ba925c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -133,6 +133,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();
}