Commit 70eda68668d1 for kernel

commit 70eda68668d1476b459b64e69b8f36659fa9dfa8
Merge: 48f76a127132 64ffa2e5e02f
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Thu May 14 14:30:01 2026 -0700

    Merge tag 'hid-for-linus-2026051401' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid

    Pull HID fixes from Jiri Kosina:

     - fixes for a few OOB/UAF in several HID drivers (Florian Pradines, Lee
       Jones, Michael Zaidman, Rosalie Wanders, Sangyun Kim and Tomasz
       PakuĊ‚a)

     - more general sanitation of input data, dealing with potentially
       malicious hardware in hid-core (Benjamin Tissoires)

     - a few device-specific quirks and fixups

    * tag 'hid-for-linus-2026051401' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid: (22 commits)
      HID: logitech-hidpp: Add support for newer Bluetooth keyboards
      HID: pidff: Fix integer overflow in pidff_rescale
      HID: i2c-hid: add reset quirk for BLTP7853 touchpad
      HID: core: introduce hid_safe_input_report()
      HID: pass the buffer size to hid_report_raw_event
      HID: google: hammer: stop hardware on devres action failure
      HID: appletb-kbd: run inactivity autodim from workqueues
      HID: appletb-kbd: fix UAF in inactivity-timer cleanup path
      HID: playstation: Clamp num_touch_reports
      HID: magicmouse: Prevent out-of-bounds (OOB) read during DOUBLE_REPORT_ID
      HID: mcp2221: fix OOB write in mcp2221_raw_event()
      HID: quirks: really enable the intended work around for appledisplay
      HID: hid-sjoy: race between init and usage
      HID: uclogic: Fix regression of input name assignment
      HID: intel-thc-hid: Intel-quickspi: Fix some error codes
      HID: hid-lenovo-go-s: restore OS_TYPE after resume from s2idle
      HID: elan: Add support for ELAN SB974D touchpad
      HID: sony: add missing size validation for Rock Band 3 Pro instruments
      HID: sony: add missing size validation for SMK-Link remotes
      HID: sony: remove unneeded WARN_ON() in sony_leds_init()
      ...