> However all that is required to diagnose an oops after the machine has
> been rebooted is the data in /proc/ksyms at the time of the oops.
> Remember that make_System_map does not require the real /proc/ksyms, it
> can be a copy. ksyms is the only data that changes from run to run,
> System.map and modules are only changed by kernel recompiles. So what
> you really need is a way of capturing the current ksyms to a file when
> an oops occurs.
What about capturing /proc/ksyms after each insmod and syncing the copy?
Andreas