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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 86831C27C4F for ; Mon, 24 Jun 2024 02:27:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:CC:To: Subject:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Ito9yfY9YIUHgB+4kOe/RsiYKDBPH4ypbqCF4QS93VI=; b=1L4tnMb5YvdlpPoldjoXTKNcv4 QCTMZ2bqCMCbyz1LdOdOydZ0cdy7Qkp7JQaFmw3l9EuxO8UYzDoWdXLSjVAFZEf7kCQujjpctaf54 eLTgxwFR4XN024pLXXQpCR9PCfjBok/Mh30mDRlJjOPKzyg1Susrb6ThmiKpyk4N0WGP4VVoDX242 06rDkqPkF/4NVHT2UEJYyshPTEAnl8LL2R4gk3DjJ6jo4So52ogd4h1nI6I/YscL9JQvDGRJJqQwt UPcrodiL6bIqvAzuDf7JS/9/7lAH/zdhR+3tjDHMv0cnp+w02vdgqK9xalKSUgyI8e4JzLIPGh2Kd Y6hV6yKw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sLZPw-0000000FI69-151r; Mon, 24 Jun 2024 02:26:52 +0000 Received: from szxga01-in.huawei.com ([45.249.212.187]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sLZPp-0000000FI53-2gsR; Mon, 24 Jun 2024 02:26:47 +0000 Received: from mail.maildlp.com (unknown [172.19.163.48]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4W6sDP5dnlzxTFc; Mon, 24 Jun 2024 10:22:13 +0800 (CST) Received: from dggpemf500002.china.huawei.com (unknown [7.185.36.57]) by mail.maildlp.com (Postfix) with ESMTPS id 043F718007C; Mon, 24 Jun 2024 10:26:31 +0800 (CST) Received: from [10.174.178.247] (10.174.178.247) by dggpemf500002.china.huawei.com (7.185.36.57) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Mon, 24 Jun 2024 10:26:29 +0800 Subject: Re: [PATCH v4 0/4] Add ACPI NUMA support for RISC-V To: Haibo Xu , , CC: , , Catalin Marinas , Will Deacon , Huacai Chen , WANG Xuerui , Paul Walmsley , Palmer Dabbelt , Albert Ou , "Rafael J. Wysocki" , Len Brown , Greg Kroah-Hartman , Conor Dooley , Andrew Morton , Charlie Jenkins , Baoquan He , Evan Green , =?UTF-8?B?Q2zDqW1lbnQgTMOpZ2Vy?= , Zong Li , Sami Tolvanen , Alexandre Ghiti , Samuel Holland , Chen Jiahao , "Russell King (Oracle)" , Jisheng Zhang , James Morse , Andy Chiu , Marc Zyngier , Thomas Gleixner , Tony Luck , Ard Biesheuvel , Dan Williams , Alison Schofield , Jonathan Cameron , Robert Richter , Yuntao Wang , Dave Jiang , , , , , References: From: Hanjun Guo Message-ID: Date: Mon, 24 Jun 2024 10:26:28 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.178.247] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To dggpemf500002.china.huawei.com (7.185.36.57) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240623_192646_008213_8EF857C7 X-CRM114-Status: UNSURE ( 9.32 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2024/6/13 16:54, Haibo Xu wrote: > This patch series enable RISC-V ACPI NUMA support which was based on > the recently approved ACPI ECR[1]. > > Patch 1/4 add RISC-V specific acpi_numa.c file to parse NUMA information > from SRAT and SLIT ACPI tables. > Patch 2/4 add the common SRAT RINTC affinity structure handler. > Patch 3/4 change the ACPI_NUMA to a hidden option since it would be selected > by default on all supported platform. > Patch 4/4 replace pr_info with pr_debug in arch_acpi_numa_init() to avoid > potential boot noise on ACPI platforms that are not NUMA. Looks good to me, Reviewed-by: Hanjun Guo