2024-05-14 10:24:03

by Daniel Lezcano

[permalink] [raw]
Subject: [GIT PULL] thermal drivers fixes for v6.10-rc1


Hi Rafael,

The following changes since commit 734b5def91b594d3aa1147d60c45eded139ce2eb:

thermal/drivers/loongson2: Add Loongson-2K2000 support (2024-04-23
12:40:30 +0200)

are available in the Git repository at:


ssh://[email protected]/pub/scm/linux/kernel/git/thermal/linux.git
tags/thermal-v6.10-rc1-2

for you to fetch changes up to b66c079aabdff3954e93fdd7f52bd8f9ad6482c7:

thermal/drivers/mediatek/lvts_thermal: Fix wrong lvts_ctrl index
(2024-05-06 10:33:26 +0200)

----------------------------------------------------------------
- Check for a NULL pointer before using it in the probe routine of the
Mediatek LVTS driver (Julien Panis)

- Remove the num_lvts_sensor and cal_offset fields of the
lvts_ctrl_data as they are not used. These are not functional fixes
but slight memory usage fix of the Mediatek LVTS driver (Julien
Panis)

- Fix wrong lvts_ctrl index leading to a NULL pointer dereference in
the Mediatek LVTS driver (Julien Panis)

----------------------------------------------------------------
Julien Panis (3):
thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on lvts_data
thermal/drivers/mediatek/lvts_thermal: Remove unused members from
struct lvts_ctrl_data
thermal/drivers/mediatek/lvts_thermal: Fix wrong lvts_ctrl index

drivers/thermal/mediatek/lvts_thermal.c | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)

--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


2024-05-15 10:05:23

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [GIT PULL] thermal drivers fixes for v6.10-rc1

Hi Daniel,

On Tue, May 14, 2024 at 11:38 AM Daniel Lezcano
<[email protected]> wrote:
>
>
> Hi Rafael,
>
> The following changes since commit 734b5def91b594d3aa1147d60c45eded139ce2eb:
>
> thermal/drivers/loongson2: Add Loongson-2K2000 support (2024-04-23
> 12:40:30 +0200)
>
> are available in the Git repository at:
>
>
> ssh://[email protected]/pub/scm/linux/kernel/git/thermal/linux.git
> tags/thermal-v6.10-rc1-2
>
> for you to fetch changes up to b66c079aabdff3954e93fdd7f52bd8f9ad6482c7:
>
> thermal/drivers/mediatek/lvts_thermal: Fix wrong lvts_ctrl index
> (2024-05-06 10:33:26 +0200)
>
> ----------------------------------------------------------------
> - Check for a NULL pointer before using it in the probe routine of the
> Mediatek LVTS driver (Julien Panis)
>
> - Remove the num_lvts_sensor and cal_offset fields of the
> lvts_ctrl_data as they are not used. These are not functional fixes
> but slight memory usage fix of the Mediatek LVTS driver (Julien
> Panis)
>
> - Fix wrong lvts_ctrl index leading to a NULL pointer dereference in
> the Mediatek LVTS driver (Julien Panis)
>
> ----------------------------------------------------------------
> Julien Panis (3):
> thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on lvts_data
> thermal/drivers/mediatek/lvts_thermal: Remove unused members from
> struct lvts_ctrl_data
> thermal/drivers/mediatek/lvts_thermal: Fix wrong lvts_ctrl index
>
> drivers/thermal/mediatek/lvts_thermal.c | 15 +++++++++------
> 1 file changed, 9 insertions(+), 6 deletions(-)
>
> --

Pulled and added to the thermal branch in linux-pm.git.

Thanks!