All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] hwmon fixes for v6.1-rc8
@ 2022-12-01 17:25 Guenter Roeck
  2022-12-01 19:37 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Guenter Roeck @ 2022-12-01 17:25 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-hwmon, linux-kernel

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

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

* Re: [GIT PULL] hwmon fixes for v6.1-rc8
  2022-12-01 17:25 [GIT PULL] hwmon fixes for v6.1-rc8 Guenter Roeck
@ 2022-12-01 19:37 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-12-01 19:37 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: Linus Torvalds, linux-hwmon, linux-kernel

The pull request you sent on Thu,  1 Dec 2022 09:25:26 -0800:

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

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

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:[~2022-12-01 19:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-01 17:25 [GIT PULL] hwmon fixes for v6.1-rc8 Guenter Roeck
2022-12-01 19:37 ` pr-tracker-bot

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.