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: <sr343823-4qqr-n176-no80-625rp33sn6qp@xreary.bet>
Date: Thu, 8 Jan 2026 15:57:55 +0100 (CET)
From: Jiri Kosina <jikos@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
cc: linux-kernel@...r.kernel.org, Benjamin Tissoires <bentiss@...nel.org>
Subject: [GIT PULL] HID fixes for 6.19

Linus,

please pull from

  git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git tags/hid-for-linus-2026010801

to receive HID subsystem fixes that should land in 6.19. Namely:

=====
- build fix for HID-BPF (Benjamin Tissoires)
- fix for potential buffer overflow in i2c-hid (Kwok Kin Ming)
- a couple of selftests/hid fixes (Peter Hutterer)
- fix for handling pressure pads in hid-multitouch (Peter Hutterer)
- fix for potential NULL pointer dereference in intel-thc-hid 
  (Even Xu)
- fix for interrupt delay control in intel-thc-hid (Even Xu)
- fix finger release detection on some VTL-class touchpads (DaytonCL)
- fix for correct enumeration on intel-ish-hid systems with 0 sensors 
  (Zhang Lixu)
- assorted device ID additions and device-specific quirks
=====

Thanks!

----------------------------------------------------------------
Arnoud Willemsen (1):
      HID: Elecom: Add support for ELECOM M-XT3DRBK (018C)

Benjamin Tissoires (3):
      HID: usbhid: paper over wrong bNumDescriptor field
      HID: bpf: fix bpf compilation with -fms-extensions
      selftests/hid: fix bpf compilations due to -fms-extensions

Chris Chiu (1):
      HID: quirks: Add another Chicony HP 5MP Cameras to hid_ignore_list

DaytonCL (1):
      HID: multitouch: add MT_QUIRK_STICKY_FINGERS to MT_CLS_VTL

Dennis Marttinen (1):
      HID: logitech: add HID++ support for Logitech MX Anywhere 3S

Even Xu (2):
      HID: Intel-thc-hid: Intel-thc: Fix wrong register reading
      HID: Intel-thc-hid: Intel-thc: Add safety check for reading DMA buffer

Kwok Kin Ming (1):
      HID: i2c-hid: fix potential buffer overflow in i2c_hid_get_report()

Peter Hutterer (4):
      HID: multitouch: set INPUT_PROP_PRESSUREPAD based on Digitizer/Button Type
      selftests/hid: require hidtools 0.12
      selftests/hid: use a enum class for the different button types
      selftests/hid: add a test for the Digitizer/Button Type pressurepad

René Rebe (1):
      HID: quirks: work around VID/PID conflict for appledisplay

Rodrigo Lugathe da Conceição Alves (1):
      HID: Apply quirk HID_QUIRK_ALWAYS_POLL to Edifier QR30 (2d99:a101)

Siarhei Vishniakou (1):
      HID: playstation: Center initial joystick axes to prevent spurious events

Thomas Fourier (1):
      HID: Intel-thc-hid: Intel-thc: fix dma_unmap_sg() nents value

Tim Zimmermann (1):
      hid: intel-thc-hid: Select SGL_ALLOC

Zhang Lixu (2):
      HID: intel-ish-hid: Update ishtp bus match to support device ID table
      HID: intel-ish-hid: Reset enum_devices_done before enumeration

 drivers/hid/bpf/progs/Makefile                     |  6 ++-
 drivers/hid/hid-elecom.c                           | 15 +++++-
 drivers/hid/hid-ids.h                              |  7 ++-
 drivers/hid/hid-logitech-hidpp.c                   |  2 +
 drivers/hid/hid-multitouch.c                       | 13 ++++-
 drivers/hid/hid-playstation.c                      |  5 ++
 drivers/hid/hid-quirks.c                           | 14 ++++-
 drivers/hid/i2c-hid/i2c-hid-core.c                 |  1 +
 drivers/hid/intel-ish-hid/ishtp-hid-client.c       |  1 +
 drivers/hid/intel-ish-hid/ishtp/bus.c              | 12 ++++-
 drivers/hid/intel-thc-hid/Kconfig                  |  1 +
 .../hid/intel-thc-hid/intel-thc/intel-thc-dev.c    |  4 +-
 .../hid/intel-thc-hid/intel-thc/intel-thc-dma.c    |  9 +++-
 .../hid/intel-thc-hid/intel-thc/intel-thc-dma.h    |  2 +
 drivers/hid/usbhid/hid-core.c                      | 17 +++++-
 tools/testing/selftests/hid/Makefile               |  2 +
 tools/testing/selftests/hid/tests/conftest.py      | 14 +++++
 .../testing/selftests/hid/tests/test_multitouch.py | 61 +++++++++++++++++-----
 18 files changed, 160 insertions(+), 26 deletions(-)

-- 
Jiri Kosina
SUSE Labs


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ