From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751476AbdJ1KUY (ORCPT ); Sat, 28 Oct 2017 06:20:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59320 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751000AbdJ1KUX (ORCPT ); Sat, 28 Oct 2017 06:20:23 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com D47CDC0587E5 Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=davem@redhat.com Date: Sat, 28 Oct 2017 19:20:10 +0900 (KST) Message-Id: <20171028.192010.178447931249528043.davem@redhat.com> To: keescook@chromium.org Cc: thomas.lendacky@amd.com, allen.lkml@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drivers/net: amd: Convert timers to use timer_setup() From: David Miller In-Reply-To: <20171027055438.GA88997@beast> References: <20171027055438.GA88997@beast> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Sat, 28 Oct 2017 10:20:23 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Kees Cook Date: Thu, 26 Oct 2017 22:54:38 -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: Tom Lendacky > Cc: "David S. Miller" > Cc: Allen Pais > Cc: netdev@vger.kernel.org > Signed-off-by: Kees Cook Applied.