From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH] ahci: Convert timers to use timer_setup() Date: Thu, 5 Oct 2017 07:21:24 -0700 Message-ID: <20171005142124.GT3301751@devbig577.frc2.facebook.com> References: <20171005005417.GA23922@beast> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-it0-f68.google.com ([209.85.214.68]:56137 "EHLO mail-it0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751332AbdJEOV2 (ORCPT ); Thu, 5 Oct 2017 10:21:28 -0400 Content-Disposition: inline In-Reply-To: <20171005005417.GA23922@beast> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Kees Cook Cc: linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org, Thomas Gleixner On Wed, Oct 04, 2017 at 05:54:17PM -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. Adds a pointer back to link > structure. > > Cc: Tejun Heo > Cc: linux-ide@vger.kernel.org > Cc: Thomas Gleixner > Signed-off-by: Kees Cook Acked-by: Tejun Heo Please feel free to route together with other timer patches. Thanks. -- tejun