Another question from the point of view of unifying things. What is
wrong with
insmod kexec
creates /dev/kexec (or kexecfs is you are Al Viro)
hooks the reboot and panic final notifiers
user copies file to /dev/kexec (which stuffs it into ram)
reboot
kexec module handler jumps to the first page of the
kexec data in a defined state assuming its PIC
At which point we have clearly reduced kexec/oops reporter/lkcd/netdump
to a single common tiny interface.
-
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/