diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-08-08 19:39:09 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-08-08 19:39:09 +0200 |
commit | 7f0169cde0ced2e2b7bdf3dcedcf8c71efc6afc0 (patch) | |
tree | ba53b18142a8497b80d937e7099f47ef32c53268 /drivers/iio/chemical | |
parent | thermal: intel: Add TCC cooling support for Alder Lake-N and Raptor Lake-P (diff) | |
parent | thermal: Drop obsolete dependency on COMPILE_TEST (diff) | |
parent | tools/thermal: Fix possible path truncations (diff) | |
download | linux-7f0169cde0ced2e2b7bdf3dcedcf8c71efc6afc0.tar.xz linux-7f0169cde0ced2e2b7bdf3dcedcf8c71efc6afc0.zip |
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