From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Klauser Subject: Re: [PATCH] net: tulip: de2104x: Convert timers to use Date: Thu, 5 Oct 2017 09:40:06 +0200 Message-ID: <20171005074006.GB1370@distanz.ch> References: <20171005005048.GA23304@beast> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, "David S. Miller" , "yuval.shaia@oracle.com" , Jarod Wilson , Philippe Reynes , netdev@vger.kernel.org, linux-parisc@vger.kernel.org, Thomas Gleixner To: Kees Cook Return-path: Content-Disposition: inline In-Reply-To: <20171005005048.GA23304@beast> Sender: linux-parisc-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 2017-10-05 at 02:50:48 +0200, Kees Cook wrote: > 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: "David S. Miller" > Cc: "yuval.shaia@oracle.com" > Cc: Tobias Klauser > Cc: Jarod Wilson > Cc: Philippe Reynes > Cc: netdev@vger.kernel.org > Cc: linux-parisc@vger.kernel.org > Cc: Thomas Gleixner > Signed-off-by: Kees Cook Reviewed-by: Tobias Klauser