Re: [PATCH 0/5] kexec: minor fixups and enhancements

2014-08-26 Thread Vivek Goyal
On Tue, Aug 26, 2014 at 05:33:28PM -0700, Geoff Levand wrote: > Hi Vivek, > > On Mon, 2014-08-25 at 12:59 -0400, Vivek Goyal wrote: > > Does arm64 has secureboot? If yes, then it might make sense to > > enable the new syscall kexec_file_load() on arm64 instead of trying > > to make old syscall wor

Re: [PATCH 0/5] kexec: minor fixups and enhancements

2014-08-26 Thread Geoff Levand
Hi Vivek, On Mon, 2014-08-25 at 12:59 -0400, Vivek Goyal wrote: > Does arm64 has secureboot? If yes, then it might make sense to > enable the new syscall kexec_file_load() on arm64 instead of trying > to make old syscall work first. Yes, arm64 should support secureboot, but I have not looked into

Re: [PATCH 0/5] kexec: minor fixups and enhancements

2014-08-26 Thread Dave Young
On 08/25/14 at 12:59pm, Vivek Goyal wrote: > On Fri, Aug 22, 2014 at 06:39:47PM +, Geoff Levand wrote: > > Hi, > > > > Here are a few minor fixups and enhancements for kexec support. > > > > Patch 3 and 4 that add preprocessor macros for the kimage list flags are > > ones that I use in the a

Re: [PATCH 0/5] kexec: minor fixups and enhancements

2014-08-25 Thread Vivek Goyal
On Fri, Aug 22, 2014 at 06:39:47PM +, Geoff Levand wrote: > Hi, > > Here are a few minor fixups and enhancements for kexec support. > > Patch 3 and 4 that add preprocessor macros for the kimage list flags are > ones that I use in the arm64 kexec support I am working on, so it would > be nice

[PATCH 0/5] kexec: minor fixups and enhancements

2014-08-22 Thread Geoff Levand
Hi, Here are a few minor fixups and enhancements for kexec support. Patch 3 and 4 that add preprocessor macros for the kimage list flags are ones that I use in the arm64 kexec support I am working on, so it would be nice for those to go in. Please consider. -Geoff The following changes si