PT-2026-47369 · Linux · Linux
Published
2026-06-08
·
Updated
2026-06-08
·
CVE-2026-46297
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
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 aef30c8d569c
("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.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux