Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1206014

[GIT PULL] regmap fix for v4.2

From Mark Brown <broonie@kernel.org>
Newsgroups linux.kernel
Subject [GIT PULL] regmap fix for v4.2
Date 2015-08-12 14:30 +0200
Message-ID <pWDko-4hj-51@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:

  Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-fix-v4.2-rc6

for you to fetch changes up to 8ef9724bf9718af81cfc5132253372f79c71b7e2:

  regmap: regcache-rbtree: Clean new present bits on present bitmap resize (2015-07-29 15:10:13 +0100)

----------------------------------------------------------------
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.

----------------------------------------------------------------
Guenter Roeck (1):
      regmap: regcache-rbtree: Clean new present bits on present bitmap resize

 drivers/base/regmap/regcache-rbtree.c | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[GIT PULL] regmap fix for v4.2 Mark Brown <broonie@kernel.org> - 2015-08-12 14:30 +0200

csiph-web