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, 01 Mar 2023 20:34:41 +0000
From:   Mark Brown <broonie@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Liam Girdwood <lgirdwood@...il.com>, linux-kernel@...r.kernel.org,
        Mark Brown <broonie@...nel.org>
Subject: [GIT PULL] regulator fixes for v6.3

The following changes since commit 7f62cb8861190e7cc1018ff37597fc49b2eaafa8:

  regulator: max597x: Align for simple_mfd_i2c driver (2023-02-16 15:54:02 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v6.3

for you to fetch changes up to 80d2c29e09e663761c2778167a625b25ffe01b6f:

  regulator: core: Use ktime_get_boottime() to determine how long a regulator was off (2023-02-23 11:40:14 +0000)

----------------------------------------------------------------
regulator: Fixes for v6.3

Two fixes here, one driver fix for incorrect error codes and a fix in
the core to use ktime_get_boottime() in order to fix accounting of the
time regulators have been powered down over suspend, ktime_get()
pauses over suspend which is not what we want.

----------------------------------------------------------------
Axel Lin (1):
      regulator: max597x: Fix error return code in max597x_get_status

Matthias Kaehlcke (1):
      regulator: core: Use ktime_get_boottime() to determine how long a regulator was off

 drivers/regulator/core.c              | 6 +++---
 drivers/regulator/max597x-regulator.c | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ