All of lore.kernel.org
 help / color / mirror / Atom feed
From: Catalin Marinas <catalin.marinas@arm.com>
To: Bhupesh Sharma <bhsharma@redhat.com>
Cc: Mark Rutland <mark.rutland@arm.com>,
	Arnd Bergmann <arnd@arndb.de>,
	kexec mailing list <kexec@lists.infradead.org>,
	AKASHI Takahiro <takahiro.akashi@linaro.org>,
	arm@kernel.org, James Morse <james.morse@arm.com>,
	Bhupesh SHARMA <bhupesh.linux@gmail.com>,
	Will Deacon <will@kernel.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH] arm64/defconfig: Enable CONFIG_KEXEC_FILE
Date: Fri, 3 Jul 2020 17:39:04 +0100	[thread overview]
Message-ID: <20200703163844.GD14950@gaia> (raw)
In-Reply-To: <CACi5LpPcPoVwWBviuCfCri1xQSc34iXkQ8BTcTqXDEcYHSuoEQ@mail.gmail.com>

On Fri, Jul 03, 2020 at 12:55:03AM +0530, Bhupesh Sharma wrote:
> On Fri, May 15, 2020 at 2:44 PM Bhupesh Sharma <bhsharma@redhat.com> wrote:
> > On Thu, Apr 30, 2020 at 10:05 AM Bhupesh Sharma <bhsharma@redhat.com> wrote:
> > > On Tue, Apr 28, 2020 at 3:37 PM Catalin Marinas <catalin.marinas@arm.com> 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 <mark.rutland@arm.com> 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

WARNING: multiple messages have this Message-ID (diff)
From: Catalin Marinas <catalin.marinas@arm.com>
To: Bhupesh Sharma <bhsharma@redhat.com>
Cc: Mark Rutland <mark.rutland@arm.com>,
	Arnd Bergmann <arnd@arndb.de>,
	kexec mailing list <kexec@lists.infradead.org>,
	AKASHI Takahiro <takahiro.akashi@linaro.org>,
	arm@kernel.org, James Morse <james.morse@arm.com>,
	Bhupesh SHARMA <bhupesh.linux@gmail.com>,
	Will Deacon <will@kernel.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH] arm64/defconfig: Enable CONFIG_KEXEC_FILE
Date: Fri, 3 Jul 2020 17:39:04 +0100	[thread overview]
Message-ID: <20200703163844.GD14950@gaia> (raw)
In-Reply-To: <CACi5LpPcPoVwWBviuCfCri1xQSc34iXkQ8BTcTqXDEcYHSuoEQ@mail.gmail.com>

On Fri, Jul 03, 2020 at 12:55:03AM +0530, Bhupesh Sharma wrote:
> On Fri, May 15, 2020 at 2:44 PM Bhupesh Sharma <bhsharma@redhat.com> wrote:
> > On Thu, Apr 30, 2020 at 10:05 AM Bhupesh Sharma <bhsharma@redhat.com> wrote:
> > > On Tue, Apr 28, 2020 at 3:37 PM Catalin Marinas <catalin.marinas@arm.com> 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 <mark.rutland@arm.com> 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

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

  reply	other threads:[~2020-07-03 16:40 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-06 22:31 [PATCH] arm64/defconfig: Enable CONFIG_KEXEC_FILE Bhupesh Sharma
2020-04-06 22:31 ` Bhupesh Sharma
2020-04-08 10:46 ` Mark Rutland
2020-04-08 10:46   ` Mark Rutland
2020-04-28  8:25   ` Bhupesh Sharma
2020-04-28  8:25     ` Bhupesh Sharma
2020-04-28 10:07     ` Catalin Marinas
2020-04-28 10:07       ` Catalin Marinas
2020-04-30  4:35       ` Bhupesh Sharma
2020-04-30  4:35         ` Bhupesh Sharma
2020-05-15  9:14         ` Bhupesh Sharma
2020-05-15  9:14           ` Bhupesh Sharma
2020-07-02 19:25           ` Bhupesh Sharma
2020-07-02 19:25             ` Bhupesh Sharma
2020-07-03 16:39             ` Catalin Marinas [this message]
2020-07-03 16:39               ` Catalin Marinas
2020-07-04 20:15               ` Bhupesh Sharma
2020-07-04 20:15                 ` Bhupesh Sharma

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200703163844.GD14950@gaia \
    --to=catalin.marinas@arm.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=bhsharma@redhat.com \
    --cc=bhupesh.linux@gmail.com \
    --cc=james.morse@arm.com \
    --cc=kexec@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=mark.rutland@arm.com \
    --cc=takahiro.akashi@linaro.org \
    --cc=will@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.