Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754248AbXLLNhB (ORCPT ); Wed, 12 Dec 2007 08:37:01 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751153AbXLLNgw (ORCPT ); Wed, 12 Dec 2007 08:36:52 -0500 Received: from miranda.se.axis.com ([193.13.178.8]:60452 "EHLO miranda.se.axis.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751037AbXLLNgv (ORCPT ); Wed, 12 Dec 2007 08:36:51 -0500 Date: Wed, 12 Dec 2007 14:36:41 +0100 From: Jesper Nilsson To: Andrew Morton Cc: Mikael Starvik , linux-kernel@vger.kernel.org Subject: Re: [PATCH 15/47] Minor fixes to mm/fault.c for CRIS. Message-ID: <20071212133641.GD3689@axis.com> References: <1cafe3040d64fbc0094c804d0840a282f71644e0.1196848533.git.jesper.nilsson@axis.com> <20071212031713.a7e42829.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071212031713.a7e42829.akpm@linux-foundation.org> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 835 Lines: 22 On Wed, Dec 12, 2007 at 03:17:13AM -0800, Andrew Morton wrote: > On Fri, 30 Nov 2007 13:59:57 +0100 Jesper Nilsson wrote: > > > @@ -360,7 +247,7 @@ do_page_fault(unsigned long address, struct pt_regs *regs, > > up_read(&mm->mmap_sem); > > printk("VM: killing process %s\n", tsk->comm); > > if (user_mode(regs)) > > - do_group_exit(SIGKILL); > > + do_exit(SIGKILL); > > Is this change correct? No, good catch, that's a change since we last imported to the internal tree. /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nilsson@axis.com -- 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/