From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751459AbdJEOUO (ORCPT ); Thu, 5 Oct 2017 10:20:14 -0400 Received: from mail-io0-f193.google.com ([209.85.223.193]:34981 "EHLO mail-io0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751323AbdJEOUM (ORCPT ); Thu, 5 Oct 2017 10:20:12 -0400 X-Google-Smtp-Source: AOwi7QBDzk8kzAKkGo2lwQ01zIWohneih4PM07KhKlnhUMtIARWly8qQeynRJYW8q3rJZNbHLiaUAA== Date: Thu, 5 Oct 2017 07:20:07 -0700 From: Tejun Heo To: Kees Cook Cc: linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org, Thomas Gleixner Subject: Re: [PATCH] libata: Convert timers to use timer_setup() Message-ID: <20171005142007.GS3301751@devbig577.frc2.facebook.com> References: <20171005004842.GA23011@beast> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171005004842.GA23011@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:48:42PM -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: 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 this with other timer changes. Thanks. -- tejun