23 matches found
SUSE CVE-2021-47532
In the Linux kernel, the following vulnerability has been resolved: drm/msm/devfreq: Fix OPP refcnt leak...
kernel: OPP: Fix potential null ptr dereference in dev_pm_opp_get_required_pstate()
A NULL pointer dereference flaw was found in the Linux kernel's OPP Operating Performance Points framework in the power state retrieval logic. A local user can trigger this issue by invoking power management operations when the OPP pointer is dereferenced to cache the opptable before checking...
kernel: opp: Fix use-after-free in lazy_opp_tables after probe deferral
A flaw was found in the Linux kernel's OPP Operating Performance Points subsystem. When probe deferral occurs due to unavailable interconnect paths, the OPP table is freed but not removed from the global lazyopptables list. This leads to a use-after-free when the required-opps provider is later...