Re: [PATCH v13 2/6] PCI/AER: Factor out error reporting from AER

2018-04-10 Thread kbuild test robot
Hi Oza, Thank you for the patch! Yet something to improve: [auto build test ERROR on v4.16] [cannot apply to pci/next linus/master next-20180410] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v13 2/6] PCI/AER: Factor out error reporting from AER

2018-04-10 Thread kbuild test robot
Hi Oza, Thank you for the patch! Yet something to improve: [auto build test ERROR on v4.16] [cannot apply to pci/next linus/master next-20180410] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v13 2/6] PCI/AER: Factor out error reporting from AER

2018-04-09 Thread Keith Busch
On Mon, Apr 09, 2018 at 10:41:50AM -0400, Oza Pawandeep wrote: > This patch factors out error reporting callbacks, which are currently > tightly coupled with AER. > > DPC should be able to register callbacks and attempt recovery when DPC > trigger event occurs. > > Signed-off-by: Oza Pawandeep

Re: [PATCH v13 2/6] PCI/AER: Factor out error reporting from AER

2018-04-09 Thread Keith Busch
On Mon, Apr 09, 2018 at 10:41:50AM -0400, Oza Pawandeep wrote: > This patch factors out error reporting callbacks, which are currently > tightly coupled with AER. > > DPC should be able to register callbacks and attempt recovery when DPC > trigger event occurs. > > Signed-off-by: Oza Pawandeep

[PATCH v13 2/6] PCI/AER: Factor out error reporting from AER

2018-04-09 Thread Oza Pawandeep
This patch factors out error reporting callbacks, which are currently tightly coupled with AER. DPC should be able to register callbacks and attempt recovery when DPC trigger event occurs. Signed-off-by: Oza Pawandeep diff --git a/drivers/pci/pcie/Makefile

[PATCH v13 2/6] PCI/AER: Factor out error reporting from AER

2018-04-09 Thread Oza Pawandeep
This patch factors out error reporting callbacks, which are currently tightly coupled with AER. DPC should be able to register callbacks and attempt recovery when DPC trigger event occurs. Signed-off-by: Oza Pawandeep diff --git a/drivers/pci/pcie/Makefile b/drivers/pci/pcie/Makefile index