[PATCH v5 0/7] kexec: add generic support for elf kernel images
Michael Ellerman
mpe at ellerman.id.au
Mon Sep 9 18:20:03 AEST 2019
Hi Helge,
Sorry I meant to do something about this series but got swamped by other
things, as always.
Helge Deller <deller at gmx.de> writes:
> Hi all,
>
> This kexec patch series is the groundwork for kexec on the parisc architecture.
> Since we want kexec on parisc, I've applied it to my for-next-kexec tree [1],
> and can push it to Linus in the next merge window through the parisc tree [2].
>
> If someone has any objections, or if you prefer to take it through
> a kexec or powerpc tree, please let me know.
The ideal way to handle a series like this is to put it in a topic
branch based off rc1, so that both trees can merge it without pulling in
any unrelated arch changes.
But in this case I don't see any conflicts so I think it's fine for it
to go via your tree, it will get some testing in linux-next.
cheers
> [1] https://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git/log/?h=for-next-kexec
> [2] https://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git/log/?h=for-next
>
> On 23.08.19 21:49, Sven Schnelle wrote:
>> Changes to v4:
>> - rebase on current powerpc/merge tree
>> - fix syscall name in commit message
>> - remove a few unused #defines in arch/powerpc/kernel/kexec_elf_64.c
>>...
>> arch/Kconfig | 3 +
>> arch/powerpc/Kconfig | 1 +
>> arch/powerpc/kernel/kexec_elf_64.c | 545 +-----------------
>> include/linux/kexec.h | 23 +
>> kernel/Makefile | 1 +
>> .../kexec_elf_64.c => kernel/kexec_elf.c | 394 +++----------
>> 6 files changed, 115 insertions(+), 852 deletions(-)
>> copy arch/powerpc/kernel/kexec_elf_64.c => kernel/kexec_elf.c (50%)
More information about the Linuxppc-dev
mailing list