* [git pull] Input updates for v7.2-rc6
@ 2026-08-08 5:22 Dmitry Torokhov
2026-08-08 14:51 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Torokhov @ 2026-08-08 5:22 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, linux-input
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git tags/input-for-v7.2-rc6
to receive updates for the input subsystem. You will get:
- Fixes for information leaks and OOB accesses across several drivers,
including evdev, focaltech, edt-ft5x06, iforce, and cs40l50-vibra
- Improvements to the synaptics-rmi4 driver to properly handle F54
worker errors and prevent buffer overflows
- Input validation fixes in the hynitron_cstxxx touchscreen driver to
prevent issues with invalid finger IDs and touch counts
- Fixes for use-after-free and initialization bugs in the byd mouse
and psxpad-spi drivers
- New quirks for the atkbd driver to make keyboard work on HONOR and
Xiaomi laptops
- Support for the ZENAIM LEVERLESS controller in the xpad driver.
Changelog:
---------
Alexandre Hamamdjian (1):
Input: edt-ft5x06 - ignore contacts with an out-of-range slot id
Bryam Vargas (1):
Input: synaptics-rmi4 - bound the F54 report size to the allocated buffer
Dmitry Torokhov (6):
Input: evdev - fix information leak in evdev_pass_values()
Input: synaptics-rmi4 - fix F55 transmitter electrode count typo
Input: synaptics-rmi4 - zero report size on F54 work error
Input: synaptics-rmi4 - block s_input when F54 queue is busy
Input: synaptics-rmi4 - propagate F54 worker errors to V4L2 queue
Input: evdev - sanitize event type index when fetching event masks
Donglin Lyu (1):
Input: atkbd - skip deactivate for HONOR ZQC-P
HyeongJun An (1):
Input: cs40l50-vibra - validate custom data from user space
Jianing Li (1):
Input: hynitron_cstxxx - validate touch count and finger IDs
Kyohei Kadota (1):
Input: xpad - add support for ZENAIM LEVERLESS
Linmao Li (2):
Input: byd - synchronize timer deletion before freeing private data
Input: psxpad-spi - set driver data before use
Pengpeng Hou (1):
Input: iforce - validate input packet lengths
Randy Dunlap (1):
fixp-arith: convert comments to kernel-doc format
Richard Davies (1):
Input: focaltech - fix array out-of-bounds in focaltech_process_rel_packet
Zhefu Zhang (1):
Input: atkbd - skip deactivate for Xiaomi Book Pro 14's internal keyboard
Diffstat:
--------
drivers/input/evdev.c | 27 +++++++++-------
drivers/input/joystick/iforce/iforce-packets.c | 11 ++++++-
drivers/input/joystick/iforce/iforce-usb.c | 3 ++
drivers/input/joystick/psxpad-spi.c | 1 +
drivers/input/joystick/xpad.c | 2 ++
drivers/input/keyboard/atkbd.c | 20 ++++++++++--
drivers/input/misc/cs40l50-vibra.c | 10 ++++--
drivers/input/mouse/byd.c | 2 +-
drivers/input/mouse/focaltech.c | 2 +-
drivers/input/rmi4/rmi_f54.c | 43 +++++++++++++++++++-------
drivers/input/rmi4/rmi_f55.c | 4 +--
drivers/input/touchscreen/edt-ft5x06.c | 2 ++
drivers/input/touchscreen/hynitron_cstxxx.c | 13 ++++++--
include/linux/fixp-arith.h | 4 +--
14 files changed, 108 insertions(+), 36 deletions(-)
Thanks.
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [git pull] Input updates for v7.2-rc6
2026-08-08 5:22 [git pull] Input updates for v7.2-rc6 Dmitry Torokhov
@ 2026-08-08 14:51 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-08-08 14:51 UTC (permalink / raw)
To: Dmitry Torokhov; +Cc: Linus Torvalds, linux-kernel, linux-input
The pull request you sent on Fri, 7 Aug 2026 22:22:21 -0700:
> git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git tags/input-for-v7.2-rc6
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7d8c681eef3e410eb6a846ef1ef777f5781b4878
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-08 14:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-08 5:22 [git pull] Input updates for v7.2-rc6 Dmitry Torokhov
2026-08-08 14:51 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox