Re: [PATCH v4 2/7] linux/pci: Add uevents in AER and EEH error/resume

2018-01-06 Thread Bjorn Helgaas
I doubt "linux/pci: " matches the powerpc convention and I know it doesn't match the drivers/pci convention. I'd suggest matching one or the other. In drivers/pci I would be using "PCI/AER: ". On Jan 5, 2018 10:46 AM, "Bryant G. Ly" wrote: > Devices can go offline when erors reported. This > p

[PATCH v4 2/7] linux/pci: Add uevents in AER and EEH error/resume

2018-01-05 Thread Bryant G. Ly
Devices can go offline when erors reported. This patch adds a change to the kernel object and lets udev know of error. When device resumes, a change is also set reporting device as online. Therefore, EEH and AER events are better propagated to user space for PCI devices in all arches. Signed-off-b