From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: hsr: Convert timers to use timer_setup() Date: Wed, 25 Oct 2017 13:03:51 +0900 (KST) Message-ID: <20171025.130351.626289069522225848.davem@davemloft.net> References: <20171024084616.GA23889@beast> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: arvid.brodin@alten.se, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: keescook@chromium.org Return-path: In-Reply-To: <20171024084616.GA23889@beast> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Kees Cook Date: Tue, 24 Oct 2017 01:46:16 -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: Arvid Brodin > Cc: "David S. Miller" > Cc: netdev@vger.kernel.org > Signed-off-by: Kees Cook Applied.