Re: [PATCH] PCI/AER: don't call recovery process for correctable errors

2017-11-17 Thread Bjorn Helgaas
On Wed, Nov 15, 2017 at 09:46:42AM -0500, Tyler Baicar wrote: > On 10/2/2017 7:19 PM, Bjorn Helgaas wrote: > >On Mon, Aug 28, 2017 at 11:09:44AM -0600, Tyler Baicar wrote: > >>Correctable errors do not need any software intervention, so > >>avoid calling into the software recovery process for corre

Re: [PATCH] PCI/AER: don't call recovery process for correctable errors

2017-11-15 Thread Tyler Baicar
On 10/2/2017 7:19 PM, Bjorn Helgaas wrote: On Mon, Aug 28, 2017 at 11:09:44AM -0600, Tyler Baicar wrote: Correctable errors do not need any software intervention, so avoid calling into the software recovery process for correctable errors. Signed-off-by: Tyler Baicar --- drivers/pci/pcie/aer/

Re: [PATCH] PCI/AER: don't call recovery process for correctable errors

2017-11-07 Thread Tyler Baicar
On 10/11/2017 1:09 PM, Bjorn Helgaas wrote: On Wed, Oct 11, 2017 at 10:37:47AM -0400, Tyler Baicar wrote: On 10/2/2017 7:19 PM, Bjorn Helgaas wrote: On Mon, Aug 28, 2017 at 11:09:44AM -0600, Tyler Baicar wrote: Correctable errors do not need any software intervention, so avoid calling into the

Re: [PATCH] PCI/AER: don't call recovery process for correctable errors

2017-10-11 Thread Bjorn Helgaas
On Wed, Oct 11, 2017 at 10:37:47AM -0400, Tyler Baicar wrote: > On 10/2/2017 7:19 PM, Bjorn Helgaas wrote: > >On Mon, Aug 28, 2017 at 11:09:44AM -0600, Tyler Baicar wrote: > >>Correctable errors do not need any software intervention, so > >>avoid calling into the software recovery process for corre

Re: [PATCH] PCI/AER: don't call recovery process for correctable errors

2017-10-11 Thread Tyler Baicar
On 10/2/2017 7:19 PM, Bjorn Helgaas wrote: On Mon, Aug 28, 2017 at 11:09:44AM -0600, Tyler Baicar wrote: Correctable errors do not need any software intervention, so avoid calling into the software recovery process for correctable errors. Signed-off-by: Tyler Baicar --- drivers/pci/pcie/aer/

Re: [PATCH] PCI/AER: don't call recovery process for correctable errors

2017-10-02 Thread Bjorn Helgaas
On Mon, Aug 28, 2017 at 11:09:44AM -0600, Tyler Baicar wrote: > Correctable errors do not need any software intervention, so > avoid calling into the software recovery process for correctable > errors. > > Signed-off-by: Tyler Baicar > --- > drivers/pci/pcie/aer/aerdrv_core.c | 3 ++- > 1 file c

[PATCH] PCI/AER: don't call recovery process for correctable errors

2017-08-28 Thread Tyler Baicar
Correctable errors do not need any software intervention, so avoid calling into the software recovery process for correctable errors. Signed-off-by: Tyler Baicar --- drivers/pci/pcie/aer/aerdrv_core.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/pci/pcie/aer/aerd