发布时间: 2024年10月12日
修改时间: 2024年10月14日
In the Linux kernel, the following vulnerability has been resolved:spi: rockchip: Resolve unbalanced runtime PM / system PM handlingCommit e882575efc77 ( spi: rockchip: Suspend and resume the bus duringNOIRQ_SYSTEM_SLEEP_PM ops ) stopped respecting runtime PM status andsimply disabled clocks unconditionally when suspending the system. Thiscauses problems when the device is already runtime suspended when we goto sleep -- in which case we double-disable clocks and produce aWARNing.Switch back to pm_runtime_force_{suspend,resume}(), because that stillseems like the right thing to do, and the aforementioned commit makes noexplanation why it stopped using it.Also, refactor some of the resume() error handling, because it s notactually a good idea to re-disable clocks on failure.
NVD | openEuler | |
---|---|---|
Confidentiality | None | None |
Attack Vector | Local | Local |
CVSS评分 | 5.5 | 5.5 |
Attack Complexity | Low | Low |
Privileges Required | Low | Low |
Scope | Unchanged | Unchanged |
Integrity | None | None |
User Interaction | None | None |
Availability | High | High |
公告名 | 概要 | 发布时间 |
---|---|---|
KylinSec-SA-2024-3919 | In the Linux kernel, the following vulnerability has been resolved:spi: rockchip: Resolve unbalanced runtime PM / system PM handlingCommit e882575efc77 ( spi: rockchip: Suspend and resume the bus duringNOIRQ_SYSTEM_SLEEP_PM ops ) stopped respecting runtime PM status andsimply disabled clocks unconditionally when suspending the system. Thiscauses problems when the device is already runtime suspended when we goto sleep -- in which case we double-disable clocks and produce aWARNing.Switch back to pm_runtime_force_{suspend,resume}(), because that stillseems like the right thing to do, and the aforementioned commit makes noexplanation why it stopped using it.Also, refactor some of the resume() error handling, because it s notactually a good idea to re-disable clocks on failure. | 2024年10月12日 |
产品 | 包 | 状态 |
---|---|---|
V6 | kernel | Fixed |