Re: [PATCH 3/4] watchdog: move watchdog sysctl to watchdog.c

From: Kees Cook
Date: Fri May 15 2020 - 04:09:34 EST


On Fri, May 15, 2020 at 12:33:43PM +0800, Xiaoming Ni wrote:
> +static int sixty = 60;

This should be const. (Which will require a cast during extra2
assignment.)

--
Kees Cook