All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] hwmon fixes for v7.2-rc7
Date: Fri,  7 Aug 2026 17:12:01 -0700	[thread overview]
Message-ID: <20260808001201.2405051-1-linux@roeck-us.net> (raw)

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(-)

             reply	other threads:[~2026-08-08  0:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-08  0:12 Guenter Roeck [this message]
2026-08-08  0:43 ` [GIT PULL] hwmon fixes for v7.2-rc7 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260808001201.2405051-1-linux@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.