VYPR
Unrated severityNVD Advisory· Published Jun 18, 2025· Updated Jun 19, 2025

cpufreq: amd-pstate: Remove unnecessary driver_lock in set_boost

CVE-2025-38038

Description

In the Linux kernel, the following vulnerability has been resolved:

cpufreq: amd-pstate: Remove unnecessary driver_lock in set_boost

set_boost is a per-policy function call, hence a driver wide lock is unnecessary. Also this mutex_acquire can collide with the mutex_acquire from the mode-switch path in status_store(), which can lead to a deadlock. So, remove it.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

38

Patches

Vulnerability mechanics

References

3

News mentions

0

No linked articles in our index yet.