[GIT PULL] hwmon fixes for v7.1-rc4
From: Guenter Roeck
Date: Sat May 16 2026 - 18:43:44 EST
Hi Linus,
Please pull hwmon fixes for Linux v7.1-rc4 from signed tag:
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v7.1-rc4
Thanks,
Guenter
------
The following changes since commit 5d6919055dec134de3c40167a490f33c74c12581:
Linux 7.1-rc3 (2026-05-10 14:08:09 -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.1-rc4
for you to fetch changes up to 873e919e3101063a7a75989510ccfc125a4391cf:
hwmon: (lm90) Add lock protection to lm90_alert (2026-05-16 08:10:33 -0700)
----------------------------------------------------------------
hwmon fixes for v7.1-rc4
- asus_atk0110, acpi_power_meter: Add missing NULL pointer checks
- lm90: Fix locking and UAF issues
- sy7636a: Fix sysfs attribute name in documentation
----------------------------------------------------------------
Chen-Shi-Hong (1):
docs: hwmon: sy7636a: fix temperature sysfs attribute name
Guenter Roeck (2):
hwmon: (lm90) Stop work before releasing hwmon device
hwmon: (lm90) Add lock protection to lm90_alert
Rafael J. Wysocki (2):
hwmon: (acpi_power_meter) Check ACPI_COMPANION() against NULL
hwmon: (asus_atk0110) Check ACPI_COMPANION() against NULL
Documentation/hwmon/sy7636a-hwmon.rst | 2 +-
drivers/hwmon/acpi_power_meter.c | 6 +++++-
drivers/hwmon/asus_atk0110.c | 7 ++++++-
drivers/hwmon/lm90.c | 26 ++++++++++++++++++++++----
4 files changed, 34 insertions(+), 7 deletions(-)