Received: by 2002:a05:6358:9144:b0:117:f937:c515 with SMTP id r4csp8490011rwr; Thu, 11 May 2023 01:52:27 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ5d7DczTfKxSlgSh4U9LApnFdsZ0YPPE4hd7OIWRlDrB3zTKkCmZq6rDzrTBYBE//BCdHX7 X-Received: by 2002:a17:902:da92:b0:1ac:a887:d33c with SMTP id j18-20020a170902da9200b001aca887d33cmr8849379plx.69.1683795147088; Thu, 11 May 2023 01:52:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1683795147; cv=none; d=google.com; s=arc-20160816; b=X+ZYwfmLfz7oJD6ZBs9yZagbSHFQfXlUaUCuPkvzuO3Fz7yR/exgQ0QjM9dciddzYR Mu6f6lDKvumrEEP7ST2yv7burOtYuR7uYdL16D9oOyAbTfNsC/A5DG3S9KBq1DSqpDOu MlrL8N9LPrYBpFvIE87Twm6e1oe7UtdnC1fITBcsxWH3OzkjLUqBr4xzC1ryCuMcunOG Cfzzi0FVcgnQfjfEmYUnMj0z2pZI8RPZ+bFEO5+40e8DCMfH75GlvmZCDb2nQWYDfrnD 1YHuN5g13XbQ1d6jrKoKiC6bLyE4A4VuxFAsboZht4EoKCb8MQR4BGmJ30MQe/aaAp3J ybdg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=s2aWRbVZDopjwvRzLbp4xtJomp34nln1DIl3zzcrAgo=; b=h7bhh2uwB2Pvw/LXIW4S3dg6v+t4FHl6w3aHf90dchPtaWFzcA/MXzjrBicOjLsbPh 2aH339kgln3GMRHtv75g0UNjMPIZuPyM5q+Cuc0WBKXxQ1aMX4tefjXNKYv8eC5XYSoN uj3HQQq/eW+pz2pK9YXRp8FImlolSY87h49kARxQq6WGtywS5birDxAa/KUa4vhBhxwF /ZGpiSETnYvZG4LnVbaD6S4JDlLfWX37hfjkdWGmSS8BXBg1aNO9+WV0wO+k8ABY3Dwd nnI69xHk0szJicB1oQ8xnzZKRXSgg/BtjW0Skcv0i0soZqaLutxur5rQNRP6Mq6m7KTC fu5g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=huawei.com Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id j2-20020a170902da8200b001ab03aca06csi6481648plx.643.2023.05.11.01.52.15; Thu, 11 May 2023 01:52:27 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=huawei.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235408AbjEKIvm (ORCPT + 99 others); Thu, 11 May 2023 04:51:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52688 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232114AbjEKIvf (ORCPT ); Thu, 11 May 2023 04:51:35 -0400 Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6AA305FD0; Thu, 11 May 2023 01:51:33 -0700 (PDT) Received: from dggpemm500016.china.huawei.com (unknown [172.30.72.53]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4QH59y6TpwzpVCp; Thu, 11 May 2023 16:47:18 +0800 (CST) Received: from huawei.com (10.67.174.205) by dggpemm500016.china.huawei.com (7.185.36.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.23; Thu, 11 May 2023 16:51:31 +0800 From: Chen Jiahao To: , , , CC: , , , , , , , , , , , Subject: [PATCH -next v5 2/2] docs: kdump: Update the crashkernel description for riscv Date: Thu, 11 May 2023 16:51:39 +0800 Message-ID: <20230511085139.1039088-3-chenjiahao16@huawei.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20230511085139.1039088-1-chenjiahao16@huawei.com> References: <20230511085139.1039088-1-chenjiahao16@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.67.174.205] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To dggpemm500016.china.huawei.com (7.185.36.25) X-CFilter-Loop: Reflected X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Now "crashkernel=" parameter on riscv has been updated to support crashkernel=X,[high,low]. Through which we can reserve memory region above/within 32bit addressible DMA zone. Here update the parameter description accordingly. Signed-off-by: Chen Jiahao Reviewed-by: Guo Ren Reviewed-by: Simon Horman Reviewed-by: Zhen Lei --- Documentation/admin-guide/kernel-parameters.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 9e5bab29685f..982da6bcaebd 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -866,7 +866,7 @@ memory region [offset, offset + size] for that kernel image. If '@offset' is omitted, then a suitable offset is selected automatically. - [KNL, X86-64, ARM64] Select a region under 4G first, and + [KNL, X86-64, ARM64, RISCV] Select a region under 4G first, and fall back to reserve region above 4G when '@offset' hasn't been specified. See Documentation/admin-guide/kdump/kdump.rst for further details. @@ -879,14 +879,14 @@ Documentation/admin-guide/kdump/kdump.rst for an example. crashkernel=size[KMG],high - [KNL, X86-64, ARM64] range could be above 4G. Allow kernel - to allocate physical memory region from top, so could - be above 4G if system have more than 4G ram installed. - Otherwise memory region will be allocated below 4G, if - available. + [KNL, X86-64, ARM64, RISCV] range could be above 4G. + Allow kernel to allocate physical memory region from top, + so could be above 4G if system have more than 4G ram + installed. Otherwise memory region will be allocated + below 4G, if available. It will be ignored if crashkernel=X is specified. crashkernel=size[KMG],low - [KNL, X86-64, ARM64] range under 4G. When crashkernel=X,high + [KNL, X86-64, ARM64, RISCV] range under 4G. When crashkernel=X,high is passed, kernel could allocate physical memory region above 4G, that cause second kernel crash on system that require some amount of low memory, e.g. swiotlb @@ -897,6 +897,7 @@ size is platform dependent. --> x86: max(swiotlb_size_or_default() + 8MiB, 256MiB) --> arm64: 128MiB + --> riscv: 128MiB This one lets the user specify own low range under 4G for second kernel instead. 0: to disable low allocation. -- 2.31.1