]> www.infradead.org Git - users/hch/xfs.git/commit
Merge tag 'thermal-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 Aug 2024 23:26:28 +0000 (07:26 +0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 Aug 2024 23:26:28 +0000 (07:26 +0800)
commit6ae4e48b67eaf8a140ac3a6f0f8ea2627a174aca
tree4a04058c78785d93d00134891a1ce678c200f0b0
parentf76a30a96cb855e025c5f15f3ed939950828c136
parentc0a1ef9c5be72ff28a5413deb1b3e1a066593c13
Merge tag 'thermal-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull thermal control fixes from Rafael Wysocki:
 "These fix error handling in the thermal debug code and OF node
  reference leaks in the thermal OF driver.

  Specifics:

   - Use IS_ERR() in checks of debugfs_create_dir() return value instead
     of checking it against NULL in the thermal debug code (Yang Ruibin)

   - Fix three OF node reference leaks in thermal_of (Krzysztof
     Kozlowski)"

* tag 'thermal-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
  thermal: of: Fix OF node leak in of_thermal_zone_find() error paths
  thermal: of: Fix OF node leak in thermal_of_zone_register()
  thermal: of: Fix OF node leak in thermal_of_trips_init() error path
  thermal/debugfs: Fix the NULL vs IS_ERR() confusion in debugfs_create_dir()