Page 1 of 1

2.6.18 patch does not compile

PostPosted: Sat Sep 23, 2006 12:47 pm
by forsaken
Im getting the following error with grsecurity-2.1.9-2.6.18-200609222230.patch:

kernel/sysctl.c:190: error: redefinition of 'pax_table'
kernel/sysctl.c:175: error: previous definition of 'pax_table' was here
{standard input}: Assembler messages:
{standard input}:47: Error: symbol `pax_table' is already defined
make[1]: *** [kernel/sysctl.o] Error 1

PostPosted: Mon Sep 25, 2006 3:22 am
by forsaken
I've tested with the latest 2.6.18 patch:

kernel/sysctl.c:154: warning: missing initializer
kernel/sysctl.c:154: warning: (near initialization for `root_table_header.used')
kernel/sysctl.c:190: error: redefinition of 'pax_table'
kernel/sysctl.c:175: error: previous definition of 'pax_table' was here

PostPosted: Tue Sep 26, 2006 5:03 pm
by spender
Fixed in the latest patch.

-Brad