[PATCH 6/7] powerpc/eeh: Allow disabling recovery
Oliver
oohall at gmail.com
Fri Feb 8 23:52:15 AEDT 2019
On Fri, Feb 8, 2019 at 8:58 PM Michael Ellerman <mpe at ellerman.id.au> wrote:
>
> Oliver O'Halloran <oohall at 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.
More information about the Linuxppc-dev
mailing list