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: <29572e6de29cb03ebdf8b553a11a800e.broonie@kernel.org>
Date: Fri, 04 Jul 2025 16:06:59 +0100
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.16-rc4

The following changes since commit d0b3b7b22dfa1f4b515fd3a295b3fd958f9e81af:

  Linux 6.16-rc4 (2025-06-29 13:09:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c9764fd88bc744592b0604ccb6b6fc1a5f76b4e3:

  regulator: gpio: Fix the out-of-bounds access to drvdata::gpiods (2025-07-03 12:22:35 +0100)

----------------------------------------------------------------
regulator: Fixes for v6.16

A few driver fixes (the GPIO one being potentially nasty, though it has
been there for a while without anyone reporting it), and one core fix
for the rarely used combination of coupled regulators and unbinding.

----------------------------------------------------------------
Alessandro Carminati (1):
      regulator: core: fix NULL dereference on unbind due to stale coupling data

Jisheng Zhang (2):
      regulator: sy8824x: Fix ID table driver_data
      regulator: mp886x: Fix ID table driver_data

Manivannan Sadhasivam (1):
      regulator: gpio: Fix the out-of-bounds access to drvdata::gpiods

Shree Ramamoorthy (1):
      regulator: tps65219: Fix devm_kmalloc size allocation

 drivers/regulator/core.c               |  1 +
 drivers/regulator/gpio-regulator.c     |  8 ++++----
 drivers/regulator/mp886x.c             |  3 ++-
 drivers/regulator/sy8824x.c            |  5 ++++-
 drivers/regulator/tps65219-regulator.c | 28 ++++++++++++++--------------
 5 files changed, 25 insertions(+), 20 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ