LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* nf_conntrack - still missing one critical patch
@ 2008-02-14 1:00 Jeff Chua
0 siblings, 0 replies; only message in thread
From: Jeff Chua @ 2008-02-14 1:00 UTC (permalink / raw)
To: Jozsef Kadlecsik, Krzysztof Piotr Oledzki
Cc: lkml, David S. Miller, cups-bugs,
Netfilter Development Mailinglist, Linus Torvalds
Jozsef, Krzysztof
Have you had a chance to take a look at this missing bit?
Thanks,
Jeff.
On Feb 10, 2008 11:06 PM, Jeff Chua <jeff.chua.linux@gmail.com> wrote:
>
> On Feb 5, 2008 9:47 PM, Patrick McHardy wrote:
> >> On Feb 5, 2008 4:16 PM, Jozsef Kadlecsik wrote:
> >> Patrick, I suppose you need a patch against the latest git, don't you?
> > Yes, please. I'll take you first patch for -stable though if you
> > send me a Signed-off-by: line.
>
> Please note the lastest git commit is missing one part (which was in
> Jozsef's original patch).
>
> commit b2155e7f70b3f058efe94c0c459db023b05057bd
> Author: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
> Date: Thu Feb 7 17:54:56 2008 -0800
>
> [NETFILTER]: nf_conntrack: TCP conntrack reopening fix
>
>
> I've tested the following missing patch, and it solves the cups slow
> printing problem.
>
>
> Thanks,
> Jeff
>
> --- a/net/netfilter/nf_conntrack_proto_tcp.c.org 2008-02-10 22:45:49 +0800
> +++ a/net/netfilter/nf_conntrack_proto_tcp.c 2008-02-10 22:45:56 +0800
> @@ -945,7 +945,7 @@
>
> ct->proto.tcp.state = new_state;
> if (old_state != new_state
> - && new_state == TCP_CONNTRACK_CLOSE)
>
> + && new_state == TCP_CONNTRACK_FIN_WAIT)
> ct->proto.tcp.seen[dir].flags |= IP_CT_TCP_FLAG_CLOSE_INIT;
> timeout = ct->proto.tcp.retrans >= nf_ct_tcp_max_retrans
> && tcp_timeouts[new_state] > nf_ct_tcp_timeout_max_retrans
>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-14 1:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-14 1:00 nf_conntrack - still missing one critical patch Jeff Chua
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).