Re: [PATCH 6/7] powerpc/eeh: Allow disabling recovery
From: Oliver <oohall@gmail.com>
Date: 2019-02-08 13:14:08
On Fri, Feb 8, 2019 at 8:58 PM Michael Ellerman [off-list ref] wrote:
Oliver O'Halloran [off-list ref] writes:quoted
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(); +#endifThere'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.