Received: by 10.192.165.148 with SMTP id m20csp555172imm; Wed, 25 Apr 2018 04:11:28 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/3bBzct48WrBh4OptM0ljCxDDcljXjIe2PVdjJ/qhDOfca3vDMa1IeGyCVg7QOt1wa6Ax8 X-Received: by 10.101.69.66 with SMTP id x2mr23025711pgr.24.1524654688674; Wed, 25 Apr 2018 04:11:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524654688; cv=none; d=google.com; s=arc-20160816; b=Q9PAWV1IAR29eQ/4tevPRjvoJEPTkwR8KaTLZ51bmiw3T9R4VcoAbRkHpDBfaRVPpH 69435rDq+xNPcFTj4vq/L5NsU3bZlpZOW8uDg62NnVJLfAsscIb6S8q/Mo3HgnscnA+8 5RagREc9RwJ/ojKDP3lllfHBPiLWFUaRWlpjgpeUoBr+jOQg6NP9zY4b8LZOt5BwYzNs aWIjEO1AHe2NsgYpHAlNV9jws/cgEnagi4QbAiqjV5s+Y3OG7qIahTJBidShS8havZn+ ydc8nBxpFHyuUMBpZe+qwkaLcbTwnIFpvwyZ6W50Y08j9MrmLXtvKOO3bBjUJuLS0u9H O0yQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=j6NszllqN994Mb0cauIX2KLsXy6o9OJkgtNucAeeaRY=; b=yvb+lcqzyrrSh3I4t+czBVhmJuD40DG1vvLs98z7qJbULwDzQxxIurpqgVso51VICh lwTYeIMf8Vp4QbtFBZBjevfbvA8w3xbBg3Z2m/KJtG3Yam5JrX7kY1q2k4Krow50qnJp ZNCZHDX7lGOwlC55jRXTEK+yo0GBKJ2yeiAhdBytkOZLa8311ThHRhng+8kKeriCUvh0 j2fxfKvvF6WOjQ6nDXEn0j5ANw8FRI3UzWLfh2ICrbb8v6z/89MSES834Bsm16JlVmRg 0Lwa275cCD0i+NXt7jmoM3eOvAWzzpnRmrDP5nUAoGU71rvTRqHTsCd07ioKRuhhHCxG QqGA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e19si14851410pff.73.2018.04.25.04.11.14; Wed, 25 Apr 2018 04:11:28 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753946AbeDYKlR (ORCPT + 99 others); Wed, 25 Apr 2018 06:41:17 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:52302 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752350AbeDYKlK (ORCPT ); Wed, 25 Apr 2018 06:41:10 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 353D84A3; Wed, 25 Apr 2018 10:41:09 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Michael Bringmann , Nathan Fontenot , Michael Ellerman , Sasha Levin Subject: [PATCH 4.14 098/183] powerpc/numa: Ensure nodes initialized for hotplug Date: Wed, 25 Apr 2018 12:35:18 +0200 Message-Id: <20180425103246.408802173@linuxfoundation.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180425103242.532713678@linuxfoundation.org> References: <20180425103242.532713678@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Michael Bringmann [ Upstream commit ea05ba7c559c8e5a5946c3a94a2a266e9a6680a6 ] This patch fixes some problems encountered at runtime with configurations that support memory-less nodes, or that hot-add CPUs into nodes that are memoryless during system execution after boot. The problems of interest include: * Nodes known to powerpc to be memoryless at boot, but to have CPUs in them are allowed to be 'possible' and 'online'. Memory allocations for those nodes are taken from another node that does have memory until and if memory is hot-added to the node. * Nodes which have no resources assigned at boot, but which may still be referenced subsequently by affinity or associativity attributes, are kept in the list of 'possible' nodes for powerpc. Hot-add of memory or CPUs to the system can reference these nodes and bring them online instead of redirecting the references to one of the set of nodes known to have memory at boot. Note that this software operates under the context of CPU hotplug. We are not doing memory hotplug in this code, but rather updating the kernel's CPU topology (i.e. arch_update_cpu_topology / numa_update_cpu_topology). We are initializing a node that may be used by CPUs or memory before it can be referenced as invalid by a CPU hotplug operation. CPU hotplug operations are protected by a range of APIs including cpu_maps_update_begin/cpu_maps_update_done, cpus_read/write_lock / cpus_read/write_unlock, device locks, and more. Memory hotplug operations, including try_online_node, are protected by mem_hotplug_begin/mem_hotplug_done, device locks, and more. In the case of CPUs being hot-added to a previously memoryless node, the try_online_node operation occurs wholly within the CPU locks with no overlap. Using HMC hot-add/hot-remove operations, we have been able to add and remove CPUs to any possible node without failures. HMC operations involve a degree self-serialization, though. Signed-off-by: Michael Bringmann Reviewed-by: Nathan Fontenot Signed-off-by: Michael Ellerman Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- arch/powerpc/mm/numa.c | 47 +++++++++++++++++++++++++++++++++++++---------- 1 file changed, 37 insertions(+), 10 deletions(-) --- a/arch/powerpc/mm/numa.c +++ b/arch/powerpc/mm/numa.c @@ -546,7 +546,7 @@ static int numa_setup_cpu(unsigned long nid = of_node_to_nid_single(cpu); out_present: - if (nid < 0 || !node_online(nid)) + if (nid < 0 || !node_possible(nid)) nid = first_online_node; map_cpu_to_node(lcpu, nid); @@ -905,10 +905,8 @@ static void __init find_possible_nodes(v goto out; for (i = 0; i < numnodes; i++) { - if (!node_possible(i)) { - setup_node_data(i, 0, 0); + if (!node_possible(i)) node_set(i, node_possible_map); - } } out: @@ -1277,6 +1275,40 @@ static long vphn_get_associativity(unsig return rc; } +static inline int find_and_online_cpu_nid(int cpu) +{ + __be32 associativity[VPHN_ASSOC_BUFSIZE] = {0}; + int new_nid; + + /* Use associativity from first thread for all siblings */ + vphn_get_associativity(cpu, associativity); + new_nid = associativity_to_nid(associativity); + if (new_nid < 0 || !node_possible(new_nid)) + new_nid = first_online_node; + + if (NODE_DATA(new_nid) == NULL) { +#ifdef CONFIG_MEMORY_HOTPLUG + /* + * Need to ensure that NODE_DATA is initialized for a node from + * available memory (see memblock_alloc_try_nid). If unable to + * init the node, then default to nearest node that has memory + * installed. + */ + if (try_online_node(new_nid)) + new_nid = first_online_node; +#else + /* + * Default to using the nearest node that has memory installed. + * Otherwise, it would be necessary to patch the kernel MM code + * to deal with more memoryless-node error conditions. + */ + new_nid = first_online_node; +#endif + } + + return new_nid; +} + /* * Update the CPU maps and sysfs entries for a single CPU when its NUMA * characteristics change. This function doesn't perform any locking and is @@ -1344,7 +1376,6 @@ int numa_update_cpu_topology(bool cpus_l { unsigned int cpu, sibling, changed = 0; struct topology_update_data *updates, *ud; - __be32 associativity[VPHN_ASSOC_BUFSIZE] = {0}; cpumask_t updated_cpus; struct device *dev; int weight, new_nid, i = 0; @@ -1379,11 +1410,7 @@ int numa_update_cpu_topology(bool cpus_l continue; } - /* Use associativity from first thread for all siblings */ - vphn_get_associativity(cpu, associativity); - new_nid = associativity_to_nid(associativity); - if (new_nid < 0 || !node_online(new_nid)) - new_nid = first_online_node; + new_nid = find_and_online_cpu_nid(cpu); if (new_nid == numa_cpu_lookup_table[cpu]) { cpumask_andnot(&cpu_associativity_changes_mask,