From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933154AbdJQAYu (ORCPT ); Mon, 16 Oct 2017 20:24:50 -0400 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:47326 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754600AbdJQAYr (ORCPT ); Mon, 16 Oct 2017 20:24:47 -0400 From: "Rafael J. Wysocki" To: Kees Cook Cc: "Rafael J. Wysocki" , Pavel Machek , Len Brown , Greg Kroah-Hartman , Linux PM list , LKML Subject: Re: [PATCH] PM: Convert timers to use timer_setup() Date: Tue, 17 Oct 2017 02:15:11 +0200 Message-ID: <58030006.IsIpgYu0sU@aspire.rjw.lan> In-Reply-To: References: <20171016232055.GA100369@beast> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday, October 17, 2017 2:19:48 AM CEST Kees Cook wrote: > On Mon, Oct 16, 2017 at 4:53 PM, Rafael J. Wysocki > wrote: > > On 10/17/2017 1:20 AM, 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. Removes test of .data field, since > >> that will be going away. > >> > >> Cc: "Rafael J. Wysocki" > >> Cc: Pavel Machek > >> Cc: Len Brown > >> Cc: Greg Kroah-Hartman > >> Cc: linux-pm@vger.kernel.org > >> Signed-off-by: Kees Cook > > > > > > Acked-by: Rafael J. Wysocki > > Do you want this to be carried in the timers tree, or can you pick it up? I can pick it up, but only for 4.15. Thanks, Rafael