Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263641AbUJ3BXA (ORCPT ); Fri, 29 Oct 2004 21:23:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263649AbUJ3BTU (ORCPT ); Fri, 29 Oct 2004 21:19:20 -0400 Received: from viper.oldcity.dca.net ([216.158.38.4]:8917 "HELO viper.oldcity.dca.net") by vger.kernel.org with SMTP id S263608AbUJ3BPi (ORCPT ); Fri, 29 Oct 2004 21:15:38 -0400 Subject: Re: [Fwd: Re: [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0.4] From: Lee Revell To: Ingo Molnar 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 In-Reply-To: <20041029212545.GA13199@elte.hu> References: <20041029163155.GA9005@elte.hu> <20041029191652.1e480e2d@mango.fruits.de> <20041029170237.GA12374@elte.hu> <20041029170948.GA13727@elte.hu> <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> Content-Type: text/plain Date: Fri, 29 Oct 2004 21:15:36 -0400 Message-Id: <1099098937.1482.6.camel@krustophenia.net> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1409 Lines: 36 On Fri, 2004-10-29 at 23:25 +0200, Ingo Molnar wrote: > this particular one (atomicity-checking) is always-enabled if you have > the -RT patch applied (it's a really cheap check). I get these as well. Basically I think these are the exact same results Florian had. jackd:1646 userspace BUG: scheduling in user-atomic context! [] schedule+0x6b/0xf0 (8) [] _down_write+0xcd/0x130 (24) [] lock_kernel+0x1e/0x30 (32) [] tty_write+0x189/0x240 (16) [] write_chan+0x0/0x210 (28) [] vfs_write+0xba/0x100 (32) [] sys_write+0x3d/0x70 (36) [] syscall_call+0x7/0xb (40) jackd:1646 userspace BUG: scheduling in user-atomic context! [] schedule+0x6b/0xf0 (8) [] _down_write+0xcd/0x130 (24) [] lock_kernel+0x1e/0x30 (32) [] tty_write+0x189/0x240 (16) [] write_chan+0x0/0x210 (28) [] vfs_write+0xba/0x100 (32) [] sys_write+0x3d/0x70 (36) [] syscall_call+0x7/0xb (40) A known issue with JACK is that it prints from the realtime thread. I think someone might have posted a fix for this recently. Lee - 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/