Commit 2dec87d0b195 for kernel

commit 2dec87d0b195463fc4ea4b0817d3049630aebf3d
Merge: e27d4bbe0d73 795f1b1a91ae
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Jun 26 13:24:59 2026 -0700

    Merge tag 'thermal-7.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

    Pull thermal control fixes from Rafael Wysocki:
     "These fix a failure path in an Intel thermal driver and prevent
      thermal testing module code from being executed after it has been
      freed:

       - Fix dangling resources on thermal_throttle_online() failure in the
         Intel thermal_throttle driver (Ricardo Neri)

       - Eliminate a possibility of running thermal testing module code
         after that module has been removed (Rafael Wysocki)"

    * tag 'thermal-7.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
      thermal: testing: zone: Flush work items during cleanup
      thermal: intel: Fix dangling resources on thermal_throttle_online() failure