On 17.08.2017 20:15, Meelis Roos wrote: > Today I compiled 4.13-rc5+git on my farm on on one of my parisc boxes I > got the following warning in dmesg: > > rodata_test: start of .rodata is not page size aligned In arch/parisc/kernel/vmlinux.lds.S we have: RO_DATA_SECTION(8) so it's 8-byte aligned, and directly behind the linkage tables (on 64bit) and before the exception tables which all will be mapped read-only as well. I see no reason why we should waste space by aligning it on PAGE_SIZE boundary. I'd say this test result is in our case bogus... Helge -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html