From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753436AbdJHNXz (ORCPT ); Sun, 8 Oct 2017 09:23:55 -0400 Received: from mail.kernel.org ([198.145.29.99]:37350 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751179AbdJHNXx (ORCPT ); Sun, 8 Oct 2017 09:23:53 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D010A21921 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=leon@kernel.org Date: Sun, 8 Oct 2017 16:23:50 +0300 From: Leon Romanovsky To: Kees Cook Cc: linux-kernel@vger.kernel.org, Doug Ledford , Sean Hefty , Hal Rosenstock , 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 Subject: Re: [PATCH] IB/ipoib: Convert timers to use timer_setup() Message-ID: <20171008132350.GA25829@mtr-leonro.local> References: <20171005004554.GA22669@beast> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="J2zf2tx9IpuxnXhG" Content-Disposition: inline In-Reply-To: <20171005004554.GA22669@beast> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --J2zf2tx9IpuxnXhG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Oct 04, 2017 at 05:45:54PM -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 > 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. > --- > drivers/infiniband/ulp/ipoib/ipoib.h | 2 +- > drivers/infiniband/ulp/ipoib/ipoib_ib.c | 6 ++++-- > drivers/infiniband/ulp/ipoib/ipoib_main.c | 3 +-- > 3 files changed, 6 insertions(+), 5 deletions(-) > Thanks, Reviewed-by: Leon Romanovsky --J2zf2tx9IpuxnXhG Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEkhr/r4Op1/04yqaB5GN7iDZyWKcFAlnaJuYACgkQ5GN7iDZy WKc7+Q/+P1gGIWVf8edBa9oYLdT3mzJrxMz60GO//+Nr7a7QgEBMvJPQeT2xDv0t BcOCsvogX5CkEyjiy5RKqktxEy5yC6za8ryAjXES0kC9b5QfITSrGOZiNGYNZrzV vs0jRfPzDh7Dd92wQUcGD3M5kZlbK/DQS9+p+mpDHViOeeYjcssSBjdPVDsn3sXv 0YkcMfkaRKB2UH9iPwzm3Goy1+UYrIkiaLXJmUomVqoAM1yZSMtFfxockVVD69Xy v2xl462X9wX6+CYL7/EGCSKJ2v2xbTo64DP6bKD8g15ymWO7hCGIYjaqw9GtD8Oi 7ggQ26cs5C/IH4U6s5fH8VshQbvd1ghs8dlmKwPDSZ0NqqWBz0F4tOgbemontNES p9pzW+q0s13jtuGVYm/kCR4Gb/PsA2gz54RW9y4gHHhzppaEQKZtet/5fgOGB4Wv lb+UzqENeQq8KdBJoNfGuWbmVoaqWJnt0U58NifAPEYOdk4fV46MWiTUnG1dyIQp 8HFVm7bnanpubQppXgNNraPZXkD08RJ9VkDOyN5OGqY0S6T/tSEtByt9HcqpxYyj zJFdNUF7NU50CTu+75a5N4y6TldPxdLuF/8Dv6LSrDpKhflp1FEWZwsJi0q2n9hM RbvIAd5HPhmCSwX6+wTMwA1SKvM9zrlL8A0wCW4ocBVm0dsmAFk= =D9Wn -----END PGP SIGNATURE----- --J2zf2tx9IpuxnXhG--