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

2018-10-29 Thread kbuild test robot
Hi Laurence, Thank you for the patch! Yet something to improve: [auto build test ERROR on linux-sof-driver/master] [also build test ERROR on v4.19 next-20181029] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-c

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

2018-10-24 Thread Randy Dunlap
On 10/24/18 11:06 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

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

2018-10-24 Thread Randy Dunlap
On 10/24/18 11:06 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] V4 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 to