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>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 22 Jan 2020 10:19:37 -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 v5.5-rc8

Hi Linus,

Please pull hwmon fixes for Linux v5.5-rc8 from signed tag:

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v5.5-rc8

Thanks,
Guenter
------

The following changes since commit b3a987b0264d3ddbb24293ebff10eddfc472f653:

  Linux 5.5-rc6 (2020-01-12 16:55:08 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-v5.5-rc8

for you to fetch changes up to 3bf8bdcf3bada771eb12b57f2a30caee69e8ab8d:

  hwmon: (core) Do not use device managed functions for memory allocations (2020-01-17 07:57:16 -0800)

----------------------------------------------------------------
hwmon fixes for v5.5-final

In hwmon core, do not use the hwmon parent device for device managed
memory allocations, since parent device lifetime may not match hwmon
device lifetime.

Fix discrepancy between read and write values in adt7475 driver.

Fix alarms and voltage limits in nct7802 driver.

----------------------------------------------------------------
Gilles Buloz (2):
      hwmon: (nct7802) Fix voltage limits to wrong registers
      hwmon: (nct7802) Fix non-working alarm on voltages

Guenter Roeck (1):
      hwmon: (core) Do not use device managed functions for memory allocations

Luuk Paulussen (1):
      hwmon: (adt7475) Make volt2reg return same reg as reg2volt input

 drivers/hwmon/adt7475.c |  5 ++--
 drivers/hwmon/hwmon.c   | 68 ++++++++++++++++++++++++++------------------
 drivers/hwmon/nct7802.c | 75 +++++++++++++++++++++++++++++++++++++++++++++----
 3 files changed, 113 insertions(+), 35 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ