From: Suzuki K. Poulose Date: Fri, 3 Jul 2015 14:08:08 +0000 (+0100) Subject: arm64: Fix show_unhandled_signal_ratelimited usage X-Git-Tag: omap-for-v4.2/fixes-rc1^2~22^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f871d26807078cf4cc0a64a97ee2c6bb513a4397;p=pandora-kernel.git arm64: Fix show_unhandled_signal_ratelimited usage Commit 86dca36e6ba introduced ratelimited usage for 'unhandled_signal' messages. The commit checks the ratelimit irrespective of whether the signal is handled or not, which is wrong and leads to false reports like the below in dmesg : __do_user_fault: 127 callbacks suppressed Do the ratelimit check only if the signal is unhandled. Fixes: 86dca36e6ba0 ("arm64: use private ratelimit state along with show_unhandled_signals") Cc: Vladimir Murzin Signed-off-by: Suzuki K. Poulose Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed