Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263699AbUJ3LcN (ORCPT ); Sat, 30 Oct 2004 07:32:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263702AbUJ3LcN (ORCPT ); Sat, 30 Oct 2004 07:32:13 -0400 Received: from mx1.elte.hu ([157.181.1.137]:61603 "EHLO mx1.elte.hu") by vger.kernel.org with ESMTP id S263699AbUJ3LcJ (ORCPT ); Sat, 30 Oct 2004 07:32:09 -0400 Date: Sat, 30 Oct 2004 13:33:11 +0200 From: Ingo Molnar To: Lee Revell Cc: Florian Schmidt , Paul Davis , Thomas Gleixner , LKML , mark_h_johnson@raytheon.com, Bill Huey , Adam Heath , Michal Schmidt , Fernando Pablo Lopez-Lezcano , Karsten Wiese , jackit-devel , Rui Nuno Capela Subject: Re: [Fwd: Re: [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0.4] Message-ID: <20041030113311.GA26881@elte.hu> References: <20041029193303.7d3990b4@mango.fruits.de> <20041029172151.GB16276@elte.hu> <20041029172243.GA19630@elte.hu> <20041029203619.37b54cba@mango.fruits.de> <20041029204220.GA6727@elte.hu> <20041029233117.6d29c383@mango.fruits.de> <20041029212545.GA13199@elte.hu> <20041030003122.03bcf01b@mango.fruits.de> <1099107364.1551.7.camel@krustophenia.net> <20041030112805.GB23493@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041030112805.GB23493@elte.hu> User-Agent: Mutt/1.4.1i X-ELTE-SpamVersion: MailScanner 4.31.6-itk1 (ELTE 1.2) SpamAssassin 2.63 ClamAV 0.73 X-ELTE-VirusStatus: clean X-ELTE-SpamCheck: no X-ELTE-SpamCheck-Details: score=-4.9, required 5.9, autolearn=not spam, BAYES_00 -4.90 X-ELTE-SpamLevel: X-ELTE-SpamScore: -4 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1310 Lines: 32 * Ingo Molnar wrote: > > jackd:1507 userspace BUG: scheduling in user-atomic context! > > [] dump_stack+0x1c/0x20 (20) > > [] schedule+0x70/0x100 (24) > > [] work_resched+0x6/0x17 (-8124) > > jackd:1507 userspace BUG: scheduling in user-atomic context! > > [] dump_stack+0x1c/0x20 (20) > > [] schedule+0x70/0x100 (24) > > [] down_write_mutex+0xbd/0x180 (36) > > [] __mutex_lock+0x36/0x40 (16) > > [] _mutex_lock_irqsave+0x15/0x20 (16) > > [] tty_ldisc_try+0x17/0x50 (20) > > [] tty_ldisc_ref_wait+0x17/0xc0 (88) > this too i'd consider a false positive, because this particular > printout happened due to a mutex, and a mutex blockage we can consider > involuntary blockage. [...] i've uploaded -V0.5.15 with these two false positives fixed, could you retry your Jackd workload and see whether any other type of scheduling gets detected? Please also chrt the watchdog thread to a lower priority than the main thread's priority. Ingo - 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/