From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B8DC5C0015E for ; Thu, 15 Jun 2023 08:35:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237158AbjFOIfP (ORCPT ); Thu, 15 Jun 2023 04:35:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56780 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244853AbjFOIem (ORCPT ); Thu, 15 Jun 2023 04:34:42 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AD98D26AF; Thu, 15 Jun 2023 01:34:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=bVcKqJ8llmIBsnTL5TFYde4i77dWQ9xnvttHh1T6GJI=; b=jYFA0P4cRoxLOoCPB1dL/LEp3l 6Ugo37vDJT7p4VyRIs7JZ6aF5w8mEWMeLELzs2w6FZezS+L5HcQggzvg6RzxWrW3rUrWlid2rjqPp VW1PqOEAU3QR7mDuM+4U2ICawAQv1EIN/e8we1Z7f1lEmzlLZm4giuKxw3fs+yVFYxszKSqnhiWNl xna2IDS8c8js6obpZ9+Hv8/nJWqE+K7MP7dGGeybSu5+vH5ILlusTVUJN6NEjl17bxXZnROASvttl FJp5dHo+REQoI6IP+l/Il5lx9fTpAYAGeMEcxNVm8HgNBhNymAuPkyxyw1jxSFexx473UGtC5usp/ oivSOQ8w==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1q9iQj-007O0b-8P; Thu, 15 Jun 2023 08:34:09 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 060DC3002A9; Thu, 15 Jun 2023 10:34:07 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id D1EC02456F421; Thu, 15 Jun 2023 10:34:07 +0200 (CEST) Date: Thu, 15 Jun 2023 10:34:07 +0200 From: Peter Zijlstra To: alison.schofield@intel.com Cc: "Rafael J. Wysocki" , Len Brown , Dan Williams , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , "H. Peter Anvin" , Andy Lutomirski , Andrew Morton , Jonathan Cameron , Dave Jiang , Mike Rapoport , x86@kernel.org, linux-cxl@vger.kernel.org, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, Derick Marks Subject: Re: [PATCH v2 1/2] x86/numa: Introduce numa_fill_memblks() Message-ID: <20230615083407.GB1683497@hirez.programming.kicks-ass.net> References: <9fcc548a6b4727cb2538e5227d7bad2e94e6adaf.1686712819.git.alison.schofield@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9fcc548a6b4727cb2538e5227d7bad2e94e6adaf.1686712819.git.alison.schofield@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-cxl@vger.kernel.org On Tue, Jun 13, 2023 at 09:35:24PM -0700, alison.schofield@intel.com wrote: > From: Alison Schofield > > numa_fill_memblks() fills in the gaps in numa_meminfo memblks > over an HPA address range. What's with the Host part, should that not simply be PA ?