lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260115074909.245852-1-crajank@nvidia.com>
Date: Thu, 15 Jan 2026 09:49:07 +0200
From: Ciju Rajan K <crajank@...dia.com>
To: <hdegoede@...hat.com>, <ilpo.jarvinen@...ux.intel.com>,
	<tglx@...utronix.de>
CC: <christophe.jaillet@...adoo.fr>, <andriy.shevchenko@...ux.intel.com>,
	<vadimp@...dia.com>, <platform-driver-x86@...r.kernel.org>,
	<linux-kernel@...r.kernel.org>, Ciju Rajan K <crajank@...dia.com>
Subject: [PATCH platform-next v4 0/2] Interrupt storm detection

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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ