Page 1 of 1

2.6.16 patch

PostPosted: Wed Apr 12, 2006 7:44 am
by Platyna
Does anyone has it and could hand me it? It dissapeared from http://www.grsecurity.net/~spender/. Thanks in advance.

Regards.

PostPosted: Wed Apr 12, 2006 7:48 am
by Hal9000

PostPosted: Wed Apr 12, 2006 8:17 am
by Platyna
I need patch for 2.6.16 not 2.6.16.2.

Regards.

PostPosted: Sat Apr 15, 2006 6:33 am
by derRichard
Platyna wrote:I need patch for 2.6.16 not 2.6.16.2.

Regards.

you don't want 2.6.16, you want 2.6.16.2 :)

//richard

PostPosted: Sun May 07, 2006 2:13 pm
by teukka2
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?

I changed every 2.6.16.12 entry to 2.6.16.14 and now the patcing command works just fine.. different thing is that does the kernel work anymore after compiling it :/

edit

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

Thanks

PostPosted: Tue May 09, 2006 5:50 am
by PaX Team
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?
i guess the intention was that the patch against 2.6.16.12 applies to 2.6.16.14 as well.
I changed every 2.6.16.12 entry to 2.6.16.14 and now the patcing command works just fine..
how about patch -p1 next time? ;-)
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
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.

PostPosted: Wed Jan 31, 2007 5:01 pm
by pr
help ... i need grsec. for kernel 2.6.16...
where I can find it?