mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] hwmon fixes for v7.3-rc3
@ 2026-09-10 18:29 Guenter Roeck
  2026-09-10 21:52 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Guenter Roeck @ 2026-09-10 18:29 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-hwmon, linux-kernel

Hi Linus,

Please pull hwmon fixes for Linux v7.3-rc3 from signed tag:

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v7.3-rc3

Thanks,
Guenter
------

The following changes since commit df2908090cda368b01ff43709f51890076c56157:

  Linux 7.3-rc2 (2026-09-06 15:07:20 -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.3-rc3

for you to fetch changes up to c88a6338ae485e4d6210cc74cdb7664d6476c925:

  hwmon: (nct6694) do not expose enable on DTIN temperature channels (2026-09-09 18:16:35 -0700)

----------------------------------------------------------------
hwmon fixes for v7.3-rc3

* Core

  - Fix potential UAF in pec_store

  - Ensure that 'dev' passed to hwmon_notify_event() is a hwmon device

  - Document hwmon_notify_event()

* applesmc: Fix key backlight workqueue leak on register failure

* aspeed-pwm-tacho: Propagate reset deassert errors

* asus_rog_ryujin: HID report fixes

* chipcap2: Fix channels in humidity alarm notifications

* corsair-cpro: debugfs fixes

* gpd-fan: Documentation: replace full-width colon by a standard ASCII colon

* gpio-fan: Take fan_data->lock in gpio_fan_shutdown(), and fix
  use-after-free in alarm work

* ina2xx: Fix in0 and curr1 alarm handling, and acquire hwmon_lock in
  shunt_resistor_show()

* ltc4282: Fully initializeclk_init_data

* mcp9982: Propagate one-shot polling errors

* nct6694: Do not expose enable on DTIN temperature channels

* PMBus core: Clear generic status alarms with CLEAR_FAULTS

* sht4x: Fix return value from heater_enable_store(), and add missing locks

----------------------------------------------------------------
Ali Ahmet Memis (1):
      hwmon: (nct6694) do not expose enable on DTIN temperature channels

Antonin Godard (1):
      Documentation: hwmon: replace full-width colon by a standard ASCII colon

Arie Miller (2):
      hwmon: (asus_rog_ryujin) Validate HID report lengths
      hwmon: (asus_rog_ryujin) Synchronize HID command and report handling

Cong Nguyen (2):
      hwmon: (applesmc) fix key backlight workqueue leak on register failure
      hwmon: (gpio-fan) take fan_data->lock in gpio_fan_shutdown()

Fan Wu (1):
      hwmon: (gpio-fan) Fix use-after-free in alarm work

Geert Uytterhoeven (1):
      hwmon: (ltc4282) Make sure clk_init_data is fully initialized

Guenter Roeck (5):
      Documentation/hwmon: Document hwmon_notify_event()
      hwmon: Fix potential UAF in pec_store
      hwmon: Ensure that 'dev' passed to hwmon_notify_event() is a hwmon device
      hwmon: (sht4x) Add missing locks
      hwmon: (sht4x) Fix return value from heater_enable_store()

Jared Kangas (4):
      hwmon: (ina2xx) Acquire hwmon_lock in shunt_resistor_show()
      hwmon: (ina2xx) Parameterize ina2xx_data in ina226_alert_read()
      hwmon: (ina2xx) Replace masks with enum in alert functions
      hwmon: (ina2xx) Decouple in0 and curr1 alarms

Javier Carrasco (1):
      hwmon: (chipcap2) fix channels in humidity alarm notifications

Linmao Li (2):
      hwmon: (corsair-cpro) Create debugfs entries after hwmon registration
      hwmon: (corsair-cpro) Remove debugfs entries when probe fails

Nikhil Gurudasani (1):
      hwmon: (mcp9982) Propagate one-shot polling errors

Pengpeng Hou (1):
      hwmon: (aspeed-pwm-tacho) Propagate reset deassert errors

Vishnu Razdan (1):
      hwmon: (pmbus) Clear generic status alarms with CLEAR_FAULTS

hanzhijian (1):
      hwmon: (yogafan) fix non-kernel-doc comment

 Documentation/hwmon/gpd-fan.rst          |   2 +-
 Documentation/hwmon/hwmon-kernel-api.rst |  15 +++
 drivers/hwmon/applesmc.c                 |   7 +-
 drivers/hwmon/aspeed-pwm-tacho.c         |   4 +-
 drivers/hwmon/asus_rog_ryujin.c          |  30 +++++-
 drivers/hwmon/chipcap2.c                 |   9 +-
 drivers/hwmon/corsair-cpro.c             |  24 +++--
 drivers/hwmon/gpio-fan.c                 |  13 ++-
 drivers/hwmon/hwmon.c                    |  31 +++---
 drivers/hwmon/ina2xx.c                   | 163 ++++++++++++++++++++++++++-----
 drivers/hwmon/ltc4282.c                  |   2 +-
 drivers/hwmon/mcp9982.c                  |   2 +
 drivers/hwmon/nct6694-hwmon.c            |  35 ++++---
 drivers/hwmon/pmbus/pmbus_core.c         |   4 +-
 drivers/hwmon/sht4x.c                    |   8 +-
 drivers/hwmon/yogafan.c                  |   2 +-
 16 files changed, 267 insertions(+), 84 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] hwmon fixes for v7.3-rc3
  2026-09-10 18:29 [GIT PULL] hwmon fixes for v7.3-rc3 Guenter Roeck
@ 2026-09-10 21:52 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-09-10 21:52 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: Linus Torvalds, linux-hwmon, linux-kernel

The pull request you sent on Thu, 10 Sep 2026 11:29:30 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v7.3-rc3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/aa416593f363f9b290e21cdbb98e90a0d8c513e1

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-09-10 21:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-10 18:29 [GIT PULL] hwmon fixes for v7.3-rc3 Guenter Roeck
2026-09-10 21:52 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®