From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 05 Oct 2017 02:41:38 +0200 (CEST) Received: from shards.monkeyblade.net ([184.105.139.130]:45746 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23990494AbdJEAlOu0Lir (ORCPT ); Thu, 5 Oct 2017 02:41:14 +0200 Received: from localhost (74-93-104-98-Washington.hfc.comcastbusiness.net [74.93.104.98]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 59718101F4C58; Wed, 4 Oct 2017 17:41:12 -0700 (PDT) Date: Wed, 04 Oct 2017 17:41:11 -0700 (PDT) Message-Id: <20171004.174111.1056977714603579000.davem@davemloft.net> To: keescook@chromium.org Cc: tglx@linutronix.de, benh@kernel.crashing.org, mpe@ellerman.id.au, sre@kernel.org, harish.patil@cavium.com, manish.chopra@cavium.com, kvalo@qca.qualcomm.com, linuxppc-dev@lists.ozlabs.org, netdev@vger.kernel.org, linux-wireless@vger.kernel.org, akpm@linux-foundation.org, arnd@arndb.de, cmetcalf@mellanox.com, geert@linux-m68k.org, gregkh@linuxfoundation.org, linux@roeck-us.net, heiko.carstens@de.ibm.com, jejb@linux.vnet.ibm.com, john.stultz@linaro.org, jwi@linux.vnet.ibm.com, jiangshanlai@gmail.com, len.brown@intel.com, mark.gross@intel.com, martin.petersen@oracle.com, schwidefsky@de.ibm.com, mdr@sgi.com, oleg@redhat.com, paulus@samba.org, pavel@ucw.cz, pmladek@suse.com, rjw@rjwysocki.net, ralf@linux-mips.org, stefanr@s5r6.in-berlin.de, sboyd@codeaurora.org, sudipm.mukherjee@gmail.com, tj@kernel.org, ubraun@linux.vnet.ibm.com, viresh.kumar@linaro.org, wim@iguana.be, linux1394-devel@lists.sourceforge.net, linux-mips@linux-mips.org, linux-pm@vger.kernel.org, linux-s390@vger.kernel.org, linux-scsi@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 05/13] timer: Remove init_timer_deferrable() in favor of timer_setup() From: David Miller In-Reply-To: <1507159627-127660-6-git-send-email-keescook@chromium.org> References: <1507159627-127660-1-git-send-email-keescook@chromium.org> <1507159627-127660-6-git-send-email-keescook@chromium.org> X-Mailer: Mew version 6.7 on Emacs 25.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Wed, 04 Oct 2017 17:41:13 -0700 (PDT) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 60272 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: davem@davemloft.net Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips From: Kees Cook Date: Wed, 4 Oct 2017 16:26:59 -0700 > This refactors the only users of init_timer_deferrable() to use > the new timer_setup() and from_timer(). Removes definition of > init_timer_deferrable(). > > Cc: Benjamin Herrenschmidt > Cc: Michael Ellerman > Cc: Sebastian Reichel > Cc: Harish Patil > Cc: Manish Chopra > Cc: Kalle Valo > Cc: linuxppc-dev@lists.ozlabs.org > Cc: netdev@vger.kernel.org > Cc: linux-wireless@vger.kernel.org > Signed-off-by: Kees Cook For networking: Acked-by: David S. Miller