Linux · Linux Kernel · CVE-2022-49446
**Name of the Vulnerable Software and Affected Versions**
Linux kernel (affected versions not specified)
**Description**
A deadlock scenario has been identified in the Linux kernel related to nvdimm (non-volatile dual in-line memory module) firmware activation. The issue arises from the locking mechanism used to protect against unregistration and simultaneous operations. Specifically, the `nvdimm bus lock()` is held over `hibernate quiet exec()`, which walks the system device topology and takes `device lock()` along the way. This can lead to a deadlock scenario involving the `system transition mutex` and `reconfig mutex`. Another deadlock scenario involves the `acpi scan lock` and `cxl root key`. The issue stems from redundant lock usage, which can be deleted to prevent the deadlock.
**Recommendations**
At the moment, there is no information about a newer version that contains a fix for this vulnerability.