[PATCH] ibmveth: kdump interrupt fix
authorSantiago Leon <santil@us.ibm.com>
Tue, 3 Oct 2006 17:24:34 +0000 (12:24 -0500)
committerJeff Garzik <jeff@garzik.org>
Thu, 5 Oct 2006 10:43:23 +0000 (06:43 -0400)
commit4347ef15f76dca33ae8da769d6900a468253bda2
treed4453425aa3fe5f066a2a742fb9eafd2571c2091
parent6b4223748895ed5b200c8049231567ea399fc0c2
[PATCH] ibmveth: kdump interrupt fix

This patch fixes a race that panics the kernel when opening the
device after a kdump.  Without this patch there is a window where the
hypervisor can send an interrupt before all the structures for the
kdump ibmveth module are ready (because the hypervisor is not aware
that the partition crashed and that the virtual driver is reloading).
We close this window by disabling the interrupts before registering
the adapter to the hypervisor.

This patch depends on the "ibmveth: Harden driver initilisation" patch.

Signed-off-by: Santiago Leon <santil@us.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/ibmveth.c