Page 1 of 1

2.6.32.11 build issue

PostPosted: Mon Apr 05, 2010 1:12 pm
by cwadge
After patching with grsec, I'm unable to build 2.6.32.11 succesfully...
AS arch/x86/kernel/entry_64.o
arch/x86/kernel/entry_64.S: Assembler messages:
arch/x86/kernel/entry_64.S:366: Error: suffix or operands invalid for `mov'
arch/x86/kernel/entry_64.S:366: Error: suffix or operands invalid for `mov'
arch/x86/kernel/entry_64.S:366: Error: suffix or operands invalid for `mov'
... (repeated a few hundred times) ...
make[3]: *** [arch/x86/kernel/entry_64.o] Error 1
make[2]: *** [arch/x86/kernel] Error 2
make[1]: *** [arch/x86] Error 2
make[1]: Leaving directory `/home/builder/kernel/builds/xeon/linux-2.6.32.11'

The 2.6.32.11 vanilla builds successfully on the same system. Please let me know if you need any more info on this. Thanks for looking. :)

Re: 2.6.32.11 build issue

PostPosted: Mon Apr 05, 2010 3:42 pm
by PaX Team
cwadge wrote:The 2.6.32.11 vanilla builds successfully on the same system. Please let me know if you need any more info on this. Thanks for looking. :)
it's already fixed in PaX so you can either take the interdiff or wait for spender to update grsec ;).

Re: 2.6.32.11 build issue

PostPosted: Mon Apr 05, 2010 3:53 pm
by cwadge
You guys are quick! Thanks a lot for the heads up.

Re: 2.6.32.11 build issue

PostPosted: Mon Apr 05, 2010 6:29 pm
by spender
I've uploaded updated patches as well.

-Brad

Re: 2.6.32.11 build issue

PostPosted: Mon Apr 05, 2010 10:46 pm
by cwadge
You guys make open source look good. :) Thanks again for the speedy turn-around.