On 08.06.19 15:41, Helge Deller wrote: > On 08.06.19 14:52, Jeroen Roovers wrote: >> # modprobe -v ipv6 >> insmod /lib/modules/5.2.0-rc1-JeR/kernel/net/ipv6/ipv6.ko >> modprobe: ERROR: could not insert 'ipv6': Exec format error >> dmesg: >> module ipv6: Unknown relocation: 72 > > You could try attached untested patch. > I still wonder why you get R_PARISC_PCREL64 relocations. > Can you send your .config ? -> https://dev.gentoo.org/~jer/c8000.config Thanks! The R_PARISC_PCREL64 relocations are in the __jump_table section, so they were introduced by this commit: parisc: Add static branch and JUMP_LABEL feature See: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=62217beb394e654bbd2bb87c533dadd2d8bf62c6 Jeroen, I think the last patch I sent to you should help... Helge