From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Berg Subject: Re: [PATCH v2] net/mac80211/mesh_plink: Convert timers to use timer_setup() Date: Fri, 06 Oct 2017 11:49:01 +0200 Message-ID: <1507283341.19300.7.camel@sipsolutions.net> References: <20171005173910.GA72335@beast> (sfid-20171005_193914_221837_94F6B621) Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: "David S. Miller" , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, Thomas Gleixner , linux-kernel@vger.kernel.org To: Kees Cook Return-path: In-Reply-To: <20171005173910.GA72335@beast> (sfid-20171005_193914_221837_94F6B621) Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Thu, 2017-10-05 at 10:39 -0700, 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. This requires adding a pointer > back > to the sta_info since container_of() can't resolve the sta_info. > Applied, thanks. (The change did land in net-next, and I merged that in to merge this) johannes