From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751613AbdJEOVa (ORCPT ); Thu, 5 Oct 2017 10:21:30 -0400 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 X-Google-Smtp-Source: AOwi7QDyMP/fqUsvxS5MeeVqso2j+IO4AZE4cDhq/l2C7hXDNgDDRYJ9BsvWYTpqZ24hzWkLxXyp6A== Date: Thu, 5 Oct 2017 07:21:24 -0700 From: Tejun Heo To: Kees Cook Cc: linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org, Thomas Gleixner Subject: Re: [PATCH] ahci: Convert timers to use timer_setup() Message-ID: <20171005142124.GT3301751@devbig577.frc2.facebook.com> References: <20171005005417.GA23922@beast> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171005005417.GA23922@beast> 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 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