From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752485AbdJFN3s (ORCPT ); Fri, 6 Oct 2017 09:29:48 -0400 Received: from mail-it0-f66.google.com ([209.85.214.66]:49209 "EHLO mail-it0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751892AbdJFN3o (ORCPT ); Fri, 6 Oct 2017 09:29:44 -0400 X-Google-Smtp-Source: AOwi7QCdbFPbLIFUuzQ+IIZyRaPdWzutFd+MGBODM2bq7EHN7qvDQlx8z3Z5P7qmj0qHqZvfJYgVLQ== Date: Fri, 6 Oct 2017 06:29:40 -0700 From: Tejun Heo To: Kees Cook Cc: LKML , linux-ide@vger.kernel.org, Thomas Gleixner Subject: Re: [PATCH] ahci: Convert timers to use timer_setup() Message-ID: <20171006132940.GW3301751@devbig577.frc2.facebook.com> References: <20171005005417.GA23922@beast> <20171005142124.GT3301751@devbig577.frc2.facebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 05, 2017 at 04:37:43PM -0700, Kees Cook wrote: > On Thu, Oct 5, 2017 at 7:21 AM, Tejun Heo wrote: > > 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. > > Most of the timer conversions are going via the maintainer trees. Are > you able to take these? If not, I can ask tglx to take them. Yeah, please route through timer. Thanks. -- tejun