Re: [PATCH] V2 init/main.c Enable watchdog_thresh control from kernel line

2018-10-24 Thread Randy Dunlap
On 10/24/18 8:53 AM, Laurence Oberman wrote: > Both graphics and serial consoles are exposed to hard lockups > when handling a large amount of messaging. The kernel watchdog_thresh > parameter up to now has not been available to be set on the kernel line for > early boot. > This patch allows the s

[PATCH] V2 init/main.c Enable watchdog_thresh control from kernel line

2018-10-24 Thread Laurence Oberman
Both graphics and serial consoles are exposed to hard lockups when handling a large amount of messaging. The kernel watchdog_thresh parameter up to now has not been available to be set on the kernel line for early boot. This patch allows the setting of watchdog_thresh to be increased when needed t