Acknowledged
Created: Dec 16, 2025
Updated: Dec 18, 2025
Found In Version: 10.25.33.1
Severity: Standard
Applicable for: Wind River Linux LTS 25
Component/s: Kernel
In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]nvme-multipath: fix lockdep WARN due to partition scan work[EOL][EOL]Blktests test cases nvme/014, 057 and 058 fail occasionally due to a[EOL]lockdep WARN. As reported in the Closes tag URL, the WARN indicates that[EOL]a deadlock can happen due to the dependency among disk->open_mutex,[EOL]kblockd workqueue completion and partition_scan_work completion.[EOL][EOL]To avoid the lockdep WARN and the potential deadlock, cut the dependency[EOL]by running the partition_scan_work not by kblockd workqueue but by[EOL]nvme_wq.