[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221201172526.2290129-1-linux@roeck-us.net>
Date: Thu, 1 Dec 2022 09:25:26 -0800
From: Guenter Roeck <linux@...ck-us.net>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-hwmon@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] hwmon fixes for v6.1-rc8
Hi Linus,
Please pull hwmon fixes for Linux v6.1-rc8 from signed tag:
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v6.1-rc8
Thanks,
Guenter
------
The following changes since commit 094226ad94f471a9f19e8f8e7140a09c2625abaa:
Linux 6.1-rc5 (2022-11-13 13:12:55 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-v6.1-rc8
for you to fetch changes up to 9bdc112be727cf1ba65be79541147f960c3349d8:
hwmon: (asus-ec-sensors) Add checks for devm_kcalloc (2022-12-01 09:20:55 -0800)
----------------------------------------------------------------
hwmon fixes for v6.1-rc8
- Fix refcount leak and NULL pointer access in coretemp driver
- Fix UAF in ibmpex driver
- Add missing pci_disable_device() to i5500_temp driver
- Fix calculation in ina3221 driver
- Fix temperature scaling in ltc2947 driver
- Check result of devm_kcalloc call in asus-ec-sensors driver
----------------------------------------------------------------
Derek Nguyen (1):
hwmon: (ltc2947) fix temperature scaling
Gaosheng Cui (1):
hwmon: (ibmpex) Fix possible UAF when ibmpex_register_bmc() fails
Ninad Malwade (1):
hwmon: (ina3221) Fix shunt sum critical calculation
Phil Auld (1):
hwmon: (coretemp) Check for null before removing sysfs attrs
Yang Yingliang (2):
hwmon: (i5500_temp) fix missing pci_disable_device()
hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new()
Yuan Can (1):
hwmon: (asus-ec-sensors) Add checks for devm_kcalloc
drivers/hwmon/asus-ec-sensors.c | 2 ++
drivers/hwmon/coretemp.c | 9 ++++++++-
drivers/hwmon/i5500_temp.c | 2 +-
drivers/hwmon/ibmpex.c | 1 +
drivers/hwmon/ina3221.c | 4 ++--
drivers/hwmon/ltc2947-core.c | 2 +-
6 files changed, 15 insertions(+), 5 deletions(-)
Powered by blists - more mailing lists