diff options
author | Guenter Roeck <linux@roeck-us.net> | 2017-12-02 09:13:04 -0800 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2017-12-28 12:28:29 +0100 |
commit | 11bca0a83f83f6093d816295668e74ef24595944 (patch) | |
tree | bf46730595671b5507ce8d51f9934cd5ba98c3d2 /kernel/sys_ni.c | |
parent | 39c3fd58952d7599d367c84c1330b785d91d6088 (diff) | |
download | linux-11bca0a83f83f6093d816295668e74ef24595944.tar.bz2 |
genirq: Guard handle_bad_irq log messages
An interrupt storm on a bad interrupt will cause the kernel
log to be clogged.
[ 60.089234] ->handle_irq(): ffffffffbe2f803f,
[ 60.090455] 0xffffffffbf2af380
[ 60.090510] handle_bad_irq+0x0/0x2e5
[ 60.090522] ->irq_data.chip(): ffffffffbf2af380,
[ 60.090553] IRQ_NOPROBE set
[ 60.090584] ->handle_irq(): ffffffffbe2f803f,
[ 60.090590] handle_bad_irq+0x0/0x2e5
[ 60.090596] ->irq_data.chip(): ffffffffbf2af380,
[ 60.090602] 0xffffffffbf2af380
[ 60.090608] ->action(): (null)
[ 60.090779] handle_bad_irq+0x0/0x2e5
This was seen when running an upstream kernel on Acer Chromebook R11. The
system was unstable as result.
Guard the log message with __printk_ratelimit to reduce the impact. This
won't prevent the interrupt storm from happening, but at least the system
remains stable.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Dmitry Torokhov <dtor@chromium.org>
Cc: Joe Perches <joe@perches.com>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Mika Westerberg <mika.westerberg@linux.intel.com>
Link: https://bugzilla.kernel.org/show_bug.cgi?id=197953
Link: https://lkml.kernel.org/r/1512234784-21038-1-git-send-email-linux@roeck-us.net
Diffstat (limited to 'kernel/sys_ni.c')
0 files changed, 0 insertions, 0 deletions