Return-path: Received: from mail-pf0-f173.google.com ([209.85.192.173]:46435 "EHLO mail-pf0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751274AbdJDX15 (ORCPT ); Wed, 4 Oct 2017 19:27:57 -0400 Received: by mail-pf0-f173.google.com with SMTP id r68so7042143pfj.3 for ; Wed, 04 Oct 2017 16:27:57 -0700 (PDT) From: Kees Cook To: Thomas Gleixner Cc: Kees Cook , Andrew Morton , 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, Oleg Nesterov , Paul Mackerras , Pavel Machek , Petr Mladek , "Rafael J. Wysocki" , Ralf Baechle , Sebastian Reichel , Stefan Richter , Stephen Boyd , Sudip Mukherjee , Tejun Heo , 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 Subject: [PATCH 00/13] timer: Start conversion to timer_setup() Date: Wed, 4 Oct 2017 16:26:54 -0700 Message-Id: <1507159627-127660-1-git-send-email-keescook@chromium.org> (sfid-20171005_013421_025423_7CF773DC) Sender: linux-wireless-owner@vger.kernel.org List-ID: Hi, This is the first of many timer infrastructure cleanups to simplify the timer API[1]. All of these patches are expected to land via the timer tree, so Acks (or corrections) appreciated. These patches refactor various users of timer API that are NOT just using init_timer() or setup_timer() (which is the vast majority of users, and are being converted separately). These changes are focused on the lesser-used init_timer_*(), TIMER_*INITIALIZER(), and DEFINE_TIMER() methods of preparing a timer. Thanks! -Kees [1] https://git.kernel.org/linus/686fef928bba6be13cabe639f154af7d72b63120