From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422717AbXCGKqs (ORCPT ); Wed, 7 Mar 2007 05:46:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422718AbXCGKqs (ORCPT ); Wed, 7 Mar 2007 05:46:48 -0500 Received: from gate.crashing.org ([63.228.1.57]:34290 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422717AbXCGKqr (ORCPT ); Wed, 7 Mar 2007 05:46:47 -0500 Subject: Re: [patch 4/6] mm: merge populate and nopage into fault (fixes nonlinear) From: Benjamin Herrenschmidt To: Nick Piggin Cc: Andrew Morton , Linux Memory Management , Linux Kernel , Ingo Molnar In-Reply-To: <20070307101728.GA5555@wotan.suse.de> References: <20070221023656.6306.246.sendpatchset@linux.site> <20070221023735.6306.83373.sendpatchset@linux.site> <20070306225101.f393632c.akpm@linux-foundation.org> <1173261949.9349.37.camel@localhost.localdomain> <20070307101728.GA5555@wotan.suse.de> Content-Type: text/plain Date: Wed, 07 Mar 2007 11:46:08 +0100 Message-Id: <1173264368.9349.49.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2007-03-07 at 11:17 +0100, Nick Piggin wrote: > On Wed, Mar 07, 2007 at 11:05:48AM +0100, Benjamin Herrenschmidt wrote: > > > > > > NOPAGE_REFAULT is removed. This should be implemented with ->fault, and > > > > no users have hit mainline yet. > > > > > > Did benh agree with that? > > > > I won't use NOPAGE_REFAULT, I use NOPFN_REFAULT and that has hit > > mainline. I will switch to ->fault when I have time to adapt the code, > > in the meantime, NOPFN_REFAULT should stay. > > I think I removed not only NOFPN_REFAULT, but also nopfn itself, *and* > adapted the code for you ;) it is in patch 5/6, sent a while ago. Ok, I need to look. I've been travelling, having meeting etc... for the last couple of weeks and I'm taking a week off next week :-) Ben.