linux/drivers/net/ethernet/wangxun
Jiawen Wu 7a33345153 net: libwx: use request_irq for VF misc interrupt
Currently, request_threaded_irq() is used with a primary handler but a
NULL threaded handler, while also setting the IRQF_ONESHOT flag. This
specific combination triggers a WARNING since the commit aef30c8d56
("genirq: Warn about using IRQF_ONESHOT without a threaded handler").

WARNING: kernel/irq/manage.c:1502 at __setup_irq+0x4fa/0x760

Fix the issue by switching to request_irq(), which is the appropriate
interface or a non-threaded interrupt handler, and removing the
unnecessary IRQF_ONESHOT flag.

Fixes: eb4898fde1 ("net: libwx: add wangxun vf common api")
Cc: stable@vger.kernel.org
Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
Link: https://patch.msgid.link/786DDC7D5CCA6D0A+20260429083743.88961-2-jiawenwu@trustnetic.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2026-04-30 18:07:21 -07:00
..
libwx net: libwx: use request_irq for VF misc interrupt 2026-04-30 18:07:21 -07:00
ngbe net: wangxun: schedule hardware stats update in watchdog 2026-04-12 08:42:28 -07:00
ngbevf Wangxun: vf: Implement some ethtool apis for get_xxx 2025-09-26 17:27:24 -07:00
txgbe net: txgbe: fix firmware version check 2026-04-23 12:02:59 -07:00
txgbevf net: txgbe: support TX head write-back mode 2025-10-28 10:44:17 +01:00
Kconfig net: wangxun: move PHYLINK dependency 2025-12-23 12:46:11 +01:00
Makefile net: wangxun: add ngbevf build 2025-07-09 18:39:13 -07:00