From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755172AbdJIQZs (ORCPT ); Mon, 9 Oct 2017 12:25:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58228 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754365AbdJIQZq (ORCPT ); Mon, 9 Oct 2017 12:25:46 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com AB2F54ACA5 Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=dledford@redhat.com Message-ID: <1507566343.46071.38.camel@redhat.com> Subject: Re: [PATCH] IB/ipoib: Convert timers to use timer_setup() From: Doug Ledford To: Kees Cook , linux-kernel@vger.kernel.org Cc: Sean Hefty , Hal Rosenstock , Leon Romanovsky , Alex Vesker , Erez Shitrit , Ira Weiny , Dasaratharaman Chandramouli , Zhu Yanjun , "kernel@kyup.com" , Paolo Abeni , Niranjana Vishwanathapura , Feras Daoud , Alex Estrin , Shamir Rabinovitch , linux-rdma@vger.kernel.org, Yuval Shaia , Thomas Gleixner Date: Mon, 09 Oct 2017 12:25:43 -0400 In-Reply-To: <20171005004554.GA22669@beast> References: <20171005004554.GA22669@beast> Organization: Red Hat, Inc. Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Mon, 09 Oct 2017 16:25:46 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2017-10-04 at 17:45 -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: Doug Ledford > Cc: Sean Hefty > Cc: Hal Rosenstock > Cc: Leon Romanovsky > Cc: Alex Vesker > Cc: Erez Shitrit > Cc: Zhu Yanjun > Cc: Dasaratharaman Chandramouli m> > Cc: Paolo Abeni > Cc: Ira Weiny > Cc: Yuval Shaia > Cc: linux-rdma@vger.kernel.org > Cc: Thomas Gleixner > Signed-off-by: Kees Cook > --- > This requires commit 686fef928bba ("timer: Prepare to change timer > callback argument type") in v4.14-rc3, but should be otherwise > stand-alone. Thanks, applied. -- Doug Ledford GPG KeyID: B826A3330E572FDD Key fingerprint = AE6B 1BDA 122B 23B4 265B 1274 B826 A333 0E57 2FDD