From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751293AbWFETOr (ORCPT ); Mon, 5 Jun 2006 15:14:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751308AbWFETOr (ORCPT ); Mon, 5 Jun 2006 15:14:47 -0400 Received: from smtp-out.google.com ([216.239.45.12]:25224 "EHLO smtp-out.google.com") by vger.kernel.org with ESMTP id S1751293AbWFETOq (ORCPT ); Mon, 5 Jun 2006 15:14:46 -0400 DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=received:message-id:date:from:user-agent: x-accept-language:mime-version:to:cc:subject:references:in-reply-to: content-type:content-transfer-encoding; b=YNh2Jz1nejDcT4/PZNUfb/U8Xt8e/wmCaSQEwB1UR9dXyhQVwyHVVZDB9un9wqIUZ q2WWdGZ0Il5E0ki4pRk8g== Message-ID: <44848283.3000207@google.com> Date: Mon, 05 Jun 2006 12:14:11 -0700 From: Martin Bligh User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051011) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Christoph Lameter CC: Arjan van de Ven , Andy Whitcroft , "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> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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, Arjan van de Ven wrote: > > >>>Swap migration uses the two higest numbers of swap types (30 and 31). If >>>those are generated by something then we could have trouble but I do not >>>see how the patches could hurt otherwise. >> >>ltp has many weird swap tests >> >>(and I assume you're not talking about the pte's that are swapped, but >>only the file type in the swap signature; since the higher bits in the >>pte are used by the non-linear vma feature afaik) > > > How was the kernel compiled? It must have been running on a NUMA system > for page migration to be enabled. Otherwise the fallback definitions in > include/linux/swapops.h should remove all the swap migration entry > handling. x86_64 NUMA. Config is here: http://ftp.kernel.org/pub/linux/kernel/people/mbligh/config/abat/amd64 mtest01 was what killed it, IIRC.