Re: [PATCH v3 1/3] PCI/AER: factor out error reporting from AER

2018-01-13 Thread poza
On 2018-01-13 06:27, Bjorn Helgaas wrote: On Mon, Jan 08, 2018 at 01:25:03PM +0530, Oza Pawandeep wrote: This patch factors out error reporting callbacks, which are currently tightly coupled with AER. DPC should be able to call these callbacks when DPC trigger event occurs. Signed-off-by:

Re: [PATCH v3 1/3] PCI/AER: factor out error reporting from AER

2018-01-13 Thread poza
On 2018-01-13 06:27, Bjorn Helgaas wrote: On Mon, Jan 08, 2018 at 01:25:03PM +0530, Oza Pawandeep wrote: This patch factors out error reporting callbacks, which are currently tightly coupled with AER. DPC should be able to call these callbacks when DPC trigger event occurs. Signed-off-by:

Re: [PATCH v3 1/3] PCI/AER: factor out error reporting from AER

2018-01-12 Thread Bjorn Helgaas
On Mon, Jan 08, 2018 at 01:25:03PM +0530, Oza Pawandeep wrote: > This patch factors out error reporting callbacks, which are currently > tightly coupled with AER. > DPC should be able to call these callbacks when DPC trigger event occurs. > > Signed-off-by: Oza Pawandeep >

Re: [PATCH v3 1/3] PCI/AER: factor out error reporting from AER

2018-01-12 Thread Bjorn Helgaas
On Mon, Jan 08, 2018 at 01:25:03PM +0530, Oza Pawandeep wrote: > This patch factors out error reporting callbacks, which are currently > tightly coupled with AER. > DPC should be able to call these callbacks when DPC trigger event occurs. > > Signed-off-by: Oza Pawandeep > > diff --git

Re: [PATCH v3 1/3] PCI/AER: factor out error reporting from AER

2018-01-08 Thread Philippe Ombredanne
Oza, On Mon, Jan 8, 2018 at 8:55 AM, Oza Pawandeep wrote: > This patch factors out error reporting callbacks, which are currently > tightly coupled with AER. > DPC should be able to call these callbacks when DPC trigger event occurs. > > Signed-off-by: Oza Pawandeep

Re: [PATCH v3 1/3] PCI/AER: factor out error reporting from AER

2018-01-08 Thread Philippe Ombredanne
Oza, On Mon, Jan 8, 2018 at 8:55 AM, Oza Pawandeep wrote: > This patch factors out error reporting callbacks, which are currently > tightly coupled with AER. > DPC should be able to call these callbacks when DPC trigger event occurs. > > Signed-off-by: Oza Pawandeep > --- /dev/null > +++

[PATCH v3 1/3] PCI/AER: factor out error reporting from AER

2018-01-07 Thread Oza Pawandeep
This patch factors out error reporting callbacks, which are currently tightly coupled with AER. DPC should be able to call these callbacks when DPC trigger event occurs. Signed-off-by: Oza Pawandeep diff --git a/drivers/acpi/apei/ghes.c b/drivers/acpi/apei/ghes.c index

[PATCH v3 1/3] PCI/AER: factor out error reporting from AER

2018-01-07 Thread Oza Pawandeep
This patch factors out error reporting callbacks, which are currently tightly coupled with AER. DPC should be able to call these callbacks when DPC trigger event occurs. Signed-off-by: Oza Pawandeep diff --git a/drivers/acpi/apei/ghes.c b/drivers/acpi/apei/ghes.c index 6402f7f..fd053e5 100644