From: David Howells <dhowells@redhat.com>
To: AKASHI Takahiro <takahiro.akashi@linaro.org>
Cc: herbert@gondor.apana.org.au, bhe@redhat.com,
ard.biesheuvel@linaro.org, catalin.marinas@arm.com,
will.deacon@arm.com, linux-kernel@vger.kernel.org,
kexec@lists.infradead.org, dhowells@redhat.com, arnd@arndb.de,
linux-arm-kernel@lists.infradead.org, mpe@ellerman.id.au,
bauerman@linux.vnet.ibm.com, akpm@linux-foundation.org,
Dave Young <dyoung@redhat.com>,
davem@davemloft.net, vgoyal@redhat.com
Subject: Re: [PATCH v3 03/10] kexec_file: factor out arch_kexec_kernel_*() from x86, powerpc
Date: Mon, 25 Sep 2017 16:36:43 +0100 [thread overview]
Message-ID: <1623.1506353803@warthog.procyon.org.uk> (raw)
In-Reply-To: <20170922075807.GM17186@linaro.org>
AKASHI Takahiro <takahiro.akashi@linaro.org> wrote:
> > > -static struct kexec_file_ops *kexec_file_loaders[] = {
> > > +struct kexec_file_ops *kexec_file_loaders[] = {
> > > &kexec_elf64_ops,
> > > + NULL
> > > };
const?
David
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
next prev parent reply other threads:[~2017-09-25 15:36 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-15 10:59 [PATCH v3 00/10] arm64: kexec: add kexec_file_load() support AKASHI Takahiro
2017-09-15 10:59 ` [PATCH v3 01/10] include: pe.h: remove message[] from mz header definition AKASHI Takahiro
2017-09-15 10:59 ` [PATCH v3 02/10] resource: add walk_system_ram_res_rev() AKASHI Takahiro
2017-09-15 10:59 ` [PATCH v3 03/10] kexec_file: factor out arch_kexec_kernel_*() from x86, powerpc AKASHI Takahiro
2017-09-21 7:35 ` Dave Young
2017-09-22 7:58 ` AKASHI Takahiro
2017-09-25 8:03 ` Dave Young
2017-09-25 8:30 ` Dave Young
2017-09-25 18:15 ` AKASHI Takahiro
2017-09-25 15:36 ` David Howells [this message]
2017-09-25 18:18 ` AKASHI Takahiro
2017-09-15 10:59 ` [PATCH v3 04/10] kexec_file: factor out crashdump elf header function from x86 AKASHI Takahiro
2017-09-15 10:59 ` [PATCH v3 05/10] asm-generic: add kexec_file_load system call to unistd.h AKASHI Takahiro
2017-09-15 10:59 ` [PATCH v3 06/10] arm64: kexec_file: create purgatory AKASHI Takahiro
2017-09-15 10:59 ` [PATCH v3 07/10] arm64: kexec_file: load initrd, device-tree and purgatory segments AKASHI Takahiro
2017-09-15 10:59 ` [PATCH v3 08/10] arm64: kexec_file: set up for crash dump adding elf core header AKASHI Takahiro
2017-09-15 10:59 ` [PATCH v3 09/10] arm64: enable KEXEC_FILE config AKASHI Takahiro
2017-09-15 10:59 ` [PATCH v3 10/10] arm64: kexec_file: add Image format support AKASHI Takahiro
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=1623.1506353803@warthog.procyon.org.uk \
--to=dhowells@redhat.com \
--cc=akpm@linux-foundation.org \
--cc=ard.biesheuvel@linaro.org \
--cc=arnd@arndb.de \
--cc=bauerman@linux.vnet.ibm.com \
--cc=bhe@redhat.com \
--cc=catalin.marinas@arm.com \
--cc=davem@davemloft.net \
--cc=dyoung@redhat.com \
--cc=herbert@gondor.apana.org.au \
--cc=kexec@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mpe@ellerman.id.au \
--cc=takahiro.akashi@linaro.org \
--cc=vgoyal@redhat.com \
--cc=will.deacon@arm.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox