From: Jeffin Philip <jeffinphilip14@gmail.com>
To: dmitry.torokhov@gmail.com
Cc: jeffinphilip14@gmail.com, linux-input@vger.kernel.org,
linux-kernel@vger.kernel.org,
syzbot+1e2ef9bcb29af666b2e6@syzkaller.appspotmail.com
Subject: Re: [PATCH v4] Input: atkbd - fix uaf in atkbd_set_repeat_rate
Date: Sun, 30 Aug 2026 13:44:15 +0530 [thread overview]
Message-ID: <20260830081415.15187-1-jeffinphilip14@gmail.com> (raw)
In-Reply-To: <apMJ1qoPOffbB0t-@google.com>
On Sat, 29 Aug 2026 09:34:48 -0700, Dmitry Torokhov wrote:
>Actually I think I was wrong and Sashiko was right. I will probably pick
>your v3 but I do not like that we do not clean up/reset LEDs properly
>on disconnect.
Would cleaning up leds cause any weird issues on reconnect? We could reset
LEDs though. Compiled only, but this?
diff --git a/drivers/input/keyboard/atkbd.c b/drivers/input/keyboard/atkbd.c
index 41a0d55dae0e..3d0e58be5ba2 100644
--- a/drivers/input/keyboard/atkbd.c
+++ b/drivers/input/keyboard/atkbd.c
@@ -963,13 +963,16 @@ static void atkbd_disconnect(struct serio *serio)
atkbd_disable(atkbd);
- input_unregister_device(atkbd->dev);
-
/*
* Prevent work from being rescheduled after atkbd is marked disabled
*/
disable_delayed_work_sync(&atkbd->event_work);
+ if (atkbd->write)
+ atkbd_set_leds(atkbd);
+
+ input_unregister_device(atkbd->dev);
+
serio_close(serio);
serio_set_drvdata(serio, NULL);
kfree(atkbd);
Thanks,
Jeffin.
next prev parent reply other threads:[~2026-08-30 8:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-29 13:59 Jeffin Philip
2026-08-29 16:34 ` Dmitry Torokhov
2026-08-30 8:14 ` Jeffin Philip [this message]
2026-08-30 8:27 ` Jeffin Philip
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=20260830081415.15187-1-jeffinphilip14@gmail.com \
--to=jeffinphilip14@gmail.com \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=syzbot+1e2ef9bcb29af666b2e6@syzkaller.appspotmail.com \
/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
all inboxes | Powered by JetHome®