[GIT PULL] Thermal control fixes for v6.3-rc5

From: Rafael J. Wysocki
Date: Fri Mar 31 2023 - 06:20:09 EST


Hi Linus,

Please pull from the tag

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

with top-most commit 896c5150edfd5c01ed7abfcf02612f4aac6296b3

Merge branch 'thermal-intel-fixes'

on top of commit 197b6b60ae7bc51dd0814953c562833143b292aa

Linux 6.3-rc4

to receive thermal control fixes for 6.3-rc5.

These remove two recently added excessive lockdep assertions from the
sysfs-related thermal code and fix two issues in Intel thermal drivers.

Specifics:

- Drop two lockdep assertions producing false positive warnings from
the sysfs-related thermal core code (Rafael Wysocki).

- Fix handling of two recently added module parameters in the Intel
powerclamp thermal driver (David Arcari).

- Fix one more deadlock in the int340x thermal driver (Srinivas
Pandruvada).

Thanks!


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

David Arcari (1):
thermal: intel: powerclamp: Fix cpumask and max_idle module parameters

Rafael J. Wysocki (1):
thermal: core: Drop excessive lockdep_assert_held() calls

Srinivas Pandruvada (1):
thermal: intel: int340x: processor_thermal: Fix additional deadlock

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

.../thermal/intel/int340x_thermal/processor_thermal_device_pci.c | 1 -
drivers/thermal/intel/intel_powerclamp.c | 9 ++++++++-
drivers/thermal/thermal_sysfs.c | 6 ++----
3 files changed, 10 insertions(+), 6 deletions(-)