[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <regsgbllbtki5tyqbk3evkergys42lnuvle4t4t3rtnnogi7ki@ezutqcj2p4bu>
Date: Thu, 15 May 2025 18:15:00 +0200
From: Benjamin Tissoires <bentiss@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Jiri Kosina <jikos@...nel.org>
Subject: [GIT PULL] HID fixes for 6.15
Linus,
please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git tags/hid-for-linus-2025051501
to receive HID subsystem fixes that should land in 6.15 final.
Both Jiri and I have been too busy over this cycle, so the fixes piled
up a bit. However, the last fix can be triggered easily if you unplug a
HID device with LEDs (like a Logitech unifying receiver), thus sending
all of this and not postponing for the next cycle.
=====
- few potential memory leaks in the wacom driver (Qasim Ijaz)
- AMD SFH fixes when there is only one SRA sensor (Mario Limonciello)
- HID-BPF dispatch UAF fix that happens on removal of the Logitech DJ
receiver (Rong Zhang)
- various minor fixes and usual device ID additions
=====
Thanks.
----------------------------------------------------------------
hid-for-linus-2025051501
----------------------------------------------------------------
Aditya Garg (1):
HID: hid-appletb-kbd: Fix wrong date and kernel version in sysfs interface docs
Henry Martin (1):
HID: uclogic: Add NULL check in uclogic_input_configured()
Jiapeng Chong (1):
HID: hid-steam: Remove the unused variable connected
Mario Limonciello (2):
HID: amd_sfh: Fix SRA sensor when it's the only sensor
HID: amd_sfh: Avoid clearing reports for SRA sensor
Milton Barrera (1):
HID: quirks: Add ADATA XPG alpha wireless mouse support
Peter Hutterer (1):
HID: bpf: fix BTN_STYLUS for the XP Pen ACK05 remote
Qasim Ijaz (4):
HID: thrustmaster: fix memory leak in thrustmaster_interrupts()
HID: wacom: handle kzalloc() allocation failure in wacom_wac_queue_flush()
HID: wacom: fix memory leak on size mismatch in wacom_wac_queue_flush()
HID: wacom: fix shift OOB in kfifo allocation for zero pktlen
Rong Zhang (1):
HID: bpf: abort dispatch if device destroyed
Documentation/ABI/testing/sysfs-driver-hid-appletb-kbd | 4 ++--
drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c | 12 ++++++++----
drivers/hid/bpf/hid_bpf_dispatch.c | 9 +++++++++
drivers/hid/bpf/progs/XPPen__ACK05.bpf.c | 1 +
drivers/hid/hid-ids.h | 4 ++++
drivers/hid/hid-quirks.c | 2 ++
drivers/hid/hid-steam.c | 2 --
drivers/hid/hid-thrustmaster.c | 1 +
drivers/hid/hid-uclogic-core.c | 7 ++++---
drivers/hid/wacom_sys.c | 11 ++++++++++-
10 files changed, 41 insertions(+), 12 deletions(-)
Powered by blists - more mailing lists