mbox series

[GIT,PULL] thermal fixes for v5.12

Message ID 64ffeeef-45de-6e0d-0ce9-767024d8dd22@linaro.org (mailing list archive)
State Not Applicable, archived
Headers show
Series [GIT,PULL] thermal fixes for v5.12 | expand

Pull-request

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

Message

Daniel Lezcano March 17, 2021, 9:02 a.m. UTC
Hi Linus,

please consider pulling this single fix for the thermal framework.

Thanks

  -- Daniel


The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:


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

for you to fetch changes up to 2046a24ae121cd107929655a6aaf3b8c5beea01f:

  thermal/core: Add NULL pointer check before using cooling device stats
(2021-03-17 09:55:58 +0100)

----------------------------------------------------------------
- Fix NULL pointer access when the cooling device transition stats
  table failed to allocate due to a big number of states (Manaf
  Meethalavalappu Pallikunhi).

----------------------------------------------------------------
Manaf Meethalavalappu Pallikunhi (1):
      thermal/core: Add NULL pointer check before using cooling device stats

 drivers/thermal/thermal_sysfs.c | 3 +++
 1 file changed, 3 insertions(+)

Comments

pr-tracker-bot@kernel.org March 17, 2021, 10:01 p.m. UTC | #1
The pull request you sent on Wed, 17 Mar 2021 10:02:51 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/35d8c39d0e52f5230716f61910881b309e4b1a04

Thank you!