]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branch 'rhashtable-fixes-next'
authorDavid S. Miller <davem@davemloft.net>
Mon, 16 Mar 2015 02:22:17 +0000 (22:22 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Mar 2015 02:22:17 +0000 (22:22 -0400)
Herbert Xu says:

====================
rhashtable: Fix two bugs caused by multiple rehash preparation

While testing some new patches over the weekend I discovered a
couple of bugs in the series that had just been merged.  These
two patches fix them:

1) A use-after-free in the walker that can cause crashes when
walking during a rehash.

2) When a second rehash starts during a single rhashtable_remove
call the remove may fail when it shouldn't.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge