On Fri, Feb 8, 2019 at 8:58 PM Michael Ellerman <m...@ellerman.id.au> wrote: > > Oliver O'Halloran <ooh...@gmail.com> writes: > > > diff --git a/arch/powerpc/kernel/eeh.c b/arch/powerpc/kernel/eeh.c > > index d1f0bdf41fac..92809b137e39 100644 > > --- a/arch/powerpc/kernel/eeh.c > > +++ b/arch/powerpc/kernel/eeh.c > > @@ -1810,7 +1817,11 @@ static int __init eeh_init_proc(void) > > &eeh_enable_dbgfs_ops); > > debugfs_create_u32("eeh_max_freezes", 0600, > > powerpc_debugfs_root, &eeh_max_freezes); > > + debugfs_create_bool("eeh_disable_recovery", 0600, > > + powerpc_debugfs_root, > > + &eeh_debugfs_no_recover); > > eeh_cache_debugfs_init(); > > +#endif > > There's that endif.
Bleh > > Whem I'm doing rebasing and think I might have broken bisectability I > build every commit with: > > https://github.com/mpe/misc-scripts/blob/master/git/for-each-commit Thanks, I have something similar for skiboot but never got around to porting it to the kernel.