The problem I ran into was making NFS as a kernel module. The resulting sunrpc.o module crashed when insmod was run over it. Ralf's fix that all compiles and links use -G 0 worked for me. Thanks, Greg on 7/21/01 11:41 AM, H . J . Lu at hjl@lucon.org wrote: > On Sat, Jul 21, 2001 at 02:11:20PM +0200, Ralf Baechle wrote: >> Only if you don't compile / assemble / link with -G 0. >> >> .scommon shouldn't ever be in a kernel object. It seems that ld started >> to move .common objects to .scommon from a certain version on, so 2.4.5 > > Send me a testcase. I will fix the linker. > > > H.J. >