]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'regmap-fix-v4.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Aug 2015 16:06:39 +0000 (09:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Aug 2015 16:06:39 +0000 (09:06 -0700)
commitac5dda9525120f66f93cd3786e5e90f55f86b980
tree1e3e6405254da5d1cd320da542caff5b2e4a5c2f
parenta7a2f0c1e4fc57b7155edcbdab02eeac3d2f2b53
parentfbf676777ba3a74209b5a77bec7c2a74388ed09c
Merge tag 'regmap-fix-v4.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap

Pull regmap fix from Mark Brown:
 "regmap: Fix handling of present bits on rbtree cache block resize

  When expanding a cache block we use krealloc() to resize the register
  present bitmap without initialising the newly allocated data (the
  original code was written for kzalloc()).  Add an appropraite memset()
  to fix that"

* tag 'regmap-fix-v4.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap:
  regmap: regcache-rbtree: Clean new present bits on present bitmap resize