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>] [day] [month] [year] [list]
Date:	Thu, 4 Sep 2014 00:08:21 +0100
From:	Mark Brown <broonie@...nel.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org
Subject: [GIT PULL] regmap fixes for v3.17

The following changes since commit 52addcf9d6669fa439387610bc65c92fa0980cef:

  Linux 3.17-rc2 (2014-08-25 15:36:20 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-v3.17-rc1

for you to fetch changes up to d3b05339873d42a1820d9215ce3885b61d9a95a1:

  Merge remote-tracking branches 'regmap/fix/cache', 'regmap/fix/debugfs' and 'regmap/fix/volatile' into regmap-linus (2014-08-31 13:23:45 +0100)

----------------------------------------------------------------
regmap: Fixes for v3.17

Several bug fixes for issues that have been lurking for a while:

 - Check that devices haven't set the flag saying they only support
   register at a time operation while we're doing cache syncs, otherwise
   we fail to restore caches.
 - Ensure that we don't mark all registers on devices using format_write()
   as cacheable, avoiding adding a cache of things like reset registers
   which we don't want to rewrite during cache sync.
 - Make sure we create the debugfs files in the correct directory.

----------------------------------------------------------------
Lars-Peter Clausen (1):
      regmap: Fix regcache debugfs initialization

Mark Brown (3):
      regmap: Fix handling of volatile registers for format_write() chips
      regmap: Don't attempt block writes when syncing cache on single_rw devices
      Merge remote-tracking branches 'regmap/fix/cache', 'regmap/fix/debugfs' and 'regmap/fix/volatile' into regmap-linus

 drivers/base/regmap/internal.h        | 3 +++
 drivers/base/regmap/regcache-rbtree.c | 9 +++------
 drivers/base/regmap/regcache.c        | 2 +-
 drivers/base/regmap/regmap-debugfs.c  | 3 +++
 drivers/base/regmap/regmap.c          | 2 +-
 5 files changed, 11 insertions(+), 8 deletions(-)

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ