Loading
cpufreq: amd-pstate: add check for cpufreq_cpu_get's return value
mainline inclusion from mainline-v6.12-rc1 commit 5493f9714e4cdaf0ee7cec15899a231400cb1a9f category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/IAYRBF CVE: CVE-2024-50009 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5493f9714e4cdaf0ee7cec15899a231400cb1a9f -------------------------------- cpufreq_cpu_get may return NULL. To avoid NULL-dereference check it and return in case of error. Found by Linux Verification Center (linuxtesting.org) with SVACE. Signed-off-by:Anastasia Belova <abelova@astralinux.ru> Reviewed-by:
Perry Yuan <perry.yuan@amd.com> Signed-off-by:
Viresh Kumar <viresh.kumar@linaro.org> Conflicts: drivers/cpufreq/amd-pstate.c [amd_pstate_update_limits is not involved, target_freq isn't removed] Signed-off-by:
Bowen You <youbowen2@huawei.com>