Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp3252196yba; Mon, 6 May 2019 20:43:58 -0700 (PDT) X-Google-Smtp-Source: APXvYqxZk/wQQOMXysDkzl2/PZn/3JVxrSPtkBlJ3cX5pbVguPWDdX37xiZavGYQQ7NOmAArIIhr X-Received: by 2002:a62:414a:: with SMTP id o71mr37923987pfa.240.1557200638256; Mon, 06 May 2019 20:43:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557200638; cv=none; d=google.com; s=arc-20160816; b=hFeAp8FP49QlRGcG6WeurjcxHo0me/Y1exjr5B7ISc1ohi5KUsYdC+g53IqkNaq2Sj XIGozlsSm8ZTzIwDdFcQxPtWiT94NfeXDjK4Jpvpj2yIZX6tmSjRfkLduUMM6PDQzVjF 7yQwyFIO2MWXOUvLvPdWyUDHfFMNbBH/JdnPqWRRAr3AKc/cn1m4mFNmyZ18LxTCMqmO 1jweQnJ+sZLo6JCydLqIQyi92qt9lXlxxYSqLb/CZjOLO7t2e/jUdcSRQlNn0mTYVSiE 0UnJkd+/m3IcKMBsTFspWi7TWv7YZUpA4p51a1vUxvXpHLJWuNF8WyZoEsGGa9C2dBiH 6fhg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=cEalju8d9sYCGCsaQbM4UqqlSjYWHHV47oeviVAwqmU=; b=c3sNuF+q7yYxLM4+uhbGAJmGzaX4cqCTHTL8wwi0dzBXrEBxTEcmMy4JbqmjIc/m+r vlHyo58oxdlnAybpmTGdDjdCtU60GWpxErXp6jWG4hgI81biRFeGYPiqx+zoGZ4dSrrG 3suHydIGRpTD3/GO58pYyvyTIxliQJu9PmrpVptFbveAN+ZbnvKiT8YUUFYIPtggZYpR li+1REyQlF0cLlZBjfDIBlULBsRf+CnqlXTlx9CZcoCnPnHUGAu0g4uNYFnKTWX1M/3p O+iv9lTloOuqTOqzSrB/DicEFId4hVLJ6SRh0cJON4us9oC+zuvGMjNpXV1L+IXO8ScB puXQ== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i36si3599290pgl.491.2019.05.06.20.43.39; Mon, 06 May 2019 20:43:58 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727407AbfEGDmW (ORCPT + 99 others); Mon, 6 May 2019 23:42:22 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:7176 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727387AbfEGDmR (ORCPT ); Mon, 6 May 2019 23:42:17 -0400 Received: from DGGEMS403-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 74D60BC3975760A175A1; Tue, 7 May 2019 11:42:15 +0800 (CST) Received: from localhost.localdomain.localdomain (10.175.113.25) by DGGEMS403-HUB.china.huawei.com (10.3.19.203) with Microsoft SMTP Server id 14.3.439.0; Tue, 7 May 2019 11:42:07 +0800 From: Chen Zhou To: , , , , , , , , CC: , , , , , , , Chen Zhou Subject: [PATCH 4/4] kdump: update Documentation about crashkernel on arm64 Date: Tue, 7 May 2019 11:50:58 +0800 Message-ID: <20190507035058.63992-5-chenzhou10@huawei.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190507035058.63992-1-chenzhou10@huawei.com> References: <20190507035058.63992-1-chenzhou10@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.175.113.25] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Now we support crashkernel=X,[high,low] on arm64, update the Documentation. Signed-off-by: Chen Zhou --- Documentation/admin-guide/kernel-parameters.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 268b10a..03a08aa 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -705,7 +705,7 @@ memory region [offset, offset + size] for that kernel image. If '@offset' is omitted, then a suitable offset is selected automatically. - [KNL, x86_64] select a region under 4G first, and + [KNL, x86_64, arm64] select a region under 4G first, and fall back to reserve region above 4G when '@offset' hasn't been specified. See Documentation/kdump/kdump.txt for further details. @@ -718,14 +718,14 @@ Documentation/kdump/kdump.txt for an example. crashkernel=size[KMG],high - [KNL, x86_64] range could be above 4G. Allow kernel + [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. It will be ignored if crashkernel=X is specified. crashkernel=size[KMG],low - [KNL, x86_64] range under 4G. When crashkernel=X,high + [KNL, x86_64, arm64] 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 -- 2.7.4