From: "Pali Rohár" <pali.rohar@gmail.com>
To: Kees Cook <keescook@chromium.org>
Cc: linux-kernel@vger.kernel.org,
Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Ben Gamari <ben@smart-cactus.org>,
Paul Donohue <linux-kernel@paulsd.com>,
Masaki Ota <masaki.ota@jp.alps.com>,
linux-input@vger.kernel.org, Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [PATCH] Input: Convert timers to use timer_setup()
Date: Fri, 6 Oct 2017 18:03:03 +0200 [thread overview]
Message-ID: <201710061803.03551@pali> (raw)
In-Reply-To: <20171005005329.GA23768@beast>
[-- Attachment #1: Type: Text/Plain, Size: 1129 bytes --]
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.
>
> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> Cc: "Pali Rohár" <pali.rohar@gmail.com>
> Cc: Ben Gamari <ben@smart-cactus.org>
> Cc: Paul Donohue <linux-kernel@PaulSD.com>
> Cc: Masaki Ota <masaki.ota@jp.alps.com>
> Cc: linux-input@vger.kernel.org
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Signed-off-by: Kees Cook <keescook@chromium.org>
> ---
> 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ár <pali.rohar@gmail.com>
--
Pali Rohár
pali.rohar@gmail.com
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
next prev parent reply other threads:[~2017-10-06 16:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-05 0:53 [PATCH] Input: Convert timers to use timer_setup() Kees Cook
2017-10-06 16:03 ` Pali Rohár [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-10-16 23:15 Kees Cook
2017-10-05 0:53 [PATCH] input: " Kees Cook
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201710061803.03551@pali \
--to=pali.rohar@gmail.com \
--cc=ben@smart-cactus.org \
--cc=dmitry.torokhov@gmail.com \
--cc=keescook@chromium.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@paulsd.com \
--cc=linux-kernel@vger.kernel.org \
--cc=masaki.ota@jp.alps.com \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).