From mboxrd@z Thu Jan 1 00:00:00 1970 From: dyoung@redhat.com (Dave Young) Date: Wed, 20 Jan 2016 10:56:21 +0800 Subject: [PATCH 00/19] arm64 kexec kernel patches v13 In-Reply-To: <1453248900.21755.8.camel@infradead.org> References: <20160119123230.GB2904@dhcp-128-65.nay.redhat.com> <1453248900.21755.8.camel@infradead.org> Message-ID: <20160120025621.GC2999@dhcp-128-65.nay.redhat.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 01/19/16 at 04:15pm, Geoff Levand wrote: > On Tue, 2016-01-19 at 20:32 +0800, Dave Young wrote: > > Geoff, another question about kexec-tools part is, can the kexec > > -tools code > > been written in kernel? We have the infrastructure for kexec_file_load. > > I see no technical reason why the arm64 kernel cannot support > kexec_file_load. Cool, care to port it to kernel so that we have kexec_file_load only in arm64 we do not need to support both kexec_load and kexec_file_load? > > -Geoff > Thanks Dave