]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
authorDavid S. Miller <davem@davemloft.net>
Thu, 5 Jun 2014 22:35:04 +0000 (15:35 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Jun 2014 22:35:04 +0000 (15:35 -0700)
commit83847f949d994afe7fce67fb977e3a645d700d01
tree19e741c0ab1d090b24e6f89a648abe0b685a36a7
parent5aa4874aaa746479e8db5f92c9f8c4dcd39b2727
parent518f38c8ad05c171718cd879e3dec4bf319c07f6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next

Pablo Neira Ayuso says:

====================
Netfilter/nf_tables fixes for net-next

This patchset contains fixes for recent updates available in your
net-next, they are:

1) Fix double memory allocation for accounting objects that results
   in a leak, this slipped through with the new quota extension,
   patch from Mathieu Poirier.

2) Fix broken ordering when adding set element transactions.

3) Make sure that objects are released in reverse order in the abort
   path, to avoid possible use-after-free when accessing dependencies.

4) Allow to delete several objects (as long as dependencies are
   fulfilled) by using one batch. This includes changes in the use
   counter semantics of the nf_tables objects.

5) Fix illegal sleeping allocation from rcu callback.
====================

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