Re: [PATCH 11/13] timer: Remove expires argument from __TIMER_INITIALIZER()

From: Petr Mladek
Date: Wed Oct 11 2017 - 06:15:41 EST


On Wed 2017-10-04 16:27:05, Kees Cook wrote:
> The expires field is normally initialized during the first mod_timer()
> call. It was unused by all callers, so remove it from the macro.
>
> Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>
> ---
> include/linux/kthread.h | 2 +-
> include/linux/timer.h | 5 ++---
> include/linux/workqueue.h | 2 +-
> 3 files changed, 4 insertions(+), 5 deletions(-)

I was primary interested into the change in kthread.h. But the entire
patch is simple and looks fine:

Reviewed-by: Petr Mladek <pmladek@xxxxxxx>

Best Regards,
Petr