Vulnerabilities
CVE-2025-40145 - PCI/pwrctrl: Fix double cleanup on devm_add_action_or_reset() failure
CVE ID : CVE-2025-40145 Published : Nov. 12, 2025, 10:23 a.m. | 21 minutes ago Description : In the Linux kernel, the following vulnerability has been resolved: PCI/pwrctrl: Fix double cleanup on devm_add_action_or_reset() failure When devm_add_action_or_reset() fails, it calls the passed cleanup function. Hence the caller must not repeat that cleanup. Replace the