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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 D8116C48BE8 for ; Sun, 13 Jun 2021 23:09:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BDB4B6135F for ; Sun, 13 Jun 2021 23:09:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232222AbhFMXLo (ORCPT ); Sun, 13 Jun 2021 19:11:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53862 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232133AbhFMXLn (ORCPT ); Sun, 13 Jun 2021 19:11:43 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 59F2BC061574; Sun, 13 Jun 2021 16:09:41 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:104d::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 1363C4B7; Sun, 13 Jun 2021 23:09:41 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 1363C4B7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1623625781; bh=IsImyvcZd8Vhl3L9cDzG5pVt7HN8kRB69c7BWJPZqG0=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=r5xBg10Qjv5Qt3InGBLfq55Fs+HjjvaGWHwpRAddQH3VV/bIUQX2mJWEOYy1Zlp4u D4S81gh3G4ySHv4PPhdFDhkwuTrsVLKfXj6TgyPi/jqngc9/+5nsgwTToXI5z71K9w dvUZcgrtn9QCs3CCaY8iCZj61ARhT0FljTY+79eO1HmNYTAyjmaergO5N3UCdWNlwp QPRwp4B5DJoONhLbugUfJmaPJ9Yzm30M2Uy8t6n94099jWdntcX1nFHB2VPbmfEoi5 2vXkx3aDpXaH4f75kA0iY4yKXkmqpmPk37gQzRFb9nsQvdASXwhR839wsurMgWIjBs 9S2AgTxbgXeZQ== From: Jonathan Corbet To: Baoquan He , linux-kernel@vger.kernel.org Cc: linux-doc@vger.kernel.org, kexec@lists.infradead.org, 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 , dyoung@redhat.com Subject: Re: [PATCH v3] Documentation: kdump: update kdump guide In-Reply-To: <20210609083218.GB591017@MiWiFi-R3L-srv> References: <20210609083218.GB591017@MiWiFi-R3L-srv> Date: Sun, 13 Jun 2021 17:09:40 -0600 Message-ID: <878s3dbbuz.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Baoquan He writes: > Some parts of the guide are aged, hence need be updated. > > 1) The backup area of the 1st 640K on X86_64 has been removed > by below commits, update the description accordingly. > > commit 7c321eb2b843 ("x86/kdump: Remove the backup region handling") > commit 6f599d84231f ("x86/kdump: Always reserve the low 1M when the crashkernel option is specified") > > 2) Sort out the descripiton of "crashkernel syntax" part. > > 3) And some other minor cleanups. > > Signed-off-by: Baoquan He Applied, thanks. jon From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ms.lwn.net ([2600:3c01:e000:3a1::42]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lsZEc-00Bagc-3a for kexec@lists.infradead.org; Sun, 13 Jun 2021 23:09:43 +0000 From: Jonathan Corbet Subject: Re: [PATCH v3] Documentation: kdump: update kdump guide In-Reply-To: <20210609083218.GB591017@MiWiFi-R3L-srv> References: <20210609083218.GB591017@MiWiFi-R3L-srv> Date: Sun, 13 Jun 2021 17:09:40 -0600 Message-ID: <878s3dbbuz.fsf@meer.lwn.net> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Baoquan He , linux-kernel@vger.kernel.org Cc: linux-doc@vger.kernel.org, kexec@lists.infradead.org, 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 , dyoung@redhat.com Baoquan He writes: > Some parts of the guide are aged, hence need be updated. > > 1) The backup area of the 1st 640K on X86_64 has been removed > by below commits, update the description accordingly. > > commit 7c321eb2b843 ("x86/kdump: Remove the backup region handling") > commit 6f599d84231f ("x86/kdump: Always reserve the low 1M when the crashkernel option is specified") > > 2) Sort out the descripiton of "crashkernel syntax" part. > > 3) And some other minor cleanups. > > Signed-off-by: Baoquan He Applied, thanks. jon _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec