From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752379AbdJFQDJ (ORCPT ); Fri, 6 Oct 2017 12:03:09 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:47676 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751659AbdJFQDH (ORCPT ); Fri, 6 Oct 2017 12:03:07 -0400 X-Google-Smtp-Source: AOwi7QBFOYP427B/vPKkT4arUaZA6GExIzbXNi9UsLaFm7FwCYRn5swkT/83Mm9P5aK8Xzk6zYsUIA== From: Pali =?utf-8?q?Roh=C3=A1r?= To: Kees Cook Subject: Re: [PATCH] Input: Convert timers to use timer_setup() Date: Fri, 6 Oct 2017 18:03:03 +0200 User-Agent: KMail/1.13.7 (Linux/3.13.0-117-generic; KDE/4.14.2; x86_64; ; ) Cc: linux-kernel@vger.kernel.org, Dmitry Torokhov , Ben Gamari , Paul Donohue , Masaki Ota , linux-input@vger.kernel.org, Thomas Gleixner References: <20171005005329.GA23768@beast> In-Reply-To: <20171005005329.GA23768@beast> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2046169.ZYX7lzC1IZ"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201710061803.03551@pali> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --nextPart2046169.ZYX7lzC1IZ Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Thursday 05 October 2017 02:53:29 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 input device in byd driver. >=20 > Cc: Dmitry Torokhov > Cc: "Pali Roh=C3=A1r" > Cc: Ben Gamari > Cc: Paul Donohue > Cc: Masaki Ota > Cc: linux-input@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/input/ff-memless.c | 8 ++++---- > drivers/input/mouse/alps.c | 8 ++++---- > drivers/input/mouse/byd.c | 10 ++++++---- > 3 files changed, 14 insertions(+), 12 deletions(-) Looks good, Acked-by: Pali Roh=C3=A1r =2D-=20 Pali Roh=C3=A1r pali.rohar@gmail.com --nextPart2046169.ZYX7lzC1IZ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAlnXqTcACgkQi/DJPQPkQ1Jn6QCfb02YGLTtLzX+ESW4PdG1ZIlx KF4AoJvy+7WlVbcurqtqKHBZBDjnEvLr =lvIc -----END PGP SIGNATURE----- --nextPart2046169.ZYX7lzC1IZ--