Commit 1405a07192a3 for kernel

commit 1405a07192a3c5420c5fd7437f7945ebe1e71ad7
Merge: fe6f8e913df9 873e919e3101
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sun May 17 09:23:28 2026 -0700

    Merge tag 'hwmon-for-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging

    Pull hwmon fixes from Guenter Roeck:

     - asus_atk0110, acpi_power_meter: Add missing NULL pointer checks

     - lm90: Fix locking and UAF issues

     - sy7636a: Fix sysfs attribute name in documentation

    * tag 'hwmon-for-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
      hwmon: (lm90) Add lock protection to lm90_alert
      hwmon: (lm90) Stop work before releasing hwmon device
      docs: hwmon: sy7636a: fix temperature sysfs attribute name
      hwmon: (asus_atk0110) Check ACPI_COMPANION() against NULL
      hwmon: (acpi_power_meter) Check ACPI_COMPANION() against NULL