From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lennart Schulte Subject: Re: oops in tcp_xmit_retransmit_queue() w/ v2.6.32.15 Date: Thu, 15 Jul 2010 13:58:34 +0200 Message-ID: <4C3EF7EA.2040900@nets.rwth-aachen.de> References: <4C358AAA.9080400@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: Tejun Heo , "David S. Miller" , lkml , "netdev@vger.kernel.org" , "Fehrmann, Henning" , Carsten Aulbert , Eric Dumazet To: =?ISO-8859-1?Q?Ilpo_J=E4rvinen?= Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org I'm testing new reordering algorithms in a virtual testbed, that is the nodes are emulated with xen and all the network parameters can be tuned with queues. With one of the algorithms I also got tracebacks which include tcp_xmit_retransmit_queue. It only happens with ACK loss. The kernel version however is 2.6.31. When I read this thread I tried the debug patch and got the following: [ 2754.413150] NULL head, pkts 0 [ 2754.413156] Errors caught so far 1 Hope that is of any help.