mbox series

[GIT,PULL] thermal for v5.15-rc3

Message ID 15f013d8-d746-6034-bbe7-dc86cd8fbdf1@linaro.org (mailing list archive)
State Mainlined, archived
Headers show
Series [GIT,PULL] thermal for v5.15-rc3 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git tags/thermal-v5.15-rc3

Message

Daniel Lezcano Sept. 26, 2021, 5:57 p.m. UTC
Hi Linus,

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:


ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git
tags/thermal-v5.15-rc3

for you to fetch changes up to cf96921876dcee4d6ac07b9de470368a075ba9ad:

  thermal/drivers/tsens: Fix wrong check for tzd in irq handlers
(2021-09-21 15:17:11 +0200)

----------------------------------------------------------------
- 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)

----------------------------------------------------------------
Ansuel Smith (1):
      thermal/drivers/tsens: Fix wrong check for tzd in irq handlers

Antoine Tenart (1):
      thermal/drivers/int340x: Do not set a wrong tcc offset on resume

Dan Carpenter (1):
      thermal/core: Potential buffer overflow in
thermal_build_list_of_policies()

 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c | 5 +++--
 drivers/thermal/qcom/tsens.c                                     | 4 ++--
 drivers/thermal/thermal_core.c                                   | 7
+++----
 3 files changed, 8 insertions(+), 8 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 26, 2021, 7:31 p.m. UTC | #1
The pull request you sent on Sun, 26 Sep 2021 19:57:19 +0200:

> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git tags/thermal-v5.15-rc3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/299d6e47e8f8665904b9c8c321edb3876c92f68b

Thank you!