Re: [PATCH] cxl: Route eeh events to all drivers in cxl_pci_error_detected()

2017-04-14 Thread Frederic Barrat
Le 05/04/2017 à 08:16, Vaibhav Jain a écrit : Fix a boundary condition where in some cases an eeh event that results in card reset isn't passed on to a driver attached to the virtual PCI device associated with a slice. This will happen in case when a slice attached device driver returns a value

Re: [PATCH] cxl: Route eeh events to all drivers in cxl_pci_error_detected()

2017-04-05 Thread Vaibhav Jain
Hi Andrew, Thanks for reviewing the patch. Andrew Donnellan writes: >> Based-on: https://patchwork.ozlabs.org/patch/747102/ >> Fixes: 9e8df8a21963("cxl: EEH support") >> Signed-off-by: Vaibhav Jain > > Reviewed-by: Andrew Donnellan > > Should this go to stable? Yes, Once this patch gets an ac

Re: [PATCH] cxl: Route eeh events to all drivers in cxl_pci_error_detected()

2017-04-05 Thread Andrew Donnellan
On 05/04/17 16:16, Vaibhav Jain wrote: Fix a boundary condition where in some cases an eeh event that results in card reset isn't passed on to a driver attached to the virtual PCI device associated with a slice. This will happen in case when a slice attached device driver returns a value other th