Re: [PATCH 00/16] Netfilter fixes for net

2018-11-28 Thread David Miller
From: Pablo Neira Ayuso Date: Wed, 28 Nov 2018 11:17:25 +0100 > The following patchset contains Netfilter fixes for net: ... > You can pull these changes from: > > git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git Pulled.

[PATCH 00/16] Netfilter fixes for net

2018-11-28 Thread Pablo Neira Ayuso
Hi David, The following patchset contains Netfilter fixes for net: 1) Disable BH while holding list spinlock in nf_conncount, from Taehee Yoo. 2) List corruption in nf_conncount, also from Taehee. 3) Fix race that results in leaving around an empty list node in nf_conncount, from Taehee Y