Re: [PATCH nf] netfilter: xt_NFLOG: fix unexpected truncated packet

2016-11-09 Thread Greg Kroah-Hartman
On Sun, Oct 30, 2016 at 03:20:25AM +, Chris Caputo wrote: > On Sun, 30 Oct 2016, Liping Zhang wrote: > > 2016-10-30 3:04 GMT+08:00 Chris Caputo : > > > Can we get this patch approved? It is definitely needed for the 4.8.x > > > tree and 4.9-rcX and mainline. > > > > This

Re: [PATCH nf] netfilter: xt_NFLOG: fix unexpected truncated packet

2016-10-29 Thread Chris Caputo
On Sun, 30 Oct 2016, Liping Zhang wrote: > 2016-10-30 3:04 GMT+08:00 Chris Caputo : > > Can we get this patch approved? It is definitely needed for the 4.8.x > > tree and 4.9-rcX and mainline. > > This patch was already applied, and was upstream to net.git: >

Re: [PATCH nf] netfilter: xt_NFLOG: fix unexpected truncated packet

2016-10-29 Thread Liping Zhang
2016-10-30 3:04 GMT+08:00 Chris Caputo : > Pablo, > > Can we get this patch approved? It is definitely needed for the 4.8.x > tree and 4.9-rcX and mainline. > > Thanks, > Chris > Hi, This patch was already applied, and was upstream to net.git:

Re: [PATCH nf] netfilter: xt_NFLOG: fix unexpected truncated packet

2016-10-29 Thread Chris Caputo
Pablo, Can we get this patch approved? It is definitely needed for the 4.8.x tree and 4.9-rcX and mainline. Thanks, Chris On Tue, 11 Oct 2016, Liping Zhang wrote: > From: Liping Zhang > > Justin and Chris spotted that iptables NFLOG target was broken when they >

Re: [PATCH nf] netfilter: xt_NFLOG: fix unexpected truncated packet

2016-10-17 Thread Pablo Neira Ayuso
On Tue, Oct 11, 2016 at 10:26:27PM +0800, Liping Zhang wrote: > From: Liping Zhang > > Justin and Chris spotted that iptables NFLOG target was broken when they > upgraded the kernel to 4.8: "ulogd-2.0.5- IPs are no longer logged" or > "results in segfaults in

RE: [PATCH nf] netfilter: xt_NFLOG: fix unexpected truncated packet

2016-10-11 Thread Justin Piszcz
[PATCH nf] netfilter: xt_NFLOG: fix unexpected truncated packet > > From: Liping Zhang <liping.zh...@spreadtrum.com> > > Justin and Chris spotted that iptables NFLOG target was broken when they > upgraded the kernel to 4.8: "ulogd-2.0.5- IPs are no longer logged" or &

[PATCH nf] netfilter: xt_NFLOG: fix unexpected truncated packet

2016-10-11 Thread Liping Zhang
From: Liping Zhang Justin and Chris spotted that iptables NFLOG target was broken when they upgraded the kernel to 4.8: "ulogd-2.0.5- IPs are no longer logged" or "results in segfaults in ulogd-2.0.5". Because "struct nf_loginfo li;" is a local variable, and flags

[PATCH nf] netfilter: xt_NFLOG: fix unexpected truncated packet

2016-10-11 Thread Liping Zhang
From: Liping Zhang Justin and Chris spotted that iptables NFLOG target was broken when they upgraded the kernel to 4.8: "ulogd-2.0.5- IPs are no longer logged" or "results in segfaults in ulogd-2.0.5". Because "struct nf_loginfo li;" is a local variable, and flags