]> 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>
Tue, 10 May 2016 04:50:20 +0000 (00:50 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 10 May 2016 04:50:20 +0000 (00:50 -0400)
commit642374b2141789e65b7db5314e8b2ae02621b613
tree2e36817cdefc4a23667475f6c2f3c48d0bea358e
parent99b9fb2f1c9611a9a6b052e84e2d3901cdd01615
parent8c509dfe0167eae6b69f540197392edeba47657c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

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

The following patchset contain Netfilter simple fixes for your net tree,
two one-liner and one two-liner:

1) Oneliner to fix missing spinlock definition that triggers
   'BUG: spinlock bad magic on CPU#' when spinlock debugging is enabled,
   from Florian Westphal.

2) Fix missing workqueue cancelation on IDLETIMER removal,
   from Liping Zhang.

3) Fix insufficient validation of netlink of NFACCT_QUOTA in
   nfnetlink_acct, from Phil Turnbull.
====================

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