Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753210AbZGCL0f (ORCPT ); Fri, 3 Jul 2009 07:26:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752370AbZGCL0X (ORCPT ); Fri, 3 Jul 2009 07:26:23 -0400 Received: from mail.anarazel.de ([217.115.131.40]:51037 "EHLO smtp.anarazel.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752003AbZGCL0W (ORCPT ); Fri, 3 Jul 2009 07:26:22 -0400 From: Andres Freund To: Jarek Poplawski Subject: Re: Soft-Lockup/Race in networking in 2.6.31-rc1+195 ( possibly?caused by netem) Date: Fri, 3 Jul 2009 13:26:21 +0200 User-Agent: KMail/1.12.0 (Linux/2.6.31-rc1-andres-00457-g396ca83-dirty; KDE/4.2.95; x86_64; ; ) Cc: Arun R Bharadwaj , Thomas Gleixner , Stephen Hemminger , netdev@vger.kernel.org, LKML References: <200907030331.32531.andres@anarazel.de> <20090703061213.GA4847@ff.dom.local> In-Reply-To: <20090703061213.GA4847@ff.dom.local> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200907031326.21822.andres@anarazel.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1395 Lines: 33 On Friday 03 July 2009 08:12:13 Jarek Poplawski wrote: > On Fri, Jul 03, 2009 at 03:31:31AM +0200, Andres Freund wrote: > ... > > > Ok. I finally see the light. I bisected the issue down to > > eea08f32adb3f97553d49a4f79a119833036000a : timers: Logic to move non > > pinned timers > > > > Disabling timer migration like provided in the earlier commit stops the > > issue from occuring. > > > > That it is related to timers is sensible in the light of my findings, > > that I could trigger the issue only when using delay in netem - that is > > the codepath using qdisc_watchdog... > > Andres, thanks for your work and time. It saved me a lot of searching, > because I wasn't able to trigger this on my old box. Thanks. It allowed me to go through some of my remaining paperwork ;-) Does anybody of you have an idea where the problem actually resides? qdisc_watchdog_schedule looks innocent enough for my uneducated eyes - and the patch/infrastructure from Arun goes over my head... I will happily test some ideas/patches. Aside from that - is the whole PSCHED_TICKS2NS/PSCHED_NS2TICKS conversion business purely backward compatibility? Andres -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/