Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 21 Feb 2003 01:55:07 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 21 Feb 2003 01:55:07 -0500 Received: from mx2.elte.hu ([157.181.151.9]:2538 "HELO mx2.elte.hu") by vger.kernel.org with SMTP id ; Fri, 21 Feb 2003 01:55:06 -0500 Date: Fri, 21 Feb 2003 08:05:00 +0100 (CET) From: Ingo Molnar Reply-To: Ingo Molnar To: William Lee Irwin III Cc: Andrew Morton , Linus Torvalds , , , , Subject: Re: doublefault debugging (was Re: Linux v2.5.62 --- spontaneous reboots) In-Reply-To: <20030220224205.GD29983@holomorphy.com> Message-ID: 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 Content-Length: 808 Lines: 23 On Thu, 20 Feb 2003, William Lee Irwin III wrote: > >> 1: We're calling mmdrop() under spin_lock_irq(&rq->lock). But mmdrop > >> calls vfree(), which calls smp_call_function(). > > On Thu, Feb 20, 2003 at 11:04:41PM +0100, Ingo Molnar wrote: > > this has been fixed in the -F3 scheduler patch. > > Not quite. It leaks mm's because schedule_tail() isn't cleaning > up rq->prev_mm. hm, this i think was a forward-porting oversight. Anyway, now the separate patch is in, and it's better that way, the fix was unrelated to the main things -F3 does. 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/