In the Linux kernel, the following vulnerability has been resolved: pds_core: Fix pdsc_check_pci_health function to use work thread When the driver notices fw_status == 0xff it tries to perform a P…
High CVSS 7.8
Summary
In the Linux kernel, the following vulnerability has been resolved: pds_core: Fix pdsc_check_pci_health function to use work thread When the driver notices fw_status == 0xff it tries to perform a PCI reset on itself via pci_reset_function() in the context of the driver's health thread. However, pdsc_reset_prepare calls pdsc_stop_health_thread(), which attempts to stop/flush the health thread. This results in a deadlock because the stop/flush will never complete since the driver called pci_res…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/38407914d48273d7f8ab765b9243658afe1c3ab6 Patch
- https://git.kernel.org/stable/c/81665adf25d28a00a986533f1d3a5df76b79cad9 Patch
- https://git.kernel.org/stable/c/38407914d48273d7f8ab765b9243658afe1c3ab6 Patch
- https://git.kernel.org/stable/c/81665adf25d28a00a986533f1d3a5df76b79cad9 Patch
Timeline
- nvd_ingest NVD