From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753165AbcEWHDL (ORCPT ); Mon, 23 May 2016 03:03:11 -0400 Received: from cn.fujitsu.com ([59.151.112.132]:33451 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1753033AbcEWHDJ (ORCPT ); Mon, 23 May 2016 03:03:09 -0400 X-IronPort-AV: E=Sophos;i="5.22,518,1449504000"; d="scan'208";a="6799077" Message-ID: <5742AAF6.3060901@cn.fujitsu.com> Date: Mon, 23 May 2016 15:02:14 +0800 From: Zhu Guihua User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Peter Zijlstra CC: , , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH v7 0/5] Make cpuid <-> nodeid mapping persistent References: <20160519144657.GK3206@twins.programming.kicks-ass.net> In-Reply-To: <20160519144657.GK3206@twins.programming.kicks-ass.net> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.167.226.252] X-yoursite-MailScanner-ID: 875C442B66E2.AD9D3 X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: zhugh.fnst@cn.fujitsu.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 05/19/2016 10:46 PM, Peter Zijlstra wrote: > On Thu, May 19, 2016 at 06:39:41PM +0800, Zhu Guihua wrote: >> [Problem] >> >> cpuid <-> nodeid mapping is firstly established at boot time. And workqueue caches >> the mapping in wq_numa_possible_cpumask in wq_numa_init() at boot time. >> >> When doing node online/offline, cpuid <-> nodeid mapping is established/destroyed, >> which means, cpuid <-> nodeid mapping will change if node hotplug happens. But >> workqueue does not update wq_numa_possible_cpumask. > So why are you not fixing up wq_numa_possible_cpumask instead? That > seems the far easier solution. We tried to do that. You can see our patch at http://www.gossamer-threads.com/lists/linux/kernel/2116748 But maintainer thought, we should establish persistent cpuid<->nodeid relationship, there is no need to change the map. Cc TJ, Could we return to workqueue to fix this? Thanks, Zhu > Do all the other archs that support NUMA and HOTPLUG have the mapping > stable, or will you now go fix each and every one of them? > > > . >