From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5] helo=mx0a-001b2d01.pphosted.com) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1i6M54-0006Gy-LM for kexec@lists.infradead.org; Fri, 06 Sep 2019 21:47:48 +0000 References: <20190823194919.30916-1-svens@stackframe.org> <22b40bb7-6f86-0a69-12b2-12d90124173d@gmx.de> From: Thiago Jung Bauermann Subject: Re: [PATCH v5 0/7] kexec: add generic support for elf kernel images In-reply-to: <22b40bb7-6f86-0a69-12b2-12d90124173d@gmx.de> Date: Fri, 06 Sep 2019 18:47:35 -0300 Message-ID: <87blvxgkqw.fsf@morokweng.localdomain> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Helge Deller Cc: kexec@lists.infradead.org, Sven Schnelle , linuxppc-dev@lists.ozlabs.org Helge Deller 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]. I just had a look at this version and it looks fine to me. Identical to the version I reviewed before except for the changes I suggested. Thanks, Sven! > If someone has any objections, or if you prefer to take it through > a kexec or powerpc tree, please let me know. > > Helge > > [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 I noticed that the first patch is the only one that doesn't have my Reviewed-by. If you want, you can add it: Reviewed-by: Thiago Jung Bauermann If it's inconvenient to add it now since it's already applied, that's fine too of course. > 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%) -- Thiago Jung Bauermann IBM Linux Technology Center _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec