with following config settings
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y
and
CONFIG_SCSI_LOGGING=y
gives and unresolved symbol in module sg.o:
bash-2.02# modprobe sg
/lib/modules/2.2.6/scsi/sg.o: unresolved symbol scsi_logging_level
2.2.6/scsi> nm /lib/modules/2.2.6/scsi/sg.o | grep log
U scsi_logging_level
2.2.6/scsi> cat /proc/ksyms | grep logg
c02040e8 scsi_logging_level_R__ver_scsi_logging_level
I couldn't figure out how to fix.
Bye
Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de
Free Software: If you contribute nothing, expect nothing
--- 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/