Re: [PATCH] x86: adjust initial setting of watchdog kind

2024-04-04 Thread Jan Beulich
On 20.03.2024 09:59, Jan Beulich wrote: > On 19.03.2024 21:35, Andrew Cooper wrote: >> On 25/01/2024 2:12 pm, Jan Beulich wrote: >>> "watchdog_timeout=0" is documented to disable the watchdog. Make sure >>> this also is true when there's a subsequent "watchdog" command line >>> option (and no

Re: [PATCH] x86: adjust initial setting of watchdog kind

2024-03-20 Thread Jan Beulich
On 19.03.2024 21:35, Andrew Cooper wrote: > On 25/01/2024 2:12 pm, Jan Beulich wrote: >> "watchdog_timeout=0" is documented to disable the watchdog. Make sure >> this also is true when there's a subsequent "watchdog" command line >> option (and no further "watchdog_timeout=" one). > > We also

Re: [PATCH] x86: adjust initial setting of watchdog kind

2024-03-19 Thread Andrew Cooper
On 25/01/2024 2:12 pm, Jan Beulich wrote: > "watchdog_timeout=0" is documented to disable the watchdog. Make sure > this also is true when there's a subsequent "watchdog" command line > option (and no further "watchdog_timeout=" one). We also document that latest takes precedence, at which point

[PATCH] x86: adjust initial setting of watchdog kind

2024-01-25 Thread Jan Beulich
"watchdog_timeout=0" is documented to disable the watchdog. Make sure this also is true when there's a subsequent "watchdog" command line option (and no further "watchdog_timeout=" one). While there also switch watchdog_setup() to returning void, bringing it in line with the !CONFIG_WATCHDOG