摘要:
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.
安全等级: Low
公告ID: KylinSec-SA-2024-3919
发布日期: 2024年10月11日
关联CVE: CVE-2024-46846
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.
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2024-46846 | KY3.4-5A | kernel | Unaffected |
CVE-2024-46846 | KY3.5.2 | kernel | Unaffected |