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 E4F5AC433EF for ; Fri, 15 Jul 2022 03:31:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:CC:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=0FgYSRGUffxYWYQm3gNJmOhPkd80dQwIGFOwyuTyzDM=; b=Spm+gmIoQZvrLB 68lXVeAuNvSaP7SDaeV28f0YBBs9uczadQqcucLaO3Wi2NcOwF+Vhts/VyJQvBLBl6SNWe4l9jTI9 loVj/kSTcYrttcLkXZfvT2OZ70oLymwND3x5QGVZ0J69SaLcc6tgav3MR3MBX+JMZA9/AncKSa+oM Zc0X+aiUdL++N5TigOEorPhUuiVVjA0TIvOf6JGIifcaKPpiczUShxbVQEoiB0dg7CXaJakDJ0Xmq +HU4pZ51DgVVN/C8KXYrhBskGGyiqzPq2kZIBNoq1mCDr8j/4hRQJXtvuWJlB1ftoEYFrBDEUuU+J LywPtN3M5RqShgwZc6Ww==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oCC1u-003rog-CY; Fri, 15 Jul 2022 03:30:14 +0000 Received: from szxga02-in.huawei.com ([45.249.212.188]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oCC1o-003rmd-8X for linux-arm-kernel@lists.infradead.org; Fri, 15 Jul 2022 03:30:13 +0000 Received: from kwepemi500016.china.huawei.com (unknown [172.30.72.56]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4LkcHK0QjNzkWkK; Fri, 15 Jul 2022 11:27:25 +0800 (CST) Received: from [10.174.178.157] (10.174.178.157) by kwepemi500016.china.huawei.com (7.221.188.220) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Fri, 15 Jul 2022 11:29:38 +0800 Message-ID: <58ff7708-e659-2b21-7de6-2dad845fec2f@huawei.com> Date: Fri, 15 Jul 2022 11:29:28 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH v5] memblock,arm64: Expand the static memblock memory table Content-Language: en-US To: Will Deacon CC: , , , , , , , References: <20220615102742.96450-1-zhouguanghui1@huawei.com> <20220628110301.GA23703@willie-the-truck> From: Zhou Guanghui In-Reply-To: <20220628110301.GA23703@willie-the-truck> X-Originating-IP: [10.174.178.157] X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To kwepemi500016.china.huawei.com (7.221.188.220) X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220714_203008_691370_ECAEA399 X-CRM114-Status: GOOD ( 17.48 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2022/6/28 19:03, Will Deacon wrote: > On Wed, Jun 15, 2022 at 10:27:42AM +0000, Zhou Guanghui wrote: >> In a system(Huawei Ascend ARM64 SoC) using HBM, a multi-bit ECC error >> occurs, and the BIOS will mark the corresponding area (for example, 2 MB) >> as unusable. When the system restarts next time, these areas are not >> reported or reported as EFI_UNUSABLE_MEMORY. Both cases lead to an >> increase in the number of memblocks, whereas EFI_UNUSABLE_MEMORY >> leads to a larger number of memblocks. >> >> For example, if the EFI_UNUSABLE_MEMORY type is reported: >> ... >> memory[0x92] [0x0000200834a00000-0x0000200835bfffff], 0x0000000001200000 bytes on node 7 flags: 0x0 >> memory[0x93] [0x0000200835c00000-0x0000200835dfffff], 0x0000000000200000 bytes on node 7 flags: 0x4 >> memory[0x94] [0x0000200835e00000-0x00002008367fffff], 0x0000000000a00000 bytes on node 7 flags: 0x0 >> memory[0x95] [0x0000200836800000-0x00002008369fffff], 0x0000000000200000 bytes on node 7 flags: 0x4 >> memory[0x96] [0x0000200836a00000-0x0000200837bfffff], 0x0000000001200000 bytes on node 7 flags: 0x0 >> memory[0x97] [0x0000200837c00000-0x0000200837dfffff], 0x0000000000200000 bytes on node 7 flags: 0x4 >> memory[0x98] [0x0000200837e00000-0x000020087fffffff], 0x0000000048200000 bytes on node 7 flags: 0x0 >> memory[0x99] [0x0000200880000000-0x0000200bcfffffff], 0x0000000350000000 bytes on node 6 flags: 0x0 >> memory[0x9a] [0x0000200bd0000000-0x0000200bd01fffff], 0x0000000000200000 bytes on node 6 flags: 0x4 >> memory[0x9b] [0x0000200bd0200000-0x0000200bd07fffff], 0x0000000000600000 bytes on node 6 flags: 0x0 >> memory[0x9c] [0x0000200bd0800000-0x0000200bd09fffff], 0x0000000000200000 bytes on node 6 flags: 0x4 >> memory[0x9d] [0x0000200bd0a00000-0x0000200fcfffffff], 0x00000003ff600000 bytes on node 6 flags: 0x0 >> memory[0x9e] [0x0000200fd0000000-0x0000200fd01fffff], 0x0000000000200000 bytes on node 6 flags: 0x4 >> memory[0x9f] [0x0000200fd0200000-0x0000200fffffffff], 0x000000002fe00000 bytes on node 6 flags: 0x0 >> ... >> >> The EFI memory map is parsed to construct the memblock arrays before >> the memblock arrays can be resized. As the result, memory regions >> beyond INIT_MEMBLOCK_REGIONS are lost. >> >> Add a new macro INIT_MEMBLOCK_MEMORY_REGTIONS to replace > > nit: s/REGTIONS/REGIONS/ > >> INIT_MEMBLOCK_REGTIONS to define the size of the static memblock.memory >> array. >> >> Allow overriding memblock.memory array size with architecture defined >> INIT_MEMBLOCK_MEMORY_REGIONS and make arm64 to set >> INIT_MEMBLOCK_MEMORY_REGIONS to 1024 when CONFIG_EFI is enabled. >> >> Signed-off-by: Zhou Guanghui >> Acked-by: Mike Rapoport >> Tested-by: Darren Hart >> --- >> arch/arm64/include/asm/memory.h | 9 +++++++++ >> mm/memblock.c | 14 +++++++++----- >> 2 files changed, 18 insertions(+), 5 deletions(-) >> >> diff --git a/arch/arm64/include/asm/memory.h b/arch/arm64/include/asm/memory.h >> index 0af70d9abede..ce8614fa376a 100644 >> --- a/arch/arm64/include/asm/memory.h >> +++ b/arch/arm64/include/asm/memory.h >> @@ -364,6 +364,15 @@ void dump_mem_limit(void); >> # define INIT_MEMBLOCK_RESERVED_REGIONS (INIT_MEMBLOCK_REGIONS + NR_CPUS + 1) >> #endif >> >> +/* >> + * memory regions which marked with flag MEMBLOCK_NOMAP(for example, the memory >> + * of the EFI_UNUSABLE_MEMORY type) may divide a continuous memory block into >> + * multiple parts. As a result, the number of memory regions is large. >> + */ >> +#ifdef CONFIG_EFI >> +#define INIT_MEMBLOCK_MEMORY_REGIONS (INIT_MEMBLOCK_REGIONS * 8) >> +#endif >> + >> #include >> >> #endif /* __ASM_MEMORY_H */ > > For the arm64 bit: > > Acked-by: Will Deacon > > I'm assuming Andrew will pick this up, but please yell if you'd prefer it > to go via the arm64 tree. Andrew, do you have any suggestions for this patch? > > Will > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel