When I am trying to insmod iptables.o I am getting this error multiple times.
relocation overflow of type 4 __copy_user
relocation overflow of type 4 __copy_user
relocation overflow of type 4 __copy_user
.........
I was getting similar errors for printk etc but they disappeared after I changed the CFLAGS for arch/mips/Makefile and included -mno-abicalls.
This flag is already included by default in both 2.4 and 2.6 kernels. How did you compile your module?
-Steve