Re: [net-next-2.6 PATCH 0/9] return PCI_ERS_RESULT_DISCONNECT on permanent failure
From: David Miller <davem@davemloft.net>
Date: 2009-08-02 06:13:21
From: David Miller <davem@davemloft.net>
Date: 2009-08-02 06:13:21
From: Dean Nelson <redacted> Date: Fri, 31 Jul 2009 15:12:55 -0400
PCI drivers that implement the struct pci_error_handlers' error_detected callback should return PCI_ERS_RESULT_DISCONNECT if the state passed in is pci_channel_io_perm_failure.
...
This patchset is an attempt to address the remaining net drivers of this type. None of the patches in this patchset have been tested, since I don't have the hardware to test any of them. I'm simply making these patches available for whomever is interested and able to test them, to do so. Perhaps the individual patches can be committed as they get tested, reviewed and ACK'd.
I think these are safe to apply, they look so straightforward to me. I've thus added them all to net-next-2.6, thanks!