Re: [PATCH]: cross-compiling x86_64 kernel on i386 user-space fails

2014-11-23 Thread Borislav Petkov
On Sun, Nov 23, 2014 at 08:27:24PM +0100, Thomas Gleixner wrote: > While that works, this wants to be: > > +RUN_SIZE = $(shell $(OBJDUMP) -h vmlinux | \ Ah, true: $ git grep OBJDUMP Makefile Makefile:363:OBJDUMP= $(CROSS_COMPILE)objdump Makefile:420:export CPP AR NM STRIP OBJCOPY OBJ

Re: [PATCH]: cross-compiling x86_64 kernel on i386 user-space fails

2014-11-23 Thread Thomas Gleixner
On Sat, 22 Nov 2014, Borislav Petkov wrote: > On Sat, Nov 22, 2014 at 09:51:10AM +, Chris Clayton wrote: > > Hi, > > Yeah, next time make sure you actually CC people :-) > > I've added them to CC now. > > > Commit e6023367d779060fddc9a52d1f474085b2b36298 broke building an x86_64 > > kernel

Re: [PATCH]: cross-compiling x86_64 kernel on i386 user-space fails

2014-11-22 Thread Kees Cook
On Sat, Nov 22, 2014 at 3:14 AM, Borislav Petkov wrote: > On Sat, Nov 22, 2014 at 09:51:10AM +, Chris Clayton wrote: >> Hi, > > Yeah, next time make sure you actually CC people :-) > > I've added them to CC now. > >> Commit e6023367d779060fddc9a52d1f474085b2b36298 broke building an x86_64 >>

Re: [PATCH]: cross-compiling x86_64 kernel on i386 user-space fails

2014-11-22 Thread Borislav Petkov
On Sat, Nov 22, 2014 at 09:51:10AM +, Chris Clayton wrote: > Hi, Yeah, next time make sure you actually CC people :-) I've added them to CC now. > Commit e6023367d779060fddc9a52d1f474085b2b36298 broke building an x86_64 > kernel in an i386. The change added a call to > objdump but neglected