mbox series

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

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

Pull-request

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

Message

Guenter Roeck Feb. 9, 2024, 3:04 p.m. UTC
Hi Linus,

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

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

Thanks,
Guenter
------

The following changes since commit 54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478:

  Linux 6.8-rc3 (2024-02-04 12:20:36 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 34cf8c657cf0365791cdc658ddbca9cc907726ce:

  hwmon: (coretemp) Enlarge per package core count limit (2024-02-04 06:43:45 -0800)

----------------------------------------------------------------
hwmon fixes for v6.8-rc4

- coretemp: Various fixes, and increase number of supported CPU cores

- aspeed-pwm-tacho: Add missing mutex protection

----------------------------------------------------------------
Loic Prylli (1):
      hwmon: (aspeed-pwm-tacho) mutex for tach reading

Zhang Rui (3):
      hwmon: (coretemp) Fix out-of-bounds memory access
      hwmon: (coretemp) Fix bogus core_id to attr name mapping
      hwmon: (coretemp) Enlarge per package core count limit

 drivers/hwmon/aspeed-pwm-tacho.c |  7 +++++++
 drivers/hwmon/coretemp.c         | 42 +++++++++++++++++++++-------------------
 2 files changed, 29 insertions(+), 20 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 9, 2024, 6:46 p.m. UTC | #1
The pull request you sent on Fri,  9 Feb 2024 07:04:23 -0800:

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

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

Thank you!