[GIT PULL] hwmon fixes for v7.2-rc7

From: Guenter Roeck

Date: Fri Aug 07 2026 - 20:12:11 EST


Hi Linus,

Please pull hwmon fixes for Linux v7.2-rc7 from signed tag:

git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v7.2-rc7

Thanks,
Guenter
------

The following changes since commit 075b74841bd0065a3bda3440873c747938e69b68:

Linux 7.2-rc6 (2026-08-02 16:24:24 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-v7.2-rc7

for you to fetch changes up to c6c4234928d2eb4f61fecb61067e612d9bdbd2ff:

hwmon: (corsair-psu) Fix linear11 calculation (2026-08-06 22:37:45 -0700)

----------------------------------------------------------------
hwmon fixes for v7.2-rc7

Various fixes, most of them fixing critical or high severity bugs
reported by Sashiko.

* ads7828
- Fix external VREF regulator handling

* corsair-psu
- Fix linear11 calculation
- Serialize debugfs access against hwmon
- Fix possible out-of-bounds access on missing string termination

* ltc4282
- Fix parsing adi,current-limit-sense-microvolt
- Clamp negative current limits
- Avoid overflow in maximum power calculation

* nzxt-smart2
- Check return value of init_device() in probe

* PMBus core
- Fix type confusion in notification logic
- Avoid race condition during probe

* PMBus/lm25066
- Fix PMBus coefficient calculations

----------------------------------------------------------------
Ali Ahmet Memis (1):
hwmon: (corsair-psu) serialize debugfs access against hwmon

Guenter Roeck (7):
hwmon: (pmbus/core) Avoid race condition during probe
hwmon: (pmbus) Fix type confusion in notification logic
hwmon: (pmbus/lm25066) Fix PMBus coefficient calculations
hwmon: (ltc4282) Avoid overflow in maximum power calculation
hwmon: (ltc4282) Clamp negative current limits
hwmon: (ltc4282) Fix parsing adi,current-limit-sense-microvolt
hwmon: (corsair-psu) Fix linear11 calculation

Qingshuang Fu (2):
hwmon: (nzxt-smart2) Check return value of init_device() in probe
hwmon: (ads7828) Fix external VREF regulator handling

Wilken Gottwalt (1):
hwmon: (corsair-psu) fix possible out-of-bounds access on missing string termination

drivers/hwmon/ads7828.c | 11 +++----
drivers/hwmon/corsair-psu.c | 31 ++++++++++++-------
drivers/hwmon/ltc4282.c | 20 ++++++++-----
drivers/hwmon/nzxt-smart2.c | 6 +++-
drivers/hwmon/pmbus/lm25066.c | 5 ++--
drivers/hwmon/pmbus/pmbus_core.c | 65 +++++++++++++++++++++++++---------------
6 files changed, 87 insertions(+), 51 deletions(-)