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]
Message-ID: <20130827153317.GB10783@sirena.org.uk>
Date:	Tue, 27 Aug 2013 16:33:17 +0100
From:	Mark Brown <broonie@...nel.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org
Subject: [GIT PULL] regmap updates for v3.11

The following changes since commit b36f4be3de1b123d8601de062e7dbfc904f305fb:

  Linux 3.11-rc6 (2013-08-18 14:36:53 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-v3.11-rc7

for you to fetch changes up to 7f242bd889f49f5447bc4fd1eb5e437159e905b6:

  Merge remote-tracking branch 'regmap/fix/rbtree' into regmap-linus (2013-08-21 17:08:17 +0100)

----------------------------------------------------------------

regmap: Updates for v3.11

Two changes here:

 - Fix a bug in the rbtree code which could cause it to create two
   different cache entries for the same register by adding a single
   register at a time to the cache.  This isn't awesome for performance
   but it's non-invasive which we need for this late in the release
   cycle and the I/O costs we're trying to avoid are high.

 - Add another header used in the !CONFIG_REGMAP stubs where we had been
   relying on implicit inclusion.

----------------------------------------------------------------
David Jander (1):
      regmap: rbtree: Fix overlapping rbnodes.

Kevin Hilman (1):
      regmap: Add another missing header for !CONFIG_REGMAP stubs

Mark Brown (2):
      Merge remote-tracking branch 'regmap/fix/header' into regmap-linus
      Merge remote-tracking branch 'regmap/fix/rbtree' into regmap-linus

 drivers/base/regmap/regcache-rbtree.c | 2 +-
 include/linux/regmap.h                | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ