From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tang Chen Subject: Re: [PATCH 5/5] x86, acpi, cpu-hotplug: Set persistent cpuid <-> nodeid mapping when booting. Date: Wed, 13 Jan 2016 12:56:38 +0800 Message-ID: <5695D906.2030405@cn.fujitsu.com> References: <1452140425-16577-1-git-send-email-tangchen@cn.fujitsu.com> <1452140425-16577-6-git-send-email-tangchen@cn.fujitsu.com> <20160108191305.GA1898@mtj.duckdns.org> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20160108191305.GA1898@mtj.duckdns.org> Sender: owner-linux-mm@kvack.org To: Tejun Heo Cc: cl@linux.com, jiang.liu@linux.intel.com, mika.j.penttila@gmail.com, mingo@redhat.com, akpm@linux-foundation.org, rjw@rjwysocki.net, hpa@zytor.com, yasu.isimatu@gmail.com, isimatu.yasuaki@jp.fujitsu.com, kamezawa.hiroyu@jp.fujitsu.com, izumi.taku@jp.fujitsu.com, gongzhaogang@inspur.com, x86@kernel.org, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Gu Zheng List-Id: linux-acpi@vger.kernel.org On 01/09/2016 03:13 AM, Tejun Heo wrote: > Hello, Tang. > > On Thu, Jan 07, 2016 at 12:20:25PM +0800, Tang Chen wrote: >> From: Gu Zheng >> >> This patch finishes step 4. > This doesn't help people trying to read the patch. If you wanna say > it's one of the steps of something, you also need to say what the > steps are. No need to duplicate the whole thing but a short summary > would be helpful. Sure. Thx. > >> This patch set the persistent cpuid <-> nodeid mapping for all enabled/disabled >> processors at boot time via an additional acpi namespace walk for processors. > So, the patchset generally looks good to me although I'm not too > familiar with acpi. Rafael, Len, what do you think? > > Thanks. > -- 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 S1752483AbcAME43 (ORCPT ); Tue, 12 Jan 2016 23:56:29 -0500 Received: from cn.fujitsu.com ([59.151.112.132]:57602 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1754890AbcAME4R (ORCPT ); Tue, 12 Jan 2016 23:56:17 -0500 X-IronPort-AV: E=Sophos;i="5.20,346,1444665600"; d="scan'208";a="2530313" Message-ID: <5695D906.2030405@cn.fujitsu.com> Date: Wed, 13 Jan 2016 12:56:38 +0800 From: Tang Chen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Tejun Heo CC: , , , , , , , , , , , , , , , , Gu Zheng Subject: Re: [PATCH 5/5] x86, acpi, cpu-hotplug: Set persistent cpuid <-> nodeid mapping when booting. References: <1452140425-16577-1-git-send-email-tangchen@cn.fujitsu.com> <1452140425-16577-6-git-send-email-tangchen@cn.fujitsu.com> <20160108191305.GA1898@mtj.duckdns.org> In-Reply-To: <20160108191305.GA1898@mtj.duckdns.org> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-yoursite-MailScanner-ID: 32A65418911B.A8CA0 X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: tangchen@cn.fujitsu.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/09/2016 03:13 AM, Tejun Heo wrote: > Hello, Tang. > > On Thu, Jan 07, 2016 at 12:20:25PM +0800, Tang Chen wrote: >> From: Gu Zheng >> >> This patch finishes step 4. > This doesn't help people trying to read the patch. If you wanna say > it's one of the steps of something, you also need to say what the > steps are. No need to duplicate the whole thing but a short summary > would be helpful. Sure. Thx. > >> This patch set the persistent cpuid <-> nodeid mapping for all enabled/disabled >> processors at boot time via an additional acpi namespace walk for processors. > So, the patchset generally looks good to me although I'm not too > familiar with acpi. Rafael, Len, what do you think? > > Thanks. >