From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx159.postini.com [74.125.245.159]) by kanga.kvack.org (Postfix) with SMTP id 968816B0023 for ; Thu, 31 Jan 2013 17:10:37 -0500 (EST) Received: from /spool/local by e8.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 31 Jan 2013 17:10:36 -0500 Received: from d01relay05.pok.ibm.com (d01relay05.pok.ibm.com [9.56.227.237]) by d01dlp03.pok.ibm.com (Postfix) with ESMTP id 1039CC90044 for ; Thu, 31 Jan 2013 17:10:32 -0500 (EST) Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r0VMAVPK302278 for ; Thu, 31 Jan 2013 17:10:31 -0500 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r0VM9vUl012322 for ; Thu, 31 Jan 2013 15:09:58 -0700 Message-ID: <510AEBA9.8090804@linux.vnet.ibm.com> Date: Thu, 31 Jan 2013 14:09:45 -0800 From: Dave Hansen MIME-Version: 1.0 Subject: Re: [RFC][PATCH] rip out x86_32 NUMA remapping code References: <20130131005616.1C79F411@kernel.stglabs.ibm.com> <510AE763.6090907@zytor.com> <510AE92B.8020605@zytor.com> <510AEA20.8040407@zytor.com> In-Reply-To: <510AEA20.8040407@zytor.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: "H. Peter Anvin" Cc: Yinghai Lu , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Chris Metcalf On 01/31/2013 02:03 PM, H. Peter Anvin wrote: > That is arch-independent code, and the tile architecture still uses it. > > Makes one wonder how much it will get tested going forward, especially > with the x86-32 implementation clearly lacking in that department. Yeah, I left the tile one because it wasn't obvious how it was being used over there. It _probably_ has the same bugs that x86 does. I'll refresh the patch fixing some of the compile issues and resend. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755518Ab3AaWKS (ORCPT ); Thu, 31 Jan 2013 17:10:18 -0500 Received: from e7.ny.us.ibm.com ([32.97.182.137]:54215 "EHLO e7.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753416Ab3AaWKN (ORCPT ); Thu, 31 Jan 2013 17:10:13 -0500 Message-ID: <510AEBA9.8090804@linux.vnet.ibm.com> Date: Thu, 31 Jan 2013 14:09:45 -0800 From: Dave Hansen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: "H. Peter Anvin" CC: Yinghai Lu , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Chris Metcalf Subject: Re: [RFC][PATCH] rip out x86_32 NUMA remapping code References: <20130131005616.1C79F411@kernel.stglabs.ibm.com> <510AE763.6090907@zytor.com> <510AE92B.8020605@zytor.com> <510AEA20.8040407@zytor.com> In-Reply-To: <510AEA20.8040407@zytor.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13013122-5806-0000-0000-00001F023442 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/31/2013 02:03 PM, H. Peter Anvin wrote: > That is arch-independent code, and the tile architecture still uses it. > > Makes one wonder how much it will get tested going forward, especially > with the x86-32 implementation clearly lacking in that department. Yeah, I left the tile one because it wasn't obvious how it was being used over there. It _probably_ has the same bugs that x86 does. I'll refresh the patch fixing some of the compile issues and resend.