compile error undefined module_alloc_exec
Posted: Mon Dec 10, 2012 1:32 pm
Hi,
I am compiling grsecurity enabled kernel but getting this error:
In function `module_alloc_update_bounds_rx'
linux/kernel/module.c:1851: undefined reference to `module_free_exec'
In function `module_deallocate'
linux/kernel/module.c:2965: undefined reference to `module_free_exec'
...
in module.h it has the declaration, but it is defined only for x86 platform.
is ppc supported for PAX_KERNEXEC?
thanks,
yao
I am compiling grsecurity enabled kernel but getting this error:
In function `module_alloc_update_bounds_rx'
linux/kernel/module.c:1851: undefined reference to `module_free_exec'
In function `module_deallocate'
linux/kernel/module.c:2965: undefined reference to `module_free_exec'
...
in module.h it has the declaration, but it is defined only for x86 platform.
is ppc supported for PAX_KERNEXEC?
thanks,
yao