Or grab ftp://ftp.ocs.com.au/pub/make_System_map.pl.gz. Run with
make_System_map.pl /proc/ksyms /System.map \
/lib/modules/`uname -r`/*/*.o > /tmp/map
to create /tmp/map containing all symbols from ksyms plus those
exported by modules. Then you can feed the oops plus /tmp/map directly
into scripts/ksymoops, no need to disassemble and grep. There is
always more than one way of doing a task :).
-
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/faq.html