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=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 86BDFC433DF for ; Fri, 3 Jul 2020 16:40:43 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 504C3207FF for ; Fri, 3 Jul 2020 16:40:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="SVUN0wQU" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 504C3207FF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject: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=5IqcgcpUpjVOLmEifZfCnW+ftX6TkpF3+lKy+ecOhHo=; b=SVUN0wQUjDpsUGVd8EKqViZ1x wPh0+doA1vAN+7g14kAfYrsal/vrla7AWgJrQbrW7oW68sUvR9jlvANaPEaQRNylcIJrfJOh+D0+f c5Xk2Nqnbk+qVS3yrEPjbDmUdpr6RnZW9HaQdpTnniKw9lQjKUZrLhKwB8TLl26OSs0JCXbQzJPmK oR6sAYXESP/iuxTVeqCXaz2M1qEdiMMG7ere0TgESHb7X2O65PollckWf380phJfEYI4BwgxrWxyl m1M2qlxwGk3773qHj0fiVxaltL4YgC1On/ZJj1d5dYHQionI4fIqMc2m0t2stJ13B77pkHmAWIEJb JgzvCq1qw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrOic-0007he-Dh; Fri, 03 Jul 2020 16:39:18 +0000 Received: from foss.arm.com ([217.140.110.172]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrOiX-0007gL-Em; Fri, 03 Jul 2020 16:39:14 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1BEED31B; Fri, 3 Jul 2020 09:39:12 -0700 (PDT) Received: from gaia (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id AD0923F73C; Fri, 3 Jul 2020 09:39:10 -0700 (PDT) Date: Fri, 3 Jul 2020 17:39:04 +0100 From: Catalin Marinas To: Bhupesh Sharma Subject: Re: [PATCH] arm64/defconfig: Enable CONFIG_KEXEC_FILE Message-ID: <20200703163844.GD14950@gaia> References: <1586212300-30797-1-git-send-email-bhsharma@redhat.com> <20200408104655.GA92698@C02TD0UTHF1T.local> <20200428100710.GD3868@gaia> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200703_123913_578643_E988898D X-CRM114-Status: GOOD ( 24.41 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Arnd Bergmann , kexec mailing list , AKASHI Takahiro , arm@kernel.org, James Morse , Bhupesh SHARMA , Will Deacon , linux-arm-kernel 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 Fri, Jul 03, 2020 at 12:55:03AM +0530, Bhupesh Sharma wrote: > On Fri, May 15, 2020 at 2:44 PM Bhupesh Sharma wrote: > > On Thu, Apr 30, 2020 at 10:05 AM Bhupesh Sharma wrote: > > > On Tue, Apr 28, 2020 at 3:37 PM Catalin Marinas wrote: > > > > > > > > On Tue, Apr 28, 2020 at 01:55:58PM +0530, Bhupesh Sharma wrote: > > > > > On Wed, Apr 8, 2020 at 4:17 PM Mark Rutland wrote: > > > > > > On Tue, Apr 07, 2020 at 04:01:40AM +0530, Bhupesh Sharma wrote: > > > > > > > arch/arm64/configs/defconfig | 1 + > > > > > > > 1 file changed, 1 insertion(+) > > > > > > > > > > > > > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > > > > > > > index 24e534d85045..fa122f4341a2 100644 > > > > > > > --- a/arch/arm64/configs/defconfig > > > > > > > +++ b/arch/arm64/configs/defconfig > > > > > > > @@ -66,6 +66,7 @@ CONFIG_SCHED_SMT=y > > > > > > > CONFIG_NUMA=y > > > > > > > CONFIG_SECCOMP=y > > > > > > > CONFIG_KEXEC=y > > > > > > > +CONFIG_KEXEC_FILE=y > > > > > > > CONFIG_CRASH_DUMP=y > > > > > > > CONFIG_XEN=y > > > > > > > CONFIG_COMPAT=y > > > > > > > -- > > > > > > > 2.7.4 > > > > > > > > > > Thanks a lot Mark. > > > > > > > > > > Hi Catalin, Will, > > > > > > > > > > Can you please help pick this patch in the arm tree. We have an > > > > > increasing number of user-cases from distro users > > > > > who want to use kexec_file_load() as the default interface for > > > > > kexec/kdump on arm64. > > > > > > > > We could pick it up if it doesn't conflict with the arm-soc tree. They > > > > tend to pick most of the defconfig changes these days (and could as well > > > > pick this one). > > > > > > Thanks Catalin. > > > (+Cc Arnd) > > > > > > Hi Arnd, > > > > > > Can you please help pick this change via the arm-soc tree? > > > > Ping. Any updates on this defconfig patch. > > Ping. Seems there is no reply from Arnd on this patch. > Can you please help pull in this one as well. It has been pending for > quite some time now. I can queue it for 5.9. -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel