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

From: Guenter Roeck
Date: Fri Sep 02 2022 - 22:01:52 EST


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