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 5815BC83F2C for ; Sun, 3 Sep 2023 03:37:14 +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:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Cx6wLz1nTQ62M3PJHwaBS2m3gqH3wI4jin7T9ExAiuQ=; b=bZriAa8cr4nCYH yxq8EyV5Ypdyvu3T28CBO0FaKYXDlgV2VPwklG/iCMgYUrwOUkoMzO+G02eGilXskpKC+cHP97BUZ hZDkxN7Ea/EgW7Rux9SiDKVTRaPWQPEom4yDZSoDfDcbbN12JDH2JxNwerebN36UldzAalj+xj3FF fAEG7kF1DYydVX1IIn+E48SRBp3ZWcTS9/+WiAESVWJxUbzz3gxCi9Jj/U384OT7XzptYv287+cwY 9GuO5KSy8jAFwCsU9lCo+3HvN0Cj/w9Qf691FF+AmypsCEb3LrykGXp0Rh+X40TvRwrf4VOY/33xJ 71ugSFyOCa77bNQGs8SA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qcdvA-00234P-05; Sun, 03 Sep 2023 03:37:08 +0000 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qcdv5-00233p-0L for kexec@lists.infradead.org; Sun, 03 Sep 2023 03:37:04 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1693712218; 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=pKtB7jxT4Cb7Dh6mDUeRnvr1QZkonAikTMNrLOlN9ng=; b=bT4aIblsPocoiC0BNgfTqZpHACU5/bEkYdTaFnyemD7FGu1bcIZtz/jYX21SRXOybrTlFT +juGmuWT+2t+JmzEmMwziJy3DWGD3Hyg6QY1iXa+1wVpFEAAsxstsuHZB1geKmlbA+xRby yvM5h26/qWtGoPlDjYWn/B5NwFg0awk= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-261-2R5AotwnOH2WWaOhBKVgZA-1; Sat, 02 Sep 2023 23:36:54 -0400 X-MC-Unique: 2R5AotwnOH2WWaOhBKVgZA-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id E2BE610264C1; Sun, 3 Sep 2023 03:36:53 +0000 (UTC) Received: from localhost (unknown [10.72.112.18]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8F260D4781C; Sun, 3 Sep 2023 03:36:52 +0000 (UTC) Date: Sun, 3 Sep 2023 11:36:49 +0800 From: Baoquan He To: Hari Bathini Cc: lkml , linuxppc-dev , Kexec-ml , Dave Young , Mahesh J Salgaonkar , Sourabh Jain , Michael Ellerman Subject: Re: [PATCH 1/2] vmcore: allow alternate dump capturing methods to export vmcore without is_kdump_kernel() Message-ID: References: <20230901190438.375678-1-hbathini@linux.ibm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230901190438.375678-1-hbathini@linux.ibm.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230902_203703_237344_80B0C372 X-CRM114-Status: GOOD ( 28.98 ) X-BeenThere: kexec@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: "kexec" Errors-To: kexec-bounces+kexec=archiver.kernel.org@lists.infradead.org Hi Hari, On 09/02/23 at 12:34am, Hari Bathini wrote: > Currently, is_kdump_kernel() returns true when elfcorehdr_addr is set. > While elfcorehdr_addr is set for kexec based kernel dump mechanism, > alternate dump capturing methods like fadump [1] also set it to export > the vmcore. is_kdump_kernel() is used to restrict resources in crash > dump capture kernel but such restrictions may not be desirable for > fadump. Allow is_kdump_kernel() to be defined differently for such > scenarios. With this, is_kdump_kernel() could be false while vmcore > is usable. So, introduce is_crashdump_kernel() to return true when > elfcorehdr_addr is set and use it for vmcore related checks. I got what is done in these two patches, but didn't get why they need be done. vmcore_unusable()/is_vmcore_usable() are only unitilized in ia64. Why do you care if it's is_crashdump_kernel() or is_kdump_kernel()? If you want to override the generic is_kdump_kernel() with powerpc's own is_kdump_kernel(), your below change is enough to allow you to do that. I can't see why is_crashdump_kernel() is needed. Could you explain that specifically? #ifndef is_kdump_kernel static inline bool is_kdump_kernel(void) { return elfcorehdr_addr != ELFCORE_ADDR_MAX; } #endif Thanks Baoquan > [1] https://docs.kernel.org/powerpc/firmware-assisted-dump.html > > Signed-off-by: Hari Bathini > --- > include/linux/crash_dump.h | 18 ++++++++++++++++-- > 1 file changed, 16 insertions(+), 2 deletions(-) > > diff --git a/include/linux/crash_dump.h b/include/linux/crash_dump.h > index 0f3a656293b0..1052a0faf0dd 100644 > --- a/include/linux/crash_dump.h > +++ b/include/linux/crash_dump.h > @@ -50,6 +50,7 @@ void vmcore_cleanup(void); > #define vmcore_elf64_check_arch(x) (elf_check_arch(x) || vmcore_elf_check_arch_cross(x)) > #endif > > +#ifndef is_kdump_kernel > /* > * is_kdump_kernel() checks whether this kernel is booting after a panic of > * previous kernel or not. This is determined by checking if previous kernel > @@ -64,6 +65,19 @@ static inline bool is_kdump_kernel(void) > { > return elfcorehdr_addr != ELFCORE_ADDR_MAX; > } > +#endif > + > +/* > + * Return true if this is a dump capture kernel, where vmcore needs to be > + * exported, irrespective of the dump capture mechanism in use. > + * > + * Same as is_kdump_kernel() unless arch specific code defines is_kdump_kernel() > + * differently while supporting other dump capturing mechanisms. > + */ > +static inline bool is_crashdump_kernel(void) > +{ > + return elfcorehdr_addr != ELFCORE_ADDR_MAX; > +} > > /* is_vmcore_usable() checks if the kernel is booting after a panic and > * the vmcore region is usable. > @@ -75,7 +89,7 @@ static inline bool is_kdump_kernel(void) > > static inline int is_vmcore_usable(void) > { > - return is_kdump_kernel() && elfcorehdr_addr != ELFCORE_ADDR_ERR ? 1 : 0; > + return is_crashdump_kernel() && elfcorehdr_addr != ELFCORE_ADDR_ERR ? 1 : 0; > } > > /* vmcore_unusable() marks the vmcore as unusable, > @@ -84,7 +98,7 @@ static inline int is_vmcore_usable(void) > > static inline void vmcore_unusable(void) > { > - if (is_kdump_kernel()) > + if (is_crashdump_kernel()) > elfcorehdr_addr = ELFCORE_ADDR_ERR; > } > > -- > 2.41.0 > _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec