]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
authorDavid S. Miller <davem@davemloft.net>
Fri, 26 Sep 2014 20:21:29 +0000 (16:21 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Sep 2014 20:21:29 +0000 (16:21 -0400)
commita3660c9a17dac25475612fea2ead724b4b24df80
tree4827f6435c305b95ae7a1b46d3a8ab230291d25a
parentc993063f695562c2ddb2e01a0710da1689bb5adc
parent3cf1e8e716b6c99ec6160aba4d3f7b21c6f8eb68
Merge git://git.kernel.org/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 <davem@davemloft.net>
lib/rhashtable.c
net/netfilter/Kconfig