It seems that the linker interprets arguments differently in 2.6, if I specify '-N' to the linker in 2.5.2 it produces a static final object, in 2.6 it sets config.dynamic_link to true. This is what causes trouble when relocations are being scanned. Later, David S. Miller davem@caip.rutgers.edu