From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751394AbWFEUFn (ORCPT ); Mon, 5 Jun 2006 16:05:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751395AbWFEUFn (ORCPT ); Mon, 5 Jun 2006 16:05:43 -0400 Received: from hellhawk.shadowen.org ([80.68.90.175]:29452 "EHLO hellhawk.shadowen.org") by vger.kernel.org with ESMTP id S1751394AbWFEUFl (ORCPT ); Mon, 5 Jun 2006 16:05:41 -0400 Message-ID: <44848E3C.1060308@shadowen.org> Date: Mon, 05 Jun 2006 21:04:12 +0100 From: Andy Whitcroft User-Agent: Debian Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Christoph Lameter CC: Martin Bligh , Arjan van de Ven , "Martin J. Bligh" , Andrew Morton , linux-kernel@vger.kernel.org, ak@suse.de, Hugh Dickins Subject: Re: 2.6.17-rc5-mm1 References: <447DEF49.9070401@google.com> <20060531140652.054e2e45.akpm@osdl.org> <447E093B.7020107@mbligh.org> <20060531144310.7aa0e0ff.akpm@osdl.org> <447E104B.6040007@mbligh.org> <447F1702.3090405@shadowen.org> <44842C01.2050604@shadowen.org> <1149533399.3111.120.camel@laptopd505.fenrus.org> <44848283.3000207@google.com> <448486FB.8060007@google.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Christoph Lameter wrote: > On Mon, 5 Jun 2006, Martin Bligh wrote: > > >>No, that is the config it starts with, sorry ... that was misleading. >>It then does makeoldconfig from there: >> >>http://test.kernel.org/abat/34624/build/dotconfig > > > Ok. So page migration is enabled. > > >>>Either what we see is due to code rearrangement or there is something wrong >>>with the fallback definitions in include/linux/swapops.h. >>>The swapless-pm-add-r-w-migration-entries.patch also introduces Hugh's >>>reversal of the anon_vma list. >> >>OK, are those easily separable? Sounds like one good test would be to >>force CONFIG_MIGRATION to =n, right? > > > CONFIG_MIGRATION off will disable the page migration stuff and make swap > types 30 / 31 usable as before. The reversal of the order for the anon_vma > list will be preserved. > > So yes it may lead us further. If the problem persists with > CONFIG_MIGRATION=n then the anon_vma reversal may be an issue. Ok. Will test that when I get a minute. -apw