From: David S. Miller Date: Fri, 26 Sep 2014 20:21:29 +0000 (-0400) Subject: Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf X-Git-Tag: v4.9.8~5644^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7af85db54430c7cb7e15de9b3e0f72074d94dfb;p=platform%2Fkernel%2Flinux-rpi3.git Merge git://git./pub/scm/linux/kernel/git/pablo/nf Pablo Neira Ayuso says: ==================== nf pull request for net This series contains netfilter fixes for net, they are: 1) Fix lockdep splat in nft_hash when releasing sets from the rcu_callback context. We don't the mutex there anymore. 2) Remove unnecessary spinlock_bh in the destroy path of the nf_tables rbtree set type from rcu_callback context. 3) Fix another lockdep splat in rhashtable. None of the callers hold a mutex when calling rhashtable_destroy. 4) Fix duplicated error reporting from nfnetlink when aborting and replaying a batch. 5) Fix a Kconfig issue reported by kbuild robot. ==================== Signed-off-by: David S. Miller --- e7af85db54430c7cb7e15de9b3e0f72074d94dfb