From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753087AbdJTQQG (ORCPT ); Fri, 20 Oct 2017 12:16:06 -0400 Received: from smtp.citrix.com ([66.165.176.89]:12830 "EHLO SMTP.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753051AbdJTQQE (ORCPT ); Fri, 20 Oct 2017 12:16:04 -0400 X-IronPort-AV: E=Sophos;i="5.43,405,1503360000"; d="scan'208";a="447363266" Date: Fri, 20 Oct 2017 17:16:02 +0100 From: Wei Liu To: Kees Cook CC: "David S. Miller" , Wei Liu , Paul Durrant , , , Thomas Gleixner , Subject: Re: [PATCH 54/58] net/xen-netback: Convert timers to use timer_setup() Message-ID: <20171020161602.flvjloljfc7fcjcv@citrix.com> References: <1508200182-104605-1-git-send-email-keescook@chromium.org> <1508200182-104605-55-git-send-email-keescook@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1508200182-104605-55-git-send-email-keescook@chromium.org> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 16, 2017 at 05:29:38PM -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. > > Cc: Wei Liu > Cc: Paul Durrant > Cc: xen-devel@lists.xenproject.org > Cc: netdev@vger.kernel.org > Signed-off-by: Kees Cook Acked-by: Wei Liu