From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932486AbWEJSto (ORCPT ); Wed, 10 May 2006 14:49:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932489AbWEJStn (ORCPT ); Wed, 10 May 2006 14:49:43 -0400 Received: from ms-smtp-01.nyroc.rr.com ([24.24.2.55]:34245 "EHLO ms-smtp-01.nyroc.rr.com") by vger.kernel.org with ESMTP id S932486AbWEJStn (ORCPT ); Wed, 10 May 2006 14:49:43 -0400 Date: Wed, 10 May 2006 14:49:37 -0400 (EDT) From: Steven Rostedt X-X-Sender: rostedt@gandalf.stny.rr.com To: Mark Hounschell cc: linux-kernel , Daniel Walker Subject: Re: rt20 patch question In-Reply-To: <44623157.9090105@compro.net> Message-ID: References: <446089CF.3050809@compro.net> <1147185483.21536.13.camel@c-67-180-134-207.hsd1.ca.comcast.net> <4460ADF8.4040301@compro.net> <4461E53B.7050905@compro.net> <446207D6.2030602@compro.net> <44623157.9090105@compro.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 10 May 2006, Mark Hounschell wrote: > Steven Rostedt wrote: > > Wow! I asked for some info on your system, and boy, did I get info! :) > > > > Sorry. I talk to much. No, by all means, I liked it. > > >> I can only say for sure that I do not have these "stops" when running > >> any other kernel or when running the rt20 kernel in any of the > >> non-complete preemption modes. > >> > > Configured for "Preempable Kernel" I got the following but no "stops" > came with it. Hmm, do you have "Compile kernel with frame pointers" turned on. It's in kernel hacking. It usually gives a better stack trace. > > BUG: scheduling while atomic: softirq-timer/1/0x00000100/15 > caller is schedule+0x33/0xf0 > [] __schedule+0x517/0x95b (8) > [] mdio_ctrl+0xaa/0x135 [e100] (48) > [] mdio_ctrl+0xaa/0x135 [e100] (12) > [] schedule+0x33/0xf0 (36) > [] prepare_to_wait+0x12/0x4f (8) > [] synchronize_irq+0x96/0xba (20) > [] autoremove_wake_function+0x0/0x37 (12) > [] vortex_timer+0xa0/0x563 [3c59x] (24) > [] __mod_timer+0x8c/0xc3 (12) > [] e100_watchdog+0x0/0x39c [e100] (24) > [] cond_resched_softirq+0x64/0xaa (8) > [] dev_watchdog+0x77/0xac (4) > [] vortex_timer+0x0/0x563 [3c59x] (12) > [] run_timer_softirq+0x1bf/0x3a7 (8) > [] ksoftirqd+0x112/0x1cc (52) > [] ksoftirqd+0x0/0x1cc (52) > [] kthread+0xc2/0xc6 (4) > [] kthread+0x0/0xc6 (12) > [] kernel_thread_helper+0x5/0xb (16) I'll look into this. -- Steve