From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261788AbULJTGb (ORCPT ); Fri, 10 Dec 2004 14:06:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261801AbULJTGa (ORCPT ); Fri, 10 Dec 2004 14:06:30 -0500 Received: from mail-relay-1.tiscali.it ([213.205.33.41]:38579 "EHLO mail-relay-1.tiscali.it") by vger.kernel.org with ESMTP id S261788AbULJTGa (ORCPT ); Fri, 10 Dec 2004 14:06:30 -0500 Date: Fri, 10 Dec 2004 20:05:48 +0100 From: Andrea Arcangeli To: William Lee Irwin III Cc: Thomas Gleixner , Andrew Morton , marcelo.tosatti@cyclades.com, LKML , nickpiggin@yahoo.com.au Subject: Re: [PATCH] oom killer (Core) Message-ID: <20041210190548.GB16322@dualathlon.random> References: <1102013716.13353.226.camel@tglx.tec.linutronix.de> <20041202233459.GF32635@dualathlon.random> <20041203022854.GL32635@dualathlon.random> <20041210163614.GN2714@holomorphy.com> <20041210173554.GW16322@dualathlon.random> <20041210174336.GP2714@holomorphy.com> <20041210175504.GY16322@dualathlon.random> <20041210180031.GT2714@holomorphy.com> <20041210181529.GZ16322@dualathlon.random> <20041210181954.GU2714@holomorphy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041210181954.GU2714@holomorphy.com> X-GPG-Key: 1024D/68B9CB43 13D9 8355 295F 4823 7C49 C012 DFA1 686E 68B9 CB43 X-PGP-Key: 1024R/CB4660B9 CC A0 71 81 F4 A0 63 AC C0 4B 81 1D 8C 15 C8 E5 User-Agent: Mutt/1.5.6i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 10, 2004 at 10:19:54AM -0800, William Lee Irwin III wrote: > Maybe the whole init_mm check should die since nothing in-tree could > cause it? Well it's a bugcheck after all so it certainly can be removed. I wouldn't mind to remove it completely, but this is just to be sure nothing is going wrong, though I agree it isn't going to help very much ;).