Re: [PATCH v3 2/7] powerpc/kernel: Add uevents in EEH error/resume

2018-01-04 Thread Bjorn Helgaas
On Wed, Jan 03, 2018 at 11:16:28AM -0600, Bryant G. Ly wrote: > Devices can go offline when EEH is 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 events are better propaga

[PATCH v3 2/7] powerpc/kernel: Add uevents in EEH error/resume

2018-01-03 Thread Bryant G. Ly
Devices can go offline when EEH is 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 events are better propagated to user space for devices in powerpc arch. Signed-off-by: Bryant