Re: [PATCH v2 6/7] powerpc/eeh: Allow disabling recovery

2019-02-17 Thread Oliver
On Fri, Feb 15, 2019 at 4:58 PM Sam Bobroff wrote: > > On Fri, Feb 15, 2019 at 11:48:16AM +1100, Oliver O'Halloran wrote: > > Currently when we detect an error we automatically invoke the EEH recovery > > handler. This can be annoying when debugging EEH problems, or when working > > on EEH itself

Re: [PATCH v2 6/7] powerpc/eeh: Allow disabling recovery

2019-02-14 Thread Sam Bobroff
On Fri, Feb 15, 2019 at 11:48:16AM +1100, Oliver O'Halloran wrote: > Currently when we detect an error we automatically invoke the EEH recovery > handler. This can be annoying when debugging EEH problems, or when working > on EEH itself so this patch adds a debugfs knob that will prevent a > recove

[PATCH v2 6/7] powerpc/eeh: Allow disabling recovery

2019-02-14 Thread Oliver O'Halloran
Currently when we detect an error we automatically invoke the EEH recovery handler. This can be annoying when debugging EEH problems, or when working on EEH itself so this patch adds a debugfs knob that will prevent a recovery event from being queued up when an issue is detected. Signed-off-by: Ol