๐Ÿ” CVE Alert

CVE-2024-46846

UNKNOWN 0.0

spi: rockchip: Resolve unbalanced runtime PM / system PM handling

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: spi: rockchip: Resolve unbalanced runtime PM / system PM handling Commit e882575efc77 ("spi: rockchip: Suspend and resume the bus during NOIRQ_SYSTEM_SLEEP_PM ops") stopped respecting runtime PM status and simply disabled clocks unconditionally when suspending the system. This causes problems when the device is already runtime suspended when we go to sleep -- in which case we double-disable clocks and produce a WARNing. Switch back to pm_runtime_force_{suspend,resume}(), because that still seems like the right thing to do, and the aforementioned commit makes no explanation why it stopped using it. Also, refactor some of the resume() error handling, because it's not actually a good idea to re-disable clocks on failure.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 27, 2024
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
e882575efc771f130a24322377dc1033551da11d < 14f970a8d03d882b15b97beb83bd84ac8ba6298c e882575efc771f130a24322377dc1033551da11d < d034bff62faea1a2219e0d2f3d17263265f24087 e882575efc771f130a24322377dc1033551da11d < 0efbad8445fbba7896402500a1473450a299a08a e882575efc771f130a24322377dc1033551da11d < be721b451affbecc4ba4eaac3b71cdbdcade1b1b
Linux / Linux
5.18

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/14f970a8d03d882b15b97beb83bd84ac8ba6298c git.kernel.org: https://git.kernel.org/stable/c/d034bff62faea1a2219e0d2f3d17263265f24087 git.kernel.org: https://git.kernel.org/stable/c/0efbad8445fbba7896402500a1473450a299a08a git.kernel.org: https://git.kernel.org/stable/c/be721b451affbecc4ba4eaac3b71cdbdcade1b1b lists.debian.org: https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html