[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <54983612.8000600@6wind.com>
Date: Mon, 22 Dec 2014 16:17:38 +0100
From: Nicolas Dichtel <nicolas.dichtel@...nd.com>
To: netdev <netdev@...r.kernel.org>, Eric Dumazet <edumazet@...gle.com>
Subject: Regression with commit 971f10eca186 ("tcp: better TCP_SKB_CB layout
to reduce cache line misses")
One of our engineer (Huaibin Wang <huaibin.wang@...nd.com>) has reported and
analysed this bug:
This commit introduces a regression with IPv6 + IPsec transport + TCP.
In TCP (net/ipv6/tcp_ipv6.c), xfrm6_policy_check() is called and thus, after
some intermediate functions, _decode_session6() is also called.
This function uses IP6CB() (u8 nexthdr = nh[IP6CB(skb)->nhoff]), which is wrong
becauses it has been moved to the end of TCP_SKB_CB().
Not sure what is the best way to fix this, any suggestion?
Regards,
Nicolas
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists