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

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

Merge "qcom: minidump: don't register idle task's stack in minidump"

parents c0c40a17 7fae8e75
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -100,6 +100,9 @@ void dump_stack_minidump(u64 sp)
	unsigned int stack_pages, i, copy_pages;
	u64 base_addr;

	if (is_idle_task(current))
		return;

	/*
	 * Since stacks are now allocated with vmalloc, the translation to
	 * physical address is not a simple linear transformation like it is