[GIT PULL] Thermal control fix for v6.3-rc7

From: Rafael J. Wysocki
Date: Fri Apr 14 2023 - 09:57:13 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
thermal-6.3-rc7

with top-most commit 117e4e5bd9d47b89777dbf6b37a709dcfe59520f

thermal: intel: Avoid updating unsupported THERM_STATUS_CLEAR mask bits

on top of commit 09a9639e56c01c7a00d6c0ca63f4c7c41abe075d

Linux 6.3-rc6

to receive a thermal control fix for 6.3-rc7.

Modify the Intel thermal throttling code to avoid updating unsupported
status clearing mask bits which causes the kernel to complain about
unchecked MSR access (Srinivas Pandruvada).

Thanks!


---------------

Srinivas Pandruvada (1):
thermal: intel: Avoid updating unsupported THERM_STATUS_CLEAR mask bits

---------------

drivers/thermal/intel/therm_throt.c | 73 +++++++++++++++++++++++++++++++++----
1 file changed, 66 insertions(+), 7 deletions(-)