From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 11 Oct 2017 12:20:33 +0200 From: Petr Mladek Subject: Re: [PATCH 12/13] kthread: Convert callback to use from_timer() Message-ID: <20171011102033.GB2882@pathway.suse.cz> References: <1507159627-127660-1-git-send-email-keescook@chromium.org> <1507159627-127660-13-git-send-email-keescook@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1507159627-127660-13-git-send-email-keescook@chromium.org> Return-Path: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: List-Archive: List-Post: To: Kees Cook Cc: Thomas Gleixner , Andrew Morton , Tejun Heo , Oleg Nesterov , Arnd Bergmann , Benjamin Herrenschmidt , Chris Metcalf , Geert Uytterhoeven , Greg Kroah-Hartman , Guenter Roeck , Harish Patil , Heiko Carstens , "James E.J. Bottomley" , John Stultz , Julian Wiedmann , Kalle Valo , Lai Jiangshan , Len Brown , Manish Chopra , Mark Gross , "Martin K. Petersen" , Martin Schwidefsky , Michael Ellerman , Michael Reed , netdev@vger.kernel.org, Paul Mackerras , Pavel Machek , "Rafael J. Wysocki" , Ralf Baechle , Sebastian Reichel , Stefan Richter , Stephen Boyd , Sudip Mukherjee , Ursula Braun , Viresh Kumar , Wim Van Sebroeck , linux1394-devel@lists.sourceforge.net, linux-mips@linux-mips.org, linux-pm@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-s390@vger.kernel.org, linux-scsi@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org List-ID: On Wed 2017-10-04 16:27:06, Kees Cook wrote: > In preparation for unconditionally passing the struct timer_list pointer > to all timer callbacks, switch kthread to use from_timer() and pass the > timer pointer explicitly. > > Cc: Andrew Morton > Cc: Petr Mladek > Cc: Tejun Heo > Cc: Thomas Gleixner > Cc: Oleg Nesterov > Signed-off-by: Kees Cook Reviewed-by: Petr Mladek Best Regards, Petr