Re: [PATCH 0/9] Netfilter fixes for net

2018-12-29 Thread David Miller
From: Pablo Neira Ayuso Date: Sat, 29 Dec 2018 13:57:54 +0100 > The following patchset contains Netfilter fixes for net, specifically > fixes for the nf_conncount infrastructure which is causing troubles > since 5c789e131cbb9 ("netfilter: nf_conncount: Add list lock and gc > worker, and RCU for i

[PATCH 0/9] Netfilter fixes for net

2018-12-29 Thread Pablo Neira Ayuso
Hi David, The following patchset contains Netfilter fixes for net, specifically fixes for the nf_conncount infrastructure which is causing troubles since 5c789e131cbb9 ("netfilter: nf_conncount: Add list lock and gc worker, and RCU for init tree search"). Patches aim to simplify this infrastructur

Re: [PATCH 0/9] Netfilter fixes for net

2018-07-24 Thread David Miller
From: Pablo Neira Ayuso Date: Tue, 24 Jul 2018 18:31:24 +0200 > 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, thank you. -- To unsubscribe from this list: send the line "u

[PATCH 0/9] Netfilter fixes for net

2018-07-24 Thread Pablo Neira Ayuso
Hi David, The following patchset contains Netfilter fixes for net: 1) Make sure we don't go over the maximum jump stack boundary, from Taehee Yoo. 2) Missing rcu_barrier() in hash and rbtree sets, also from Taehee. 3) Missing check to nul-node in rbtree timeout routine, from Taehee. 4) Use

Re: [PATCH 0/9] Netfilter fixes for net

2017-04-14 Thread David Miller
From: Pablo Neira Ayuso Date: Fri, 14 Apr 2017 02:26:42 +0200 > The following patchset contains Netfilter fixes for your net tree, > they are: ... > You can pull these changes from: > > git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git Pulled, thanks Pablo. -- To unsubscribe from th

[PATCH 0/9] Netfilter fixes for net

2017-04-13 Thread Pablo Neira Ayuso
Hi David, The following patchset contains Netfilter fixes for your net tree, they are: 1) Missing TCP header sanity check in TCPMSS target, from Eric Dumazet. 2) Incorrect event message type for related conntracks created via ctnetlink, from Liping Zhang. 3) Fix incorrect rcu locking when ha

Re: [PATCH 0/9] Netfilter fixes for net

2016-08-10 Thread David Miller
From: Pablo Neira Ayuso Date: Wed, 10 Aug 2016 20:56:25 +0200 > The following patchset contains Netfilter fixes for your net tree, > they are: ... > You can pull these changes from: > > git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git Pulled, thanks a lot Pablo! -- To unsubscribe f

[PATCH 0/9] Netfilter fixes for net

2016-08-10 Thread Pablo Neira Ayuso
Resending as my robot didn't Cc netdev, sorry. -o- Hi David, The following patchset contains Netfilter fixes for your net tree, they are: 1) Use mod_timer_pending() to avoid reactivating a dead expectation in the h323 conntrack helper, from Liping Zhang. 2) Oneliner to fix a type in the reg

[PATCH 0/9] Netfilter fixes for net

2016-08-10 Thread Pablo Neira Ayuso
Hi David, The following patchset contains Netfilter fixes for your net tree, they are: 1) Use mod_timer_pending() to avoid reactivating a dead expectation in the h323 conntrack helper, from Liping Zhang. 2) Oneliner to fix a type in the register name defined in the nf_tables header. 3) Do

Re: [PATCH 0/9] Netfilter fixes for net

2016-03-28 Thread David Miller
From: Pablo Neira Ayuso Date: Mon, 28 Mar 2016 19:57:53 +0200 > The following patchset contains Netfilter fixes for you net tree, > they are: ... > This batch comes with four patches to validate x_tables blobs coming > from userspace. CONFIG_USERNS exposes the x_tables interface to > unpriviledg

[PATCH 0/9] Netfilter fixes for net

2016-03-28 Thread Pablo Neira Ayuso
Hi David, The following patchset contains Netfilter fixes for you net tree, they are: 1) There was a race condition between parallel save/swap and delete, which resulted a kernel crash due to the increase ref for save, swap, wrong ref decrease operations. Reported and fixed by Vishwanath Pa