From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261824AbUKHMkp (ORCPT ); Mon, 8 Nov 2004 07:40:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261831AbUKHMkp (ORCPT ); Mon, 8 Nov 2004 07:40:45 -0500 Received: from smtp002.mail.ukl.yahoo.com ([217.12.11.33]:37973 "HELO smtp002.mail.ukl.yahoo.com") by vger.kernel.org with SMTP id S261824AbUKHMkj (ORCPT ); Mon, 8 Nov 2004 07:40:39 -0500 From: Karsten Wiese To: Ingo Molnar Subject: Re: [patch] Real-Time Preemption, -RT-2.6.10-rc1-mm3-V0.7.19 Date: Mon, 8 Nov 2004 13:42:08 +0100 User-Agent: KMail/1.6.2 Cc: linux-kernel@vger.kernel.org, Lee Revell , Rui Nuno Capela , Mark_H_Johnson@Raytheon.com, "K.R. Foley" , Bill Huey , Adam Heath , Florian Schmidt , Thomas Gleixner , Michal Schmidt , Fernando Pablo Lopez-Lezcano , Gunther Persoons , emann@mrv.com, Shane Shrybman References: <20041019180059.GA23113@elte.hu> <200411081015.47750.annabellesgarden@yahoo.de> <20041108101938.GA13628@elte.hu> In-Reply-To: <20041108101938.GA13628@elte.hu> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200411081342.08424.annabellesgarden@yahoo.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Am Montag 08 November 2004 11:19 schrieb Ingo Molnar: > > * Karsten Wiese wrote: > > > RT-V0.7.19-dmesg_after_boot_rl3.log is a freshly booted dmesg output > > after logging on via ssh. RT-V0.7.19-proc_acpi_TAB.log is captured via > > netconsole. This log started after logging in locally, then typing in > > "cat /proc/acpi", then first gives an additional "/", 2nd > > gives no visual effect, 3rd produces whats in the log. > > could you try this with vanilla -mm3 too? The crash seems to be generic: > > [] do_page_fault+0x3b7/0x64e (220) > [] error_code+0x2b/0x30 (100) > [] proc_lookup+0x81/0xc9 (52) > [] real_lookup+0xb2/0xd6 (36) > [] do_lookup+0x82/0x8d (32) > [] link_path_walk+0x775/0x1071 (108) > [] path_lookup+0xa5/0x1b0 (32) > [] __user_walk+0x30/0x4d (32) > [] vfs_stat+0x1f/0x5a (92) > [] sys_stat64+0x1e/0x3d (100) > [] sysenter_past_esp+0x52/0x71 (-4028) right, on -mm3 bash crashes alike on "cat /proc/acpi" + 3*. Sent a dmesg output to Andrew under the "2.6.10-rc1-mm3"-thread. Thanks, Karsten