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>] [day] [month] [year] [list]
Date:	Tue, 17 Mar 2015 12:08:52 +0000
From:	Mark Brown <broonie@...nel.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, Liam Girdwood <lgirdwood@...il.com>
Subject: [GIT PULL] regulator fixes for v4.0

The following changes since commit 06e5801b8cb3fc057d88cb4dc03c0b64b2744cda:

  Linux 4.0-rc4 (2015-03-15 17:38:20 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v4.0-rc4

for you to fetch changes up to 8ca8f32666d2a655e274836400e1a7f7fa313502:

  Merge remote-tracking branches 'regulator/fix/gpio-enable' and 'regulator/fix/tps65910' into regulator-linus (2015-03-16 11:43:24 +0000)

----------------------------------------------------------------
regulator: Fixes for v4.0

The two main fixes here from Javier and Doug both fix issues seen on the
Exynos-based ARM Chromebooks with reference counting of GPIO regulators
over system suspend.  The GPIO enable code didn't properly take account
of this cases (a full analysis is in Doug's commit log).  This is fixed
by both fixing the reference counting directly and by making the resume
code skip enables it doesn't need to do.  We could skip the change in
the resume code but it's a very simple change and adds extra robustness
against problems in other drivers.

----------------------------------------------------------------
Doug Anderson (1):
      regulator: core: Fix enable GPIO reference counting

Geert Uytterhoeven (1):
      regulator: tps65910: Add missing #include <linux/of.h>

Javier Martinez Canillas (1):
      regulator: Only enable disabled regulators on resume

Mark Brown (1):
      Merge remote-tracking branches 'regulator/fix/gpio-enable' and 'regulator/fix/tps65910' into regulator-linus

 drivers/regulator/core.c               | 34 +++++++++++++++++-----------------
 drivers/regulator/tps65910-regulator.c |  1 +
 2 files changed, 18 insertions(+), 17 deletions(-)

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ