Re: [PATCH 1/5] kexec: Fix make headers_check

2014-10-06 Thread Geoff Levand
On Mon, 2014-10-06 at 20:21 +0200, Paul Bolle wrote: > On Mon, 2014-10-06 at 10:34 -0700, Geoff Levand wrote: > > On Mon, 2014-10-06 at 16:12 +0200, Paul Bolle wrote: > > > It seems not much happened after I added my Acked-by. I assume you still > > > want to get this merged. Is that correct? > >

Re: [PATCH 1/5] kexec: Fix make headers_check

2014-10-06 Thread Paul Bolle
On Mon, 2014-10-06 at 10:34 -0700, Geoff Levand wrote: > On Mon, 2014-10-06 at 16:12 +0200, Paul Bolle wrote: > > It seems not much happened after I added my Acked-by. I assume you still > > want to get this merged. Is that correct? > > Yes, I think we concluded there are no real users of this kex

Re: [PATCH 1/5] kexec: Fix make headers_check

2014-10-06 Thread H. Peter Anvin
On 08/30/2014 05:47 AM, Paul Bolle wrote: > > Obviously, this can only break compiling those libraries, or other > users. It can't break already compiled binaries. Besides I don't think > those libraries, etc actually exist. Maximilian mentioned klibc in > January, but I wasn't able to find a vers

Re: [PATCH 1/5] kexec: Fix make headers_check

2014-10-06 Thread Geoff Levand
Hi, On Mon, 2014-10-06 at 16:12 +0200, Paul Bolle wrote: > On Sat, 2014-08-30 at 14:47 +0200, Paul Bolle wrote: > > [Added Peter Anvin.] > > > > On Mon, 2014-08-25 at 13:22 -0400, Vivek Goyal wrote: > > > On Fri, Aug 22, 2014 at 06:39:47PM +, Geoff Levand wrote: > > > > Remove the unneded dec

Re: [PATCH 1/5] kexec: Fix make headers_check

2014-10-06 Thread Paul Bolle
Hi Geoff, On Sat, 2014-08-30 at 14:47 +0200, Paul Bolle wrote: > [Added Peter Anvin.] > > On Mon, 2014-08-25 at 13:22 -0400, Vivek Goyal wrote: > > On Fri, Aug 22, 2014 at 06:39:47PM +, Geoff Levand wrote: > > > Remove the unneded declaration for a kexec_load() routine. > > > > > > Fixes err

Re: [PATCH 1/5] kexec: Fix make headers_check

2014-08-30 Thread Paul Bolle
[Added Peter Anvin.] On Mon, 2014-08-25 at 13:22 -0400, Vivek Goyal wrote: > On Fri, Aug 22, 2014 at 06:39:47PM +, Geoff Levand wrote: > > Remove the unneded declaration for a kexec_load() routine. > > > > Fixes errors like these when running 'make headers_check': > > > > include/uapi/linux/

Re: [PATCH 1/5] kexec: Fix make headers_check

2014-08-25 Thread Vivek Goyal
On Fri, Aug 22, 2014 at 06:39:47PM +, Geoff Levand wrote: > Remove the unneded declaration for a kexec_load() routine. > > Fixes errors like these when running 'make headers_check': > > include/uapi/linux/kexec.h: userspace cannot reference function or variable > defined in the kernel > > S

[PATCH 1/5] kexec: Fix make headers_check

2014-08-22 Thread Geoff Levand
Remove the unneded declaration for a kexec_load() routine. Fixes errors like these when running 'make headers_check': include/uapi/linux/kexec.h: userspace cannot reference function or variable defined in the kernel Signed-off-by: Geoff Levand --- include/uapi/linux/kexec.h | 6 -- 1 file