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

Commit 4bf33cb3 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: minidump_log: Protect md_dump_slabinfo under SLUB_DEBUG"

parents 4d067a9d ae146b9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1012,10 +1012,10 @@ static int md_panic_handler(struct notifier_block *this,
	if (md_meminfo_seq_buf)
		md_dump_meminfo();

#ifdef CONFIG_SLUB_DEBUG
	if (md_slabinfo_seq_buf)
		md_dump_slabinfo();

#ifdef CONFIG_SLUB_DEBUG
	if (md_slabowner_dump_addr)
		md_dump_slabowner();
#endif