2.6.16 patch
Posted: Wed Apr 12, 2006 7:44 am
Does anyone has it and could hand me it? It dissapeared from http://www.grsecurity.net/~spender/. Thanks in advance.
Regards.
Regards.
Platyna wrote:I need patch for 2.6.16 not 2.6.16.2.
Regards.
fs/binfmt_elf.c: In function 'pax_parse_elf_flags':
fs/binfmt_elf.c:690: error: 'struct mm_struct' has no member named 'pax_flags'
make[2]: *** [fs/binfmt_elf.o] Error 1
make[1]: *** [fs] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.16.14'
make: *** [debian/stamp-build-kernel] Error 2
i guess the intention was that the patch against 2.6.16.12 applies to 2.6.16.14 as well.teukka2 wrote:Is there some specific reason why the newst patch
http://www.grsecurity.net/~spender/grse ... 0936.patch
has 2.6.16.12 signature inside everywhere? mistake? or is there some new way to patch kernel?
how about patch -p1 next time?I changed every 2.6.16.12 entry to 2.6.16.14 and now the patcing command works just fine..
that's a problem with your .config, you probably disabled PaX but left the ACL hook set (instead of making it 'none'). if someone has an idea how to convince the config system to do this automatically, feel free to share.compiling not working :>
- Code: Select all
fs/binfmt_elf.c: In function 'pax_parse_elf_flags':
fs/binfmt_elf.c:690: error: 'struct mm_struct' has no member named 'pax_flags'
make[2]: *** [fs/binfmt_elf.o] Error 1
make[1]: *** [fs] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.16.14'
make: *** [debian/stamp-build-kernel] Error 2
Compiling works after I take away two things from Pax config Use lagacy ELF header marking and Use Elf program header marking