Revision 299d6e47e8f8665904b9c8c321edb3876c92f68b authored by Linus Torvalds on 26 September 2021, 19:11:58 UTC, committed by Linus Torvalds on 26 September 2021, 19:11:58 UTC
Pull thermal fixes from Daniel Lezcano:

 - Fix thermal shutdown after a suspend/resume due to a wrong TCC value
   restored on Intel platform (Antoine Tenart)

 - Fix potential buffer overflow when building the list of policies. The
   buffer size is not updated after writing to it (Dan Carpenter)

 - Fix wrong check against IS_ERR instead of NULL (Ansuel Smith)

* tag 'thermal-v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux:
  thermal/drivers/tsens: Fix wrong check for tzd in irq handlers
  thermal/core: Potential buffer overflow in thermal_build_list_of_policies()
  thermal/drivers/int340x: Do not set a wrong tcc offset on resume
2 parent s 5bb7b21 + cf96921
History
File Mode Size
Kconfig -rw-r--r-- 1.3 KB
Makefile -rw-r--r-- 325 bytes
awacs.c -rw-r--r-- 31.3 KB
awacs.h -rw-r--r-- 7.3 KB
beep.c -rw-r--r-- 7.1 KB
burgundy.c -rw-r--r-- 23.7 KB
burgundy.h -rw-r--r-- 3.3 KB
daca.c -rw-r--r-- 6.2 KB
keywest.c -rw-r--r-- 3.6 KB
pmac.c -rw-r--r-- 36.0 KB
pmac.h -rw-r--r-- 4.5 KB
powermac.c -rw-r--r-- 4.4 KB
snd_ps3.c -rw-r--r-- 27.2 KB
snd_ps3.h -rw-r--r-- 2.9 KB
snd_ps3_reg.h -rw-r--r-- 32.6 KB
tumbler.c -rw-r--r-- 37.8 KB
tumbler_volume.h -rw-r--r-- 6.6 KB

back to top