From: David S. Miller Date: Mon, 16 Mar 2015 02:22:17 +0000 (-0400) Subject: Merge branch 'rhashtable-fixes-next' X-Git-Tag: v5.15~15978^2~234 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7993d44ea1f7b17dd17863ab139d2c9df17dfe51;p=platform%2Fkernel%2Flinux-starfive.git 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 --- 7993d44ea1f7b17dd17863ab139d2c9df17dfe51