From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: dccp: Convert timers to use timer_setup() Date: Wed, 25 Oct 2017 12:59:33 +0900 (KST) Message-ID: <20171025.125933.1786953066924623254.davem@davemloft.net> References: <20171024084609.GA23862@beast> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: gerrit@erg.abdn.ac.uk, soheil@google.com, hannes@stressinduktion.org, edumazet@google.com, dccp@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: keescook@chromium.org Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:43066 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751987AbdJYD7i (ORCPT ); Tue, 24 Oct 2017 23:59:38 -0400 In-Reply-To: <20171024084609.GA23862@beast> Sender: netdev-owner@vger.kernel.org List-ID: From: Kees Cook Date: Tue, 24 Oct 2017 01:46:09 -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. Adds a pointer back to the sock. > > Cc: Gerrit Renker > Cc: "David S. Miller" > Cc: Soheil Hassas Yeganeh > Cc: Hannes Frederic Sowa > Cc: Eric Dumazet > Cc: dccp@vger.kernel.org > Cc: netdev@vger.kernel.org > Signed-off-by: Kees Cook Applied.