lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250117164317.2710233-1-linux@roeck-us.net>
Date: Fri, 17 Jan 2025 08:43:17 -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.13

Hi Linus,

Please pull hwmon fixes for Linux v6.13 from signed tag:

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

Thanks,
Guenter
------

The following changes since commit 5bc55a333a2f7316b58edc7573e8e893f7acb532:

  Linux 6.13-rc7 (2025-01-12 14:37:56 -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.13-rc8

for you to fetch changes up to e9b24deb84863c5a77dda5be57b6cb5bf4127b85:

  hwmon: (ltc2991) Fix mixed signed/unsigned in DIV_ROUND_CLOSEST (2025-01-15 13:52:43 -0800)

----------------------------------------------------------------
hwmon fixes for v6.13-rc8/v6.13

- ltc2991, tmp513: Fix problems seen when dividing negative numbers

- drivetemp: Handle large timeouts observed on some drives

- acpi_power_meter: Fix loading the driver on platforms without _PMD method

----------------------------------------------------------------
David Lechner (2):
      hwmon: (tmp513) Fix division of negative numbers
      hwmon: (ltc2991) Fix mixed signed/unsigned in DIV_ROUND_CLOSEST

Kazuhiro Abe (1):
      hwmon: (acpi_power_meter) Fix a check for the return value of read_domain_devices().

Russell Harmon (1):
      hwmon: (drivetemp) Set scsi command timeout to 10s

 drivers/hwmon/acpi_power_meter.c | 2 +-
 drivers/hwmon/drivetemp.c        | 2 +-
 drivers/hwmon/ltc2991.c          | 2 +-
 drivers/hwmon/tmp513.c           | 7 ++++---
 4 files changed, 7 insertions(+), 6 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ