The mismatch is caused by two variables called partition_name. What
does 'nm vmlinux | grep partition_name' show? Probably one
partition_name at c01aad00 and another at c014cba0. Both
fs/partitions/msdos.c and drivers/md/md.c define that symbol, md
exports its version. A good reason why exported symbols should have
unique names.
>Why ignore /proc over the System.map?
ksymoops has a hierarchy of trust. System.map is more trustworthy than
/proc/ksyms because ksyms changes, especially if you rebooted after the
oops and before running ksymoops.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/