From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751518AbdJEHkj (ORCPT ); Thu, 5 Oct 2017 03:40:39 -0400 Received: from sym2.noone.org ([178.63.92.236]:40002 "EHLO sym2.noone.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751296AbdJEHkh (ORCPT ); Thu, 5 Oct 2017 03:40:37 -0400 Date: Thu, 5 Oct 2017 09:40:35 +0200 From: Tobias Klauser To: Kees Cook Cc: linux-kernel@vger.kernel.org, "David S. Miller" , Jarod Wilson , Philippe Reynes , netdev@vger.kernel.org, Thomas Gleixner Subject: Re: [PATCH] net: dl2k: Convert timers to use timer_setup() Message-ID: <20171005074034.GC1370@distanz.ch> References: <20171005005150.GA23486@beast> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171005005150.GA23486@beast> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2017-10-05 at 02:51:50 +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: Jarod Wilson > Cc: Tobias Klauser > Cc: Philippe Reynes > Cc: netdev@vger.kernel.org > Cc: Thomas Gleixner > Signed-off-by: Kees Cook Reviewed-by: Tobias Klauser