[GIT PULL] hwmon fixes for v6.16-rc3
From: Guenter Roeck
Date: Thu Jun 19 2025 - 09:47:09 EST
Hi Linus,
Please pull hwmon fixes for Linux v6.16-rc3 from signed tag:
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v6.16-rc3
Thanks,
Guenter
------
The following changes since commit e04c78d86a9699d136910cfc0bdcf01087e3267e:
Linux 6.16-rc2 (2025-06-15 13:49:41 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-v6.16-rc3
for you to fetch changes up to c25892b7a1744355e16281cd24a9b59ec15ec974:
hwmon: (ltc4282) avoid repeated register write (2025-06-16 06:30:58 -0700)
----------------------------------------------------------------
hwmon fixes for v6.16-rc3
- ltc4282: Avoid repeated register write operation
- occ: Fix unaligned accesses, and rework attribute registration to reduce
stack usage
- ftsteutates: Fix TOCTOU race
----------------------------------------------------------------
Arnd Bergmann (2):
hwmon: (occ) Rework attribute registration for stack usage
hwmon: (occ) fix unaligned accesses
Gui-Dong Han (1):
hwmon: (ftsteutates) Fix TOCTOU race in fts_read()
Nuno Sá (1):
hwmon: (ltc4282) avoid repeated register write
drivers/hwmon/ftsteutates.c | 9 +-
drivers/hwmon/ltc4282.c | 7 --
drivers/hwmon/occ/common.c | 238 ++++++++++++++++++--------------------------
3 files changed, 103 insertions(+), 151 deletions(-)