[GIT PULL] hwmon fixes for v6.19-rc2

From: Guenter Roeck

Date: Sat Dec 20 2025 - 08:49:36 EST


Hi Linus,

Please pull hwmon fixes for Linux v6.19-rc2 from signed tag:

git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v6.19-rc2

Thanks,
Guenter
------

The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:

Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-v6.19-rc2

for you to fetch changes up to b3db91c3bfea69a6c6258fea508f25a59c0feb1a:

hwmon: (ltc4282): Fix reset_history file permissions (2025-12-19 08:44:22 -0800)

----------------------------------------------------------------
hwmon fixes for v6.19-rc2

- ltc4282: Fix reset_history file permissions

- ds620: Update broken Datasheet URL in driver documentation

- tmp401: Fix overflow caused by default conversion rate value

- ibmpex: Fix use-after-free in high/low store

- dell-smm: Limit fan multiplier to avoid overflow

----------------------------------------------------------------
Alexey Simakov (1):
hwmon: (tmp401) fix overflow caused by default conversion rate value

Denis Sergeev (1):
hwmon: (dell-smm) Limit fan multiplier to avoid overflow

Junrui Luo (1):
hwmon: (ibmpex) fix use-after-free in high/low store

Nuno Sá (1):
hwmon: (ltc4282): Fix reset_history file permissions

Okan Akyuz (1):
hwmon: (DS620) Update broken Datasheet URL in driver documentation

Documentation/hwmon/ds620.rst | 4 ++--
drivers/hwmon/dell-smm-hwmon.c | 9 +++++++++
drivers/hwmon/ibmpex.c | 9 +++++++--
drivers/hwmon/ltc4282.c | 9 ++++++---
drivers/hwmon/tmp401.c | 2 +-
5 files changed, 25 insertions(+), 8 deletions(-)