All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH platform-next v4 0/2] Interrupt storm detection
@ 2026-01-15  7:49 Ciju Rajan K
  2026-01-15  7:49 ` [PATCH platform-next v4 1/2] kernel/irq: Add generic interrupt storm detection mechanism Ciju Rajan K
  2026-01-15  7:49 ` [PATCH platform-next v4 2/2] platform/mellanox: mlxreg-hotplug: Enabling interrupt storm detection Ciju Rajan K
  0 siblings, 2 replies; 8+ messages in thread
From: Ciju Rajan K @ 2026-01-15  7:49 UTC (permalink / raw)
  To: hdegoede, ilpo.jarvinen, tglx
  Cc: christophe.jaillet, andriy.shevchenko, vadimp,
	platform-driver-x86, linux-kernel, Ciju Rajan K

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-01-15 14:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-15  7:49 [PATCH platform-next v4 0/2] Interrupt storm detection Ciju Rajan K
2026-01-15  7:49 ` [PATCH platform-next v4 1/2] kernel/irq: Add generic interrupt storm detection mechanism Ciju Rajan K
2026-01-15  8:29   ` Andy Shevchenko
2026-01-15 14:00   ` kernel test robot
2026-01-15 14:11   ` kernel test robot
2026-01-15  7:49 ` [PATCH platform-next v4 2/2] platform/mellanox: mlxreg-hotplug: Enabling interrupt storm detection Ciju Rajan K
2026-01-15  8:34   ` Andy Shevchenko
2026-01-15 14:43   ` kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.