[PATCH platform-next v4 0/2] Interrupt storm detection

Ciju Rajan K posted 2 patches 3 weeks, 3 days ago
drivers/platform/mellanox/mlxreg-hotplug.c | 74 +++++++++++++++++-
include/linux/interrupt.h                  | 13 ++++
include/linux/irqdesc.h                    | 20 +++++
include/linux/platform_data/mlxreg.h       |  4 +
kernel/irq/manage.c                        |  4 +
kernel/irq/spurious.c                      | 87 ++++++++++++++++++++++
6 files changed, 200 insertions(+), 2 deletions(-)
[PATCH platform-next v4 0/2] Interrupt storm detection
Posted by Ciju Rajan K 3 weeks, 3 days ago
This patcheset contain:
 Patch #1 Add generic interrupt storm detection mechanism
 Patch #2 Enabling interrupt storm detection for mlxreg-hotplug driver 

v0->v4

- Impletemented generic interrupt storm detection as suggested
   by Thomas Gleixner.
- Updated the mlxreg-hotplug driver to make use of generic interrupt
   storm detection.
- Modified the logic in mlxreg-hotplug driver to track per device
   interrupts for the the shared IRQ based on the call back function
   provided by generic interrupt storm detection.
- Addressed the comments pointed out by Ilpo on earlier versions.


Ciju Rajan K (2):
  kernel/irq: Add generic interrupt storm detection mechanism
  platform/mellanox: mlxreg-hotplug: Enabling interrupt storm detection

 drivers/platform/mellanox/mlxreg-hotplug.c | 74 +++++++++++++++++-
 include/linux/interrupt.h                  | 13 ++++
 include/linux/irqdesc.h                    | 20 +++++
 include/linux/platform_data/mlxreg.h       |  4 +
 kernel/irq/manage.c                        |  4 +
 kernel/irq/spurious.c                      | 87 ++++++++++++++++++++++
 6 files changed, 200 insertions(+), 2 deletions(-)

-- 
2.47.3