Received: by 10.192.165.148 with SMTP id m20csp5453412imm; Wed, 9 May 2018 05:27:18 -0700 (PDT) X-Google-Smtp-Source: AB8JxZpbUiSUnmSdS47s/yt69VW62wfcZMcyBZijenJTJaN8Fjurp/FeDnVGk7RxYz21B1Xd0GJF X-Received: by 10.98.82.129 with SMTP id g123mr21179796pfb.22.1525868838881; Wed, 09 May 2018 05:27:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525868838; cv=none; d=google.com; s=arc-20160816; b=EqVPH7g0OH/9/tdWt2XUvGJyYvXMxFBwkcYf8I5M6zYAkAnFwn5oZdFcW7RhPFoRdS FM2WG08aZxeTKvfa2m+P4537tcGdCL2Koj8fhH+EWVrOXe7gW4cAU7pbEO+r1bV/qs81 lL/4eTPucVLk2nGeXOHYFaKbIM1Z03xv3oR/LP1VS8OiKM6sf3LprtAotymSuBrVM3aQ NjSRTruNW6Jt07HwoJd6m81PY2+kUhcaAW4H4be8aM0JksMvqMdABc+iR7NdW+bU3Hps yZ87h+aiApey5Hxe+J/LXrasEtkCwsHySMmBMedRlTVkliqmlNFpv4yEtmd/jHLWvVEn wjxQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=LF7UwpfZDadeu0P36IkzD9On5v3OU88VJOCPxb7iaNY=; b=r6GoAlzkv1x5L824CQJYYCphgFTVzmPSjUv61rARCyOSNIrozU2dZW8Dco5QKIgdAm ZcgenDJWveSWvj3rWeSvjOF3p5Sqn/lKhVmlChwx1o0NLPflHVcDs3gA1pLTbauDqbPQ 34BOMpqGuD1BB3Jb+CJi+bV1vN3N/tmF1vwWs2H8b9fkCoaWFKk1iJM/dGo9+NzTVi6x EUihklwBluiFX0nKQ5luqgIgMsiulOs0Ws0TD0bMpvKm3WP2iA1FNJXGmaYu9ZQ1F5pH 3nCr/WUG+LRKk3W8QqprlXH7wqcwLntNNexOo3UBMBhV4UnPds9NthrQ6gUlTIL6//Ae YsNw== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m3-v6si6321085pgd.58.2018.05.09.05.27.04; Wed, 09 May 2018 05:27:18 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934198AbeEIMY5 (ORCPT + 99 others); Wed, 9 May 2018 08:24:57 -0400 Received: from mx2.suse.de ([195.135.220.15]:53017 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932318AbeEIMY4 (ORCPT ); Wed, 9 May 2018 08:24:56 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 27ED3AB9F; Wed, 9 May 2018 12:24:55 +0000 (UTC) Date: Wed, 9 May 2018 14:24:54 +0200 From: Michal Hocko To: Ganapatrao Kulkarni Cc: Tony Luck , "Rafael J. Wysocki" , tiantao6@huawei.com, LKML , linux-acpi@vger.kernel.org Subject: Re: fd3e45436660 ("ACPI / NUMA: ia64: Parse all entries of SRAT memory affinity table") Message-ID: <20180509122454.GR32366@dhcp22.suse.cz> References: <20180411104832.GF23400@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180411104832.GF23400@dhcp22.suse.cz> User-Agent: Mutt/1.9.5 (2018-04-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed 11-04-18 12:48:32, Michal Hocko wrote: > Hi, > my attention was brought to the %subj commit and either I am missing > something or the patch is quite dubious. What is it actually trying to > fix? If a BIOS/FW provides more memblocks than the limit then we would > get misleading numa topology (numactl -H output) but is the situation > much better with it applied? Numa init code will refuse to init more > memblocks than the limit and falls back to dummy_numa_init (AFAICS) > which will break the topology again and numactl -H will have a > misleading output anyway. > > So why is the patch an improvement at all? ping? I would be tempted to simply revert the patch as a wrong fix. -- Michal Hocko SUSE Labs