]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branches 'thermal-core' and 'thermal-tools'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 8 Aug 2022 17:39:09 +0000 (19:39 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 8 Aug 2022 17:39:09 +0000 (19:39 +0200)
commit7541ee6d36a88a9f8b3ff2304ec1b58968dd9243
treeba53b18142a8497b80d937e7099f47ef32c53268
parentc8cf37651b6a8eaf19a7d4bb14bb429176472e62
parent4859be274d32c77028206a318336b8094321c280
parent6d0358f8ac025d1f0898177c03825a9049e9516d
Merge branches 'thermal-core' and 'thermal-tools'

Merge additional changes in the thermal core and thermal tools updates
for 5.20-rc1:

 - Fix NULL poiter dereference in the thermal sysfs interface that
   results from an error code path mishandling (Rafael Wysocki).

 - Drop COMPILE_TEST dependency that's not needed any more from two
   thermal Kconfig entries (Jean Delvare).

 - Fix possible path truncations in the tmon utility (Florian Fainelli).

* thermal-core:
  thermal: Drop obsolete dependency on COMPILE_TEST
  thermal: sysfs: Fix cooling_device_stats_setup() error code path

* thermal-tools:
  tools/thermal: Fix possible path truncations