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

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

Merge "arm64: Don't call dump_mem() on stack memory during __die()"

parents 5519b28f 4e964e7a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -211,8 +211,6 @@ static int __die(const char *str, int err, struct thread_info *thread,
		 TASK_COMM_LEN, tsk->comm, task_pid_nr(tsk), thread + 1);

	if (!user_mode(regs) || in_interrupt()) {
		dump_mem(KERN_EMERG, "Stack: ", regs->sp,
			 THREAD_SIZE + (unsigned long)task_stack_page(tsk));
		dump_backtrace(regs, tsk);
		dump_instr(KERN_EMERG, regs);
	}