PaX Team wrote:2.19 linked this fine but that can be due to other reasons as well. in any case, could you stick angsupb wrote:sure it is: http://vetala.org.ua/configjust before the .init.data section in arch/x86/kernel/vmlinux.lds.S (similar to how .init.setup has one already) and see if it helps?
- Code: Select all
. = ALIGN(16);
I have added as suggested.
. = ALIGN(16);
.init.data : AT(ADDR(.init.data) - LOAD_OFFSET) {
Unfortunately the same error:
LD vmlinux
ld: section .init.data [0000000001843860 -> 0000000001876c46] overlaps section .exit.text [0000000001841ee0 -> 0000000001843861]
make: *** [vmlinux] Error 1
I would compile with 2.19, but can't find an rpm to update on centos5. I used your repo to update to 2.18.50 before.