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 X-Spam-Level: X-Spam-Status: No, score=-12.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 85957C2B9F7 for ; Wed, 26 May 2021 07:12:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 668C1610A8 for ; Wed, 26 May 2021 07:12:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232867AbhEZHM5 (ORCPT ); Wed, 26 May 2021 03:12:57 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:45583 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232648AbhEZHMw (ORCPT ); Wed, 26 May 2021 03:12:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1622013081; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Fi0FXe5X3P7ATt9Pn7qPfNgLtexRLcMiYee/h8XnZLo=; b=ZX9mEue1+bJwq0mFkZX7nvGv/z1StFAAD8YXKqjOm179CITOljq/qe9nk8AUPriKxfDW1c iq5vTz2aTZZluwhzrKFFoRwElHOeXKyZApw3264iS2YL602SNSkPMpgaMoOD8mhJ+7W7TP v1ymMjEKIrF49rTl21O4qpYDMcOThwU= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-204-7MzyJvcxPam5_V69YB-Jwg-1; Wed, 26 May 2021 03:11:17 -0400 X-MC-Unique: 7MzyJvcxPam5_V69YB-Jwg-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B0BF31009446; Wed, 26 May 2021 07:11:15 +0000 (UTC) Received: from localhost (ovpn-13-205.pek2.redhat.com [10.72.13.205]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 962D619718; Wed, 26 May 2021 07:11:11 +0000 (UTC) Date: Wed, 26 May 2021 15:11:08 +0800 From: Baoquan He To: Dave Young Cc: linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, kexec@lists.infradead.org, Jonathan Corbet , akpm@linux-foundation.org, Catalin Marinas , Will Deacon , Michael Ellerman , Hari Bathini , Heiko Carstens , Vasily Gorbik , Christian Borntraeger , Russell King , Thomas Bogendoerfer , "H. Peter Anvin" , vgoyal@redhat.com, x86@kernel.org, Eric Biederman Subject: Re: [PATCH] Documentation: kdump: update kdump guide Message-ID: <20210526071108.GB2872@MiWiFi-R3L-srv> References: <20210520103729.13696-1-bhe@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/25/21 at 07:41pm, Dave Young wrote: > Hi Baoquan, > > @@ -180,7 +191,7 @@ Dump-capture kernel config options (Arch Dependent, i386 and x86_64) > > > > CONFIG_SMP=n > > > > - (If CONFIG_SMP=y, then specify maxcpus=1 on the kernel command line > > + (If CONFIG_SMP=y, then specify nr_cpus=1 on the kernel command line > > when loading the dump-capture kernel, see section "Load the Dump-capture > > Kernel".) > > This part should be obsolete? Since for X86_64 we can enable smp boot > with disable_cpu_apicid=X set (see the Notes on loading the dump-capture > kernel part) So I think no need to disable CONFIG_SMP at all. The > current RHEL use of nr_cpus=1 is just to save 2nd kernel memory use. Keeping them because they are not wrong. Talking about default config, currently we only care about x86_64 mostly, not sure if we should remove i386 part too. Anyway, I am fine to remove them and the below relocatable thing. > > Ditto for the text for other arches, not sure if they need update > though, see if other maintainers can provide inputs.. > > > Otherwise for the CONFIG_RELOCATABLE related part, it may be better to > update as well? > ''' quote: > 3) If one wants to build and use a relocatable kernel, > Enable "Build a relocatable kernel" support under "Processor type and > features":: > > CONFIG_RELOCATABLE=y > > 4) Use a suitable value for "Physical address where the kernel is > loaded" (under "Processor type and features"). This only appears when > "kernel crash dumps" is enabled. A suitable value depends upon > whether kernel is relocatable or not. > > If you are using a relocatable kernel use CONFIG_PHYSICAL_START=0x100000 > This will compile the kernel for physical address 1MB, but given the fact > kernel is relocatable, it can be run from any physical address hence > kexec boot loader will load it in memory region reserved for dump-capture > kernel. > > Otherwise it should be the start of memory region reserved for > second kernel using boot parameter "crashkernel=Y@X". Here X is > start of memory region reserved for dump-capture kernel. > Generally X is 16MB (0x1000000). So you can set > CONFIG_PHYSICAL_START=0x1000000 > ''' end quote > > Since relocatable kernel is used by default now so we may just not describe it as "If one > want to build with it =y", I feel it should be a corner case instead of > the default use case. Maybe HPA, Vivek, Eric can provide more opinions since > they may know more about the background. > > > ... > > -Boot into System Kernel > > -======================= > > + crashkernel=512M-2G:64M,2G-:128M > > > > + This would mean: > > + > > + 1) if the RAM is smaller than 512M, then don't reserve anything > > + (this is the "rescue" case) > > + 2) if the RAM size is between 512M and 2G (exclusive), then reserve 64M > > + 3) if the RAM size is larger than 2G, then reserve 128M > > + > > +3) crashkernel=size,high and crashkernel=size,low > > + > > + If memory above 4G is preferred, crashkernel=size,high can be used to > > + fulfill that. With it, physical memory is allowed to allocate from top, > > + so could be above 4G if system has more than 4G RAM installed. Otherwise, > > + memory region will be allocated below 4G if available. > > + > > + When crashkernel=X,high is passed, kernel could allocate physical memory > > + region above 4G, low memory under 4G is needed in this case. There are > > + three ways to get low memory: > > + > > + 1) Kernel will allocate at least 256M memory below 4G automatically > > + if crashkernel=Y,low is not specified. > > + 2) Let user specify low memory size instread. > > + 3) Specified value 0 will disable low memory allocation:: > > + > > + crashkernel=0,low > > + > > +Boot into System Kernel > > +----------------------- > > 1) Update the boot loader (such as grub, yaboot, or lilo) configuration > > files as necessary. > > > > -2) Boot the system kernel with the boot parameter "crashkernel=Y@X", > > - where Y specifies how much memory to reserve for the dump-capture kernel > > - and X specifies the beginning of this reserved memory. For example, > > - "crashkernel=64M@16M" tells the system kernel to reserve 64 MB of memory > > - starting at physical address 0x01000000 (16MB) for the dump-capture kernel. > > +2) Boot the system kernel with the boot parameter "crashkernel=Y@X". > > > > On x86 and x86_64, use "crashkernel=64M@16M". > > For the recommendation of crashkernel it would be better to drop the > @16M since most people do not need it? It's only an example? Change it as "crashkernel=128M" instead to make it more helpful? > > > > > @@ -392,7 +432,7 @@ loading dump-capture kernel. > > > > For i386, x86_64 and ia64: > > > > - "1 irqpoll maxcpus=1 reset_devices" > > + "1 irqpoll nr_cpus=1 reset_devices" > > > > For ppc64: > > > > @@ -400,7 +440,7 @@ For ppc64: > > > > For s390x: > > > > - "1 maxcpus=1 cgroup_disable=memory" > > + "1 nr_cpus=1 cgroup_disable=memory" > > > > For arm: > > > > @@ -408,7 +448,7 @@ For arm: > > > > For arm64: > > > > - "1 maxcpus=1 reset_devices" > > + "1 nr_cpus=1 reset_devices" > > > > Notes on loading the dump-capture kernel: > > > > @@ -487,7 +527,12 @@ After the dump-capture kernel is booted, write out the dump file with > > the following command:: > > > > cp /proc/vmcore > > + scp /proc/vmcore to :/%HOST-%DATE/ > > + > > +You can also use makedumpfile utility to write out the dump file > > +with specified options to filter out unwanted contents, e.g:: > > > > + core_collector makedumpfile -l --message-level 1 -d 31 > > Looks like scp and core_collector usage are based on Fedora/RHEL, but > since this doc is for generic upstream, it might be better to describe > it in generic way, eg. (maybe just drop scp) > makedumpfile -l --message-level 1 -d 31 /proc/vmcore > scp /proc/vmcore :/ Right, forgot removing core_collector. While scp is also a generic tool? Thanks for reviewing.