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:	Tue, 17 Mar 2015 11:39:26 +0000
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 v4.0

The following changes since commit 13a7a6ac0a11197edcd0f756a035f472b42cdf8b:

  Linux 4.0-rc2 (2015-03-03 09:04:59 -0800)

are available in the git repository at:

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

for you to fetch changes up to 7d720ee52598b49ad70a2572fa159467c5f45dc4:

  Merge remote-tracking branches 'regmap/fix/irq', 'regmap/fix/rbtree' and 'regmap/fix/sync' into regmap-linus (2015-03-07 16:18:08 +0000)

----------------------------------------------------------------
regmap: Fixes for v4.0

A few things here:

 - A change from Lars to fix insertion of cache values at the start of
   rather than end of a rbtree block.  This hadn't been noticed before
   since almost everything lists registers in ascending order.
 - A fix from Takashi for spurious warnings during cache sync with read
   once registers, a problem which can be very noticeable on devices
   that it affects.
 - A fix from Valentin for a tighening of the oneshot IRQ request
   interface which would have broken affected devices.

----------------------------------------------------------------
Lars-Peter Clausen (1):
      regmap: regcache-rbtree: Fix present bitmap resize

Mark Brown (1):
      Merge remote-tracking branches 'regmap/fix/irq', 'regmap/fix/rbtree' and 'regmap/fix/sync' into regmap-linus

Takashi Iwai (1):
      regmap: Skip read-only registers in regcache_sync()

Valentin Rothberg (1):
      regmap-irq: set IRQF_ONESHOT flag to ensure IRQ request

 drivers/base/regmap/regcache-rbtree.c | 2 +-
 drivers/base/regmap/regcache.c        | 6 ++++--
 drivers/base/regmap/regmap-irq.c      | 3 ++-
 3 files changed, 7 insertions(+), 4 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