Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261236AbUJYT2a (ORCPT ); Mon, 25 Oct 2004 15:28:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262029AbUJYP7X (ORCPT ); Mon, 25 Oct 2004 11:59:23 -0400 Received: from dfw-gate1.raytheon.com ([199.46.199.230]:35567 "EHLO dfw-gate1.raytheon.com") by vger.kernel.org with ESMTP id S262015AbUJYPnW (ORCPT ); Mon, 25 Oct 2004 11:43:22 -0400 Subject: Re: [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0 To: Ingo Molnar Cc: Alexander Batyrshin , Bill Huey , Adam Heath , "K.R. Foley" , linux-kernel@vger.kernel.org, Florian Schmidt , Fernando Pablo Lopez-Lezcano , Lee Revell , Rui Nuno Capela , Thomas Gleixner , Michal Schmidt X-Mailer: Lotus Notes Release 5.0.8 June 18, 2001 Message-ID: From: Mark_H_Johnson@raytheon.com Date: Mon, 25 Oct 2004 10:42:17 -0500 X-MIMETrack: Serialize by Router on RTSHOU-DS01/RTS/Raytheon/US(Release 6.5.2|June 01, 2004) at 10/25/2004 10:42:18 AM MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-SPAM: 0.00 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1827 Lines: 57 >i have released the -V0 Real-Time Preemption patch, which can be >downloaded from: > > http://redhat.com/~mingo/realtime-preempt/ Actually, I picked up -V0.1 since that was available when I started this morning and of course -V0.2 came out while I was building.... The kernel I built does not even make it to single user mode unless I disable selinux. First try had console messages stop after the message INIT: version 2.85 booting but the Alt-Sysrq keys do work. Alt-Sysrq-L shows... Pid: 5, comm: ksoftirqd/1 EIP: 0060:[] CPU:1 EIP is at smp_processor_id+0x28/0xc0 (registers and stack trace...) preempt count: 00010002 ... Pid: 266, comm: IRQ 1 EIP: 0060:[] CPU:0 EIP is at nmi_show_all_regs+0xd0/0x120 (registers and stack trace...) preempt count: 00010002 ... If I repeat this a few times, the first process changed to "hotplug". Repeating Alt-Sysrq-L will eventually gets stuck and requires a hardware reset. Second try - the INIT message was incomplete, stopping at INIT: plus the Alt-Sysrq keys not working at all. Third try - added selinux=0 to the boot parameters. Made it single user mode w/o any errors. Using telinit 3 got me a few BUG messages related to modprobe and sleeping from an invalid context. From what I read in other messages, you may have already fixed that so I will be building -V0.2 shortly. I also got the atomic counter underflow (qdisc_destroy) message. Let me know if you need the system log, it appears to have captured the messages if you need them. --Mark H Johnson - 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/