]> git.ipfire.org Git - people/ms/linux.git/commit
Merge tag 'thermal-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 27 Aug 2022 22:58:38 +0000 (15:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 27 Aug 2022 22:58:38 +0000 (15:58 -0700)
commit10d4879f9ef01cc6190fafe4257d06f375bab92c
treeabd86d10634d748aa81b29adf5ce8106779e3bb3
parentb98f602df71aa9612af3239a8d2a23b126e4357a
parent3bf1b1571224e713f1a186de21b2204c06f1cb5e
Merge tag 'thermal-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull thermal control fixes from Rafael Wysocki:
 "Fix two issues introduced recently and one driver problem leading to a
  NULL pointer dereference in some cases.

  Specifics:

   - Add missing EXPORT_SYMBOL_GPL in the thermal core and add back the
     required 'trips' property to the thermal zone DT bindings (Daniel
     Lezcano)

   - Prevent the int340x_thermal driver from crashing when a package
     with a buffer of 0 length is returned by an ACPI control method
     evaluated by it (Lee, Chun-Yi)"

* tag 'thermal-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
  thermal/int340x_thermal: handle data_vault when the value is ZERO_SIZE_PTR
  dt-bindings: thermal: Fix missing required property
  thermal/core: Add missing EXPORT_SYMBOL_GPL