All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org
Subject: [git pull] Input updates for v7.2-rc6
Date: Fri, 7 Aug 2026 22:22:21 -0700	[thread overview]
Message-ID: <ana9BNQ9VsV9CisL@google.com> (raw)

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

             reply	other threads:[~2026-08-08  5:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-08  5:22 Dmitry Torokhov [this message]
2026-08-08 14:51 ` [git pull] Input updates for v7.2-rc6 pr-tracker-bot

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=ana9BNQ9VsV9CisL@google.com \
    --to=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.