mbox series

[GIT,PULL] hwmon fixes for v6.0-rc4

Message ID 20220903020142.852288-1-linux@roeck-us.net (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] hwmon fixes for v6.0-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-v6.0-rc4

Message

Guenter Roeck Sept. 3, 2022, 2:01 a.m. UTC
Hi Linus,

Please pull hwmon fixes for Linux v6.0-rc4 from signed tag:

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v6.0-rc4

Thanks,
Guenter
------

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -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.0-rc4

for you to fetch changes up to f233d2be38dbbb22299192292983037f01ab363c:

  hwmon: (gpio-fan) Fix array out of bounds access (2022-08-29 21:23:23 -0700)

----------------------------------------------------------------
hwmon fixes for v6.0-rc4

- Fix out of bounds access in gpio-fan driver

- Fix VOUT margin caching in PMBus core

- Avoid error message after -EPROBE_DEFER from devm_regulator_register()

----------------------------------------------------------------
Armin Wolf (1):
      hwmon: (gpio-fan) Fix array out of bounds access

Christophe JAILLET (1):
      hwmon: (pmbus) Use dev_err_probe() to filter -EPROBE_DEFER error messages

Vincent Whitchurch (1):
      hwmon: (pmbus) Fix vout margin caching

 drivers/hwmon/gpio-fan.c         |  3 +++
 drivers/hwmon/pmbus/pmbus_core.c | 19 ++++++++++++-------
 2 files changed, 15 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 3, 2022, 5:37 p.m. UTC | #1
The pull request you sent on Fri,  2 Sep 2022 19:01:42 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v6.0-rc4

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

Thank you!