[GIT PULL] Thermal control fix for v6.11-rc1

From: Rafael J. Wysocki
Date: Mon Jul 22 2024 - 09:32:26 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
thermal-6.11-rc1-2

with top-most commit e528be3c87be953b73e7826a2d7e4b837cbad39d

thermal: core: Allow thermal zones to tell the core to ignore them

on top of commit 51835949dda3783d4639cfa74ce13a3c9829de00

Merge tag 'net-next-6.11' of
git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next

to receive a thermal control fix for 6.11-rc1.

This fixes a flood of kernel messages coming from the thermal core on
systems where iwlwifi is loaded, but the network interfaces controlled
by it are down.

Thanks!


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

Rafael J. Wysocki (1):
thermal: core: Allow thermal zones to tell the core to ignore them

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

drivers/net/wireless/intel/iwlwifi/mvm/tt.c | 10 ++++--
drivers/thermal/thermal_core.c | 51 ++++++++++++++---------------
drivers/thermal/thermal_core.h | 3 ++
drivers/thermal/thermal_helpers.c | 2 ++
4 files changed, 37 insertions(+), 29 deletions(-)