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

2019-05-12 Thread Zhenzhong Duan
Hi Steven, On 2019/5/11 2:47, 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' is to stay l

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

2019-05-12 Thread Zhenzhong Duan
The default behavior of hardlockup depends on the config of CONFIG_BOOTPARAM_HARDLOCKUP_PANIC. Fix the description of nmi_watchdog to make it clear. Signed-off-by: Zhenzhong Duan Reviewed-by: Joel Fernandes (Google) Cc: Steven Rostedt --- v2: fix description using words suggested by Steven

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

2019-05-21 Thread Zhenzhong Duan
On 2019/5/15 3:21, Steven Rostedt wrote: On Sun, 12 May 2019 11:35:27 +0800 Zhenzhong Duan wrote: The default behavior of hardlockup depends on the config of CONFIG_BOOTPARAM_HARDLOCKUP_PANIC. Fix the description of nmi_watchdog to make it clear. Signed-off-by: Zhenzhong Duan Reviewed-by

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

2019-05-21 Thread Zhenzhong Duan
The default behavior of hardlockup depends on the config of CONFIG_BOOTPARAM_HARDLOCKUP_PANIC. Fix the description of nmi_watchdog to make it clear. Suggested-by: Steven Rostedt (VMware) Signed-off-by: Zhenzhong Duan Reviewed-by: Joel Fernandes (Google) Acked-by: Ingo Molnar Acked-by: Steven