* Re: [043/145] ipv6: conntrack: Add member of user to nf_ct_frag6_queue structure
[not found] ` <20100313002708.996455726@kvm.kroah.org>
@ 2010-11-22 10:24 ` Pascal Hambourg
0 siblings, 0 replies; only message in thread
From: Pascal Hambourg @ 2010-11-22 10:24 UTC (permalink / raw)
To: netfilter-devel
Hello,
The (old) fix below is missing in the 2.6.27-stable tree. I wrote here
and to stable@kernel.org about it but got no reply. How to have it applied ?
Thanks for help.
Greg KH wrote :
> 2.6.32-stable review patch. If anyone has any objections, please let me know.
>
> ----------------
> From: Shan Wei <shanwei@cn.fujitsu.com>
>
> [ Upstream commit c92b544bd5d8e7ed7d81c77bbecab6df2a95aa53 ]
>
> The commit 0b5ccb2(title:ipv6: reassembly: use seperate reassembly queues for
> conntrack and local delivery) has broken the saddr&&daddr member of
> nf_ct_frag6_queue when creating new queue. And then hash value
> generated by nf_hashfn() was not equal with that generated by fq_find().
> So, a new received fragment can't be inserted to right queue.
>
> The patch fixes the bug with adding member of user to nf_ct_frag6_queue structure.
>
> Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
> Acked-by: Patrick McHardy <kaber@trash.net>
> Signed-off-by: David S. Miller <davem@davemloft.net>
> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
>
> ---
> net/ipv6/netfilter/nf_conntrack_reasm.c | 1 +
> 1 file changed, 1 insertion(+)
>
> --- a/net/ipv6/netfilter/nf_conntrack_reasm.c
> +++ b/net/ipv6/netfilter/nf_conntrack_reasm.c
> @@ -63,6 +63,7 @@ struct nf_ct_frag6_queue
> struct inet_frag_queue q;
>
> __be32 id; /* fragment id */
> + u32 user;
> struct in6_addr saddr;
> struct in6_addr daddr;
>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-11-22 10:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20100313002816.GA18903@kroah.com>
[not found] ` <20100313002708.996455726@kvm.kroah.org>
2010-11-22 10:24 ` [043/145] ipv6: conntrack: Add member of user to nf_ct_frag6_queue structure Pascal Hambourg
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).