PaX build error 2.6.25.6
Posted: Thu Jun 12, 2008 4:34 pm
Patching a vanilla 2.6.25.6 kernel with pax-linux-2.6.25.6-test23.patch produces this build error:
This is on an AMD 64 CPU. A build on a 32bit CPU obvious doesn't have this problem.
CC arch/x86/kernel/x8664_ksyms_64.o
arch/x86/kernel/x8664_ksyms_64.c:60: error: 'cpu_gdt_descr' undeclared here (not in a function)
arch/x86/kernel/x8664_ksyms_64.c:60: warning: type defaults to 'int' in declaration of 'cpu_gdt_descr'
make[1]: *** [arch/x86/kernel/x8664_ksyms_64.o] Error 1
make: *** [arch/x86/kernel] Error 2
This is on an AMD 64 CPU. A build on a 32bit CPU obvious doesn't have this problem.