]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit21b72d244273a52d159cc11f2990c571f6ba6f67
tree6be3f18d0d0311eb84062e18d30b771b14bb9f9e
parent324d077e136b7faf5d08428dbfbb437f8069ab1e
parent969f0220b3f4ad77c09ca401ec78f354c7003256
Merge branch 'rhashtable-fixes-next'

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>