From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752247AbdJ0DKY (ORCPT ); Thu, 26 Oct 2017 23:10:24 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:43742 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752216AbdJ0DKS (ORCPT ); Thu, 26 Oct 2017 23:10:18 -0400 Date: Fri, 27 Oct 2017 12:10:14 +0900 (KST) Message-Id: <20171027.121014.2017945217800050930.davem@davemloft.net> To: keescook@chromium.org Cc: bh74.an@samsung.com, ks.giri@samsung.com, vipul.pandya@samsung.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drivers/net: sxgbe: Convert timers to use timer_setup() From: David Miller In-Reply-To: <20171025105320.GA146603@beast> References: <20171025105320.GA146603@beast> 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]); Thu, 26 Oct 2017 20:10:17 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Kees Cook Date: Wed, 25 Oct 2017 03:53:20 -0700 > In preparation for unconditionally passing the struct timer_list pointer to > all timer callbacks, switch to using the new timer_setup() and from_timer() > to pass the timer pointer explicitly. > > Cc: Byungho An > Cc: Girish K S > Cc: Vipul Pandya > Cc: netdev@vger.kernel.org > Signed-off-by: Kees Cook Applied.