Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261616AbUKOPOe (ORCPT ); Mon, 15 Nov 2004 10:14:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261618AbUKOPOe (ORCPT ); Mon, 15 Nov 2004 10:14:34 -0500 Received: from mx1.elte.hu ([157.181.1.137]:56741 "EHLO mx1.elte.hu") by vger.kernel.org with ESMTP id S261616AbUKOPOa (ORCPT ); Mon, 15 Nov 2004 10:14:30 -0500 Date: Mon, 15 Nov 2004 17:11:59 +0100 From: Ingo Molnar To: Rui Nuno Capela Cc: linux-kernel@vger.kernel.org, Lee Revell , mark_h_johnson@raytheon.com, "K.R. Foley" , Bill Huey , Adam Heath , Florian Schmidt , Thomas Gleixner , Michal Schmidt , Fernando Pablo Lopez-Lezcano , Karsten Wiese , Gunther Persoons , emann@mrv.com, Shane Shrybman , Amit Shah , alsa-devel@lists.sourceforge.net Subject: Re: [patch] Real-Time Preemption, -RT-2.6.10-rc1-mm3-V0.7.25-1 Message-ID: <20041115161159.GA32580@elte.hu> References: <20041025104023.GA1960@elte.hu> <20041027001542.GA29295@elte.hu> <20041103105840.GA3992@elte.hu> <20041106155720.GA14950@elte.hu> <20041108091619.GA9897@elte.hu> <20041108165718.GA7741@elte.hu> <20041109160544.GA28242@elte.hu> <20041111144414.GA8881@elte.hu> <20041111215122.GA5885@elte.hu> <61930.195.245.190.94.1100529227.squirrel@195.245.190.94> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <61930.195.245.190.94.1100529227.squirrel@195.245.190.94> 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: 1356 Lines: 34 * Rui Nuno Capela wrote: > 1) Almost everytime the P4/SMP box locks up while unloading the ALSA > modules e.g.on shutdown. This has been an issue for quite some time on > the latest RT patches, not exclusive to RT-V0.7.26-3. Probably it > started since the merge into -mm3, but not sure. hm, the syslog you sent suggests that it's the 2.6.10-rc1-mm3-RT-V0.7.24 kernel that crashed: Nov 11 12:39:46 lambda kernel: EFLAGS: 00010083 (2.6.10-rc1-mm3-RT-V0.7.24) not -V0.7.26-3. The particular rmmod crash you got: Nov 11 12:39:46 lambda kernel: [] kmem_cache_free+0x4a/0xc7 (8) Nov 11 12:39:46 lambda kernel: [kobject_cleanup+142/144] kobject_cleanup+0x8e/0x90 (12) Nov 11 12:39:46 lambda kernel: [] kobject_cleanup+0x8e/0x90 (12) seems to be quite related to one of the fixes that -V0.7.25 includes: - added upstream fix for kobject related crash, pointed out by Shane Shrybman. so ... unless you got similar crashes with -V0.7.25 or later kernels (but no syslog traces), please try the latest one (-V0.7.26-4), does that one crash in rmmod too? 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/