Merge tag 'hid-for-linus-2025071501' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Jul 2025 16:20:44 +0000 (09:20 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Jul 2025 16:20:44 +0000 (09:20 -0700)
commite003ef2cb1de41edda508ea1fdb21974f9f18dfb
tree7f0e2c73ad01c7241c209de51a08913087bd589a
parent155a3c003e555a7300d156a5252c004c392ec6b0
parent3a1d22bd85381c4e358fc3340e776c3a3223a1d0
Merge tag 'hid-for-linus-2025071501' of git://git./linux/kernel/git/hid/hid

Pull HID fixes from Benjamin Tissoires:

 - one warning cleanup introduced in the last PR (Andy Shevchenko)

 - a nasty syzbot buffer underflow fix co-debugged with Alan Stern
   (Benjamin Tissoires)

* tag 'hid-for-linus-2025071501' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid:
  selftests/hid: add a test case for the recent syzbot underflow
  HID: core: do not bypass hid_hw_raw_request
  HID: core: ensure __hid_request reserves the report ID as the first byte
  HID: core: ensure the allocated report buffer can contain the reserved report ID
  HID: debug: Remove duplicate entry (BTN_WHEEL)