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)
commitadc0a8bfdc52cbbfe76730b166a17cb0d5cbc0f4
tree2e36817cdefc4a23667475f6c2f3c48d0bea358e
parent161de2caf68c549c266e571ffba8e2163886fb10
parenteda3fc50daa93b08774a18d51883c5a5d8d85e15
Merge git://git./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>