]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
timer: Prepare to change all DEFINE_TIMER() callbacks
authorKees Cook <keescook@chromium.org>
Tue, 10 Oct 2017 04:52:09 +0000 (21:52 -0700)
committerKees Cook <keescook@chromium.org>
Wed, 8 Nov 2017 23:54:09 +0000 (15:54 -0800)
commit3653bc95bcc7daa938c0fdcd64ff199ed8f7f208
tree45aa561055dd779b75b4181d8855b4481dd483be
parent8ef81c65485b94c59b8ae43ed7d1d75c3562a835
timer: Prepare to change all DEFINE_TIMER() callbacks

Before we can globally change the function prototype of all timer callbacks,
we have to change those set up by DEFINE_TIMER(). Prepare for this by
casting the callbacks until the prototype changes globally.

Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Kees Cook <keescook@chromium.org>
include/linux/timer.h