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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 8 Jan 2022 12:22:29 +0100
From:   Sebastian Reichel <sre@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org
Subject: [GIT PULL] power-supply fixes for 5.16

Hi Linus,

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  ssh://git@...olite.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git tags/for-v5.16-rc

for you to fetch changes up to 644106cdb89844be2496b21175b7c0c2e0fab381:

  power: reset: ltc2952: Fix use of floating point literals (2021-11-16 15:22:39 +0100)

----------------------------------------------------------------
Power Supply Fixes for 5.16 cycle

Three fixes for the 5.16 cycle:

1. Avoid going beyond last capacity in the power-supply core
2. Replace 1E6L with NSEC_PER_MSEC to avoid floating point calculation
   in LLVM resulting in a build failure
3. Fix ADC measurements in bq25890 charger driver

----------------------------------------------------------------
Linus Walleij (1):
      power: supply: core: Break capacity loop

Nathan Chancellor (1):
      power: reset: ltc2952: Fix use of floating point literals

Yauhen Kharuzhy (1):
      power: bq25890: Enable continuous conversion for ADC at charging

 drivers/power/reset/ltc2952-poweroff.c   | 4 ++--
 drivers/power/supply/bq25890_charger.c   | 4 ++--
 drivers/power/supply/power_supply_core.c | 4 ++++
 3 files changed, 8 insertions(+), 4 deletions(-)

Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ