mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-07 04:35:31 +09:00
Currently user faults (page, undefined instruction) are always reported even though the user may have a signal handler for them. This patch adds unhandled_signal() check together with printk_ratelimit() for these cases. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>