Sounds like you compiled the kernel with symbol versions but compiled
the module without versions.
nm hello.o | grep printk
grep printk /proc/ksyms
I bet you see something like 'printk_Rsmp_1b7d4074' in ksyms and just
'printk' in hello.o.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/