Re: [PATCH 2/2] doc: kernel-parameters.txt: fix documentation of nmi_watchdog parameter

2019-05-12 Thread Joel Fernandes
On Fri, May 10, 2019 at 02:47:49PM -0400, Steven Rostedt wrote: > > As nobody else commented, I will ;) > > Hi Zhenzhong! > > On Sun, 14 Apr 2019 11:11:04 +0800 > Zhenzhong Duan wrote: > > > As stated in "Documentation/lockup-watchdogs.txt:line 22", the default > > behaivor after 'hardlockup'

[PATCH 2/2] doc: kernel-parameters.txt: fix documentation of nmi_watchdog parameter

2019-04-14 Thread Zhenzhong Duan
As stated in "Documentation/lockup-watchdogs.txt:line 22", the default behaivor after 'hardlockup' is to stay locked up rather than panic. Signed-off-by: Zhenzhong Duan --- Documentation/admin-guide/kernel-parameters.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documen