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>] [thread-next>] [day] [month] [year] [list]
Message-ID: <rl7tuutaftwo35bvpsdwkd2fg223yzxef6wj4ufwdz3eu2pjaf@ky6ht3qo6g6o>
Date: Thu, 3 Jul 2025 22:31:36 -0700
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.16-rc4

Hi Linus,

Please pull from:

	git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git tags/input-for-v6.16-rc4

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

- support for Acer NGR 200 Controller added to xpad driver

- xpad driver will no longer log errors about URBs at sudden disconnect

- a fix for potential NULL dereference in cs40l50-vibra driver

- several drivers have been switched to using scnprintf() to suppress
  warnings about potential output truncation

Changelog:
---------

Andy Shevchenko (1):
      Input: alps - use scnprintf() to suppress truncation warning

Chen-Yu Tsai (1):
      dt-bindings: HID: i2c-hid: elan: Introduce Elan eKTH8D18

Dmitry Torokhov (4):
      Input: atkbd - switch to use scnprintf() to suppress truncation warning
      Input: alps - switch to use scnprintf() to suppress truncation warning
      Input: lifebook - switch to use scnprintf() to suppress truncation warning
      Input: psmouse - switch to use scnprintf() to suppress truncation warning

Jeff LaBundy (2):
      Input: iqs626a - replace snprintf() with scnprintf()
      Input: iqs7222 - explicitly define number of external channels

Krzysztof Kozlowski (1):
      Input: Fully open-code compatible for grepping

Mario Limonciello (2):
      Input: xpad - adjust error handling for disconnect
      Input: xpad - return errors from xpad_try_sending_next_out_packet() up

Markus Koch (1):
      Input: fsia6b - suppress buffer truncation warning for phys

Nilton Perim Neto (1):
      Input: xpad - support Acer NGR 200 Controller

Sven Peter (1):
      Input: apple_z2 - drop default ARCH_APPLE in Kconfig

Yunshui Jiang (1):
      Input: cs40l50-vibra - fix potential NULL dereference in cs40l50_upload_owt()

Diffstat:
--------

 Documentation/devicetree/bindings/input/elan,ekth6915.yaml | 12 +++++++-----
 drivers/input/joystick/fsia6b.c                            |  2 +-
 drivers/input/joystick/xpad.c                              | 11 +++++++----
 drivers/input/keyboard/atkbd.c                             |  4 ++--
 drivers/input/misc/cs40l50-vibra.c                         |  2 ++
 drivers/input/misc/gpio-beeper.c                           |  2 +-
 drivers/input/misc/iqs626a.c                               |  2 +-
 drivers/input/misc/iqs7222.c                               |  7 +++++--
 drivers/input/mouse/alps.c                                 | 10 +++++-----
 drivers/input/mouse/lifebook.c                             |  4 ++--
 drivers/input/mouse/psmouse-base.c                         |  2 +-
 drivers/input/touchscreen/Kconfig                          |  1 -
 drivers/input/touchscreen/melfas_mip4.c                    |  2 +-
 13 files changed, 35 insertions(+), 26 deletions(-)

Thanks.


-- 
Dmitry

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ