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 C0792C5478A for ; Wed, 21 Feb 2024 20:58:07 +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:Mime-Version:References:In-Reply-To: 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=bvZkk6R4lbHf2QwnnCpEnvbhGaJY46FGY/89SuqIuV4=; b=J28ZoUI48+6wQT l3Y1ztUhBh748Jfj2Q4Jtn8Nk7ReCBvZPnGkNNgypcl3hItp+vk7RF79uOe4UUcCJYg51aS/2gLuW WOw1SyENB0ym8S+7O7yIz2x14eMDmgMPOc7ijcEFlcgxhhzf+4S23SBqWWxQbmHtWdQ5+MihFR8Mf wkzZboyqfXTqsHR6KlPsKyvZs138206HiBE12YGfG32CsC/4rH8Bwn6bWXA1YQeqK5Aoo4bNYTxLt k+9groOmGx/Z9v4ZT4tzS5m9/a+W2OcwXNbm1xp+Oz9mH+98q+sg0M0+R/IfoH4tEndB/nGqoAJqJ l/VkwoSfZCm6yP2hByig==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rctfC-00000002XxK-2uNA; Wed, 21 Feb 2024 20:57:58 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rctf9-00000002XwU-31tp; Wed, 21 Feb 2024 20:57:57 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id F135BCE1DC3; Wed, 21 Feb 2024 20:57:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 92CEFC433F1; Wed, 21 Feb 2024 20:57:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1708549073; bh=cQNUlLy8aiGRIYPC4jZV2h79/t7uLaYDp/ZsuaE++9Y=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Bbd9ALrcftdB4hiAFAbv+r3I0ERbgznFbhuh6MxPmx8jG8xGLzeq23eo9RRwwfYK+ iZCi2iMyB0NelsBsnf7/OypvyrQWmMazP7HA7Jbw0rZNQMouPMIBGFEDM881CMWNgk 2e1ZuX9I7suwwEUiqPo2BxD0oszsroHPkKn6qHbQ= Date: Wed, 21 Feb 2024 12:57:52 -0800 From: Andrew Morton To: Hari Bathini Cc: Baoquan He , linux-s390@vger.kernel.org, piliu@redhat.com, linux-sh@vger.kernel.org, x86@kernel.org, kexec@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org, ebiederm@xmission.com, loongarch@lists.linux.dev, linux-riscv@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, viro@zeniv.linux.org.uk Subject: Re: [PATCH v2 00/14] Split crash out from kexec and clean up related config items Message-Id: <20240221125752.36fbfe9c307496313198b60f@linux-foundation.org> In-Reply-To: <559f2595-1477-4ef0-80e4-85ae8b426de7@linux.ibm.com> References: <20240119145241.769622-1-bhe@redhat.com> <9101bb07-70f1-476c-bec9-ec67e9899744@linux.ibm.com> <559f2595-1477-4ef0-80e4-85ae8b426de7@linux.ibm.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240221_125755_952355_7E520B07 X-CRM114-Status: GOOD ( 15.94 ) X-BeenThere: linux-arm-kernel@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: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 21 Feb 2024 11:15:00 +0530 Hari Bathini wrote: > On 04/02/24 8:56 am, Baoquan He wrote: > >>> Hope Hari and Pingfan can help have a look, see if > >>> it's doable. Now, I make it either have both kexec and crash enabled, or > >>> disable both of them altogether. > >> > >> Sure. I will take a closer look... > > Thanks a lot. Please feel free to post patches to make that, or I can do > > it with your support or suggestion. > > Tested your changes and on top of these changes, came up with the below > changes to get it working for powerpc: > > > https://lore.kernel.org/all/20240213113150.1148276-1-hbathini@linux.ibm.com/ So can we take it that you're OK with Baoquan's series as-is? Baoquan, do you believe the patches in mm-unstable are ready for moving into mm-stable in preparation for an upstream merge? _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel