3 matches found
CVE-2026-72314
In the Linux kernel, the following vulnerability has been resolved: regulator: core: regulatorlocktwo should test for EDEADLK not EDEADLOCK Compare against -EDEADLK, which is what wwmutexlock actually returns and what every other deadlock check in this file already uses. Function regulatorlocktwo...
CVE-2026-72314
CVE-2026-72314 – Linux kernel regulator_lock_two() bug : The issue is in regulator_lock_two(), which compares the return value of regulator_lock_nested() -> ww_mutex_lock() against -EDEADLOCK instead of -EDEADLK. While most architectures share the same value for EDEADLK/EDEADLOCK, on some (not...
CVE-2026-72314 regulator: core: regulator_lock_two() should test for EDEADLK not EDEADLOCK
In the Linux kernel, the following vulnerability has been resolved: regulator: core: regulatorlocktwo should test for EDEADLK not EDEADLOCK Compare against -EDEADLK, which is what wwmutexlock actually returns and what every other deadlock check in this file already uses. Function regulatorlocktwo...