Message ID | 1a27254d-110b-4c01-89a0-e5e7b7c986ca@linaro.org (mailing list archive) |
---|---|
State | Mainlined, archived |
Headers | show |
Series | [GIT,PULL] thermal drivers fixes for v6.10-rc1 | expand |
Hi Daniel, On Tue, May 14, 2024 at 11:38 AM Daniel Lezcano <daniel.lezcano@linaro.org> 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://git@gitolite.kernel.org/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!