lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <lxy277le4ku73e5xf4yawoviapa5ii3msto7wjgzl3o5fmwnrr@3bcntrq7tk4i>
Date: Sun, 21 Dec 2025 00:40:36 -0800
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-input@...r.kernel.org
Subject: [git pull] Input updates for v6.19-rc1

Hi Linus,

Please pull from:

	git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git tags/input-for-v6.19-rc1

to receive updates for the input subsystem. You will get:

- a quirk for i8042 to better handle another TUXEDO model

- a quirk to atkbd to handle incorcet behavior of HONOR FMB-P internal
  keyboard

- a definition for a new ABS_SND_PROFILE event

- fixes to alps and lkkbd drivers to reliably shut down pending work on
  removal

- a fix to apple_z2 driver tightening input report parsing

- a fix for "off-by-one" error when validating config in ti_am335x_tsc
  driver

- addition of CRKD Guitars device IDs to xpad driver.

Changelog:
---------

Christoffer Sandberg (1):
      Input: i8042 - add TUXEDO InfinityBook Max Gen10 AMD to i8042 quirk table

Cryolitia PukNgae (1):
      Input: atkbd - skip deactivate for HONOR FMB-P's internal keyboard

Duoming Zhou (1):
      Input: alps - fix use-after-free bugs caused by dev3_register_work

Gergo Koteles (1):
      Input: add ABS_SND_PROFILE

Junjie Cao (1):
      Input: ti_am335x_tsc - fix off-by-one error in wire_order validation

Minseong Kim (1):
      Input: lkkbd - disable pending work before freeing device

Sanjay Govind (1):
      Input: xpad - add support for CRKD Guitars

Sasha Finkelstein (1):
      Input: apple_z2 - fix reading incorrect reports after exiting sleep

Diffstat:
--------

 Documentation/input/event-codes.rst       | 6 ++++++
 drivers/hid/hid-debug.c                   | 1 +
 drivers/input/joystick/xpad.c             | 5 +++++
 drivers/input/keyboard/atkbd.c            | 7 +++++++
 drivers/input/keyboard/lkkbd.c            | 5 ++++-
 drivers/input/mouse/alps.c                | 1 +
 drivers/input/serio/i8042-acpipnpio.h     | 7 +++++++
 drivers/input/touchscreen/apple_z2.c      | 4 ++++
 drivers/input/touchscreen/ti_am335x_tsc.c | 2 +-
 include/uapi/linux/input-event-codes.h    | 9 +++++++++
 10 files changed, 45 insertions(+), 2 deletions(-)

Thanks.

-- 
Dmitry

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ