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: <20201119174529.A5A5921D7A@mail.kernel.org>
Date:   Thu, 19 Nov 2020 17:45:08 +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 v5.10-rc4

The following changes since commit cf1ad559a20d1930aa7b47a52f54e1f8718de301:

  regulator: defer probe when trying to get voltage from unresolved supply (2020-11-03 13:19:01 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v5.10-rc4

for you to fetch changes up to 2ba546ebe0ce2af47833d8912ced9b4a579f13cb:

  regulator: ti-abb: Fix array out of bound read access on the first transition (2020-11-18 17:59:24 +0000)

----------------------------------------------------------------
regulator: Fixes for v5.10

Mostly core fixes here, one set from Michał Mirosław which cleans up
some issues introduced as part of the coupled regulators work, one
memory leak during probe and two due to regulators which have an input
supply name and regulator name which are identical, which is very
unusual.  There's also a fix for our handling of the similarly unusual
case where we can't determine if a regulator is enabled during boot.

----------------------------------------------------------------
Michał Mirosław (3):
      regulator: fix memory leak with repeated set_machine_constraints()
      regulator: avoid resolve_supply() infinite recursion
      regulator: workaround self-referent regulators

Nishanth Menon (1):
      regulator: ti-abb: Fix array out of bound read access on the first transition

Pi-Hsun Shih (1):
      regulator: core: don't disable regulator if is_enabled return error.

Sean Nyekjaer (1):
      regulator: pfuze100: limit pfuze-support-disable-sw to pfuze{100,200}

 drivers/regulator/core.c               | 43 ++++++++++++++++++++--------------
 drivers/regulator/pfuze100-regulator.c | 13 ++++++----
 drivers/regulator/ti-abb-regulator.c   | 12 +++++++++-
 3 files changed, 44 insertions(+), 24 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ