On Thu, Dec 14, 2006 at 11:41:55AM +1000, Bradley Schatz wrote:
> Hi Vivek, Eric and Hari,
> 
> Sorry to mass mail you all - it wasnt clear what the best forum to talk
> about kdump is.

Hi Bradley,

You can do discussion regarding kdump on fastboot mailing list. Copying
this thread to mailing list.

> 
> I read a thread in LKML recently discussing kdump and quiescing devices such
> as networking cards on bootup of the kdump kernel.
> 
> What changes did you end up implementing to take care of this?
> 

So far we have been fixing individual drivers. Basically harden the drivers
to be able to initialize in a hostile environment where underlying device
might be in unknown state. We have introduced a kernel command line 
parameter "reset_devices" and device drivers can make use of this
parameter to determine that they are initializing in a potentially hostile
environment and they need to first try to reset the device and then
go ahead with rest of the initialization.

I need to put a small patch in kexec-tools to pass this parameter to 
kdump kernel.

Fixing individual drivers is a long painful process. Still haven't found
any generic scheme to solve the problem.

Thanks
Vivek
_______________________________________________
fastboot mailing list
[email protected]
https://lists.osdl.org/mailman/listinfo/fastboot

Reply via email to