> The host_kbox_drv driver serves the function of a black box. When a > panic or mce event happen to the system, it will record the event > time, system's status and system logs and send them to BMC before > the OS shutdown. This driver depends on the host_edms_drv driver.
This does not belong in net, or a network driver. It is also very difficult to do anything with a panicing kernel. Which is what kexec on panic is all about. Get into a fresh kernel, and use that kernel to dump the status of the crashed kernel. So i doubt you will find a home anywhere in the kernel for any of this code. Andrew