In the Linux kernel, the following vulnerability has been resolved:
net: txgbe: remove separate irq request for MSI and INTx
When using MSI or INTx interrupts, request_irq() for pdev->irq will
conflict with request_threaded_irq() for txgbe->misc.irq, to cause
system crash. So remove txgbe_request_irq() for MSI/INTx case, and
rename txgbe_request_msix_irqs() since it only request for queue irqs.
Add wx->misc_irq_domain to determine whether the driver creates an IRQ
domain and threaded request the IRQs.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-07-30 08:15
Updated : 2024-12-09 23:07
NVD link : CVE-2024-42150
Mitre link : CVE-2024-42150
CVE.ORG link : CVE-2024-42150
JSON object : View
Products Affected
linux
- linux_kernel
CWE
