Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
authorDavid S. Miller <davem@davemloft.net>
Mon, 11 Aug 2014 17:26:15 +0000 (10:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 Aug 2014 17:26:15 +0000 (10:26 -0700)
commitf00439e2e34e97130981c8b68310b8b77b86645a
treeabe3e3f66713d6e80f4c4b9fa774117947af556a
parent4da5e6a01315fe2a6bc47fe9b076168141c9d9aa
parent609ccf087747de48ef52160f93e0df864c532a61
Merge git://git./pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

====================
Netfilter fixes for net

The following patchset contains fixes for your net tree, they are:

1) Unitialize the set element key and data from the commit path,
   otherwise this leaks chain refcount if the transaction is aborted,
   reported by Thomas Graf.

2) Fix crash when updating chains without no counters in nf_tables,
   this slipped through in the new transaction infrastructure, reported
   by Matteo Croce.

3) Replace all mutex_lock_interruptible() by mutex_lock() in the Netfilter
   tree, suggested by Patrick McHardy. This implicitly fixes the problem
   that Eric Dumazet reported in: http://patchwork.ozlabs.org/patch/373076/

4) Fix error return code in nf_tables when deleting set element in
   nf_tables if the transaction cannot be allocated, from Julia Lawall.
====================

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