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

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

Merge "arm64: abort coresight on first undefined instruction exception"

parents 4ff4e650 eb8e5158
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -331,9 +331,9 @@ asmlinkage void __exception do_undefinstr(struct pt_regs *regs)
	if (call_undef_hook(regs, instr) == 0)
		return;

die_sig:
	trace_undef_instr(regs, (void *)pc);

die_sig:
	if (user_mode(regs) && show_unhandled_signals &&
		unhandled_signal(current, SIGILL) && printk_ratelimit()) {
		pr_info("%s[%d]: undefined instruction: pc=%p\n",