In the Linux kernel, the following vulnerability has been resolved:
nvme-multipath: defer partition scanning
We need to suppress the partition scan from occuring within the
controller's scan_work context. If a path error occurs here, the IO will
wait until a path becomes available or all paths are torn down, but that
action also occurs within scan_work, so it would deadlock. Defer the
partion scan to a different context that does not block scan_work.
References
Configurations
Configuration 1 (hide)
|
History
24 Dec 2024, 15:02
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-11-21 19:15
Updated : 2024-12-24 15:02
NVD link : CVE-2024-53093
Mitre link : CVE-2024-53093
JSON object : View
Products Affected
linux
- linux_kernel
CWE