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]
Message-ID: <50c80a2096aa0f389fffb34dfffc82ba.broonie@kernel.org>
Date: Fri, 21 Mar 2025 14:38:53 +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.14-rc7

The following changes since commit 7eb172143d5508b4da468ed59ee857c6e5e01da6:

  Linux 6.14-rc5 (2025-03-02 11:48:20 -0800)

are available in the Git repository at:

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

for you to fetch changes up to b65439d9015024c37c6b8a17c0569ec44675a979:

  regulator: rtq2208: Fix the LDO DVS capability (2025-03-17 12:45:37 +0000)

----------------------------------------------------------------
regulator: Fixes for v6.14

More fixes than I'd like at this point, some of which is due to me
cooking things in -next for a bit and resetting that cooking time as
more fixes came in.

 - Christian Eggers fixed some race conditions with the dummy regulator
   not being available very early in boot due to the use of asynchronous
   probing, both the provider side (ensuring that it's availalbe) and
   consumer side (handling things if that goes wrong) are fixed.
 - Ludvig Pärsson fixed some lockdep issues with the debugfs
   registration for regulators holding more locks than it really needs
   causing issues later when looking at the resulting debugfs.boot
 - Some device specific fixes for incorrect descriptions of the RTQ2208
   from ChiYuan Huang.

----------------------------------------------------------------
ChiYuan Huang (2):
      regulator: rtq2208: Fix incorrect buck converter phase mapping
      regulator: rtq2208: Fix the LDO DVS capability

Christian Eggers (2):
      regulator: dummy: force synchronous probing
      regulator: check that dummy regulator has been probed before using it

Ludvig Pärsson (1):
      regulator: core: Fix deadlock in create_regulator()

 drivers/regulator/core.c              |  88 ++++++++------
 drivers/regulator/dummy.c             |   2 +-
 drivers/regulator/rtq2208-regulator.c | 216 +++++++++++++++++++---------------
 3 files changed, 178 insertions(+), 128 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ