Hello,
I'm trying to apply grsecurity-2.1.11-2.6.23.9-200712101800.patch to a 2.6.23.12 kernel.
But after the build, the bzImage is not created and I see these errors:
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CALL scripts/checksyscalls.sh
CHK include/linux/compile.h
LD arch/i386/boot/setup.elf
OBJCOPY arch/i386/boot/compressed/vmlinux.bin
/bin/sh: line 1: 7879 File size limit exceededobjcopy -O binary -R .note -R .comment -S vmlinux arch/i386/boot/compressed/vmlinux.bin
make[2]: *** [arch/i386/boot/compressed/vmlinux.bin] Error 153
make[1]: *** [arch/i386/boot/compressed/vmlinux] Error 2
make: *** [bzImage] Error 2
Even if I only patch the sources without enabling any grsec/pax options I see the same errors.
can anyone give me a hint?