]> 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>
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)
commita67e5c9c2149d692cfe6f074718a27d677c7a61a
treeabe3e3f66713d6e80f4c4b9fa774117947af556a
parente4573d2fc8cd085381dae097d2cdcbfe84b64b4f
parent0d9f69efbc1731343e8cd3a3e48c9d14fad01342
Merge git://git.kernel.org/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>