arm64_notify_die deals with printing out information regarding unhandled
signals, so there's no need to roll our own code here.
Signed-off-by: Will Deacon <will.deacon@arm.com>
signal = SIGKILL;
}
- if (unhandled_signal(current, signal) &&
- show_unhandled_signals_ratelimited()) {
- pr_info("%s[%d]: %s: pc=%08llx\n",
- current->comm, task_pid_nr(current), desc, regs->pc);
- dump_instr(KERN_INFO, regs);
- }
-
info.si_signo = signal;
info.si_errno = 0;
info.si_code = code;