Hi David, 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. You can pull these changes from: git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git Thanks! ---------------------------------------------------------------- The following changes since commit f28f20da704d399fb1e4d8838ffd697a357d9cc8: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2016-04-26 16:25:51 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git HEAD for you to fetch changes up to eda3fc50daa93b08774a18d51883c5a5d8d85e15: netfilter: nfnetlink_acct: validate NFACCT_QUOTA parameter (2016-05-05 16:47:08 +0200) ---------------------------------------------------------------- Florian Westphal (1): netfilter: conntrack: init all_locks to avoid debug warning Liping Zhang (1): netfilter: IDLETIMER: fix race condition when destroy the target Phil Turnbull (1): netfilter: nfnetlink_acct: validate NFACCT_QUOTA parameter net/netfilter/nf_conntrack_core.c | 2 +- net/netfilter/nfnetlink_acct.c | 2 ++ net/netfilter/xt_IDLETIMER.c | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html