Commit 656a95c4a0fa for kernel

commit 656a95c4a0faf9ebb8e15e7e38ade41164018c99
Merge: bf0e022821fa 3051cd060fa4
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sat May 9 08:10:07 2026 -0700

    Merge tag 'i2c-for-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux

    Pull i2c fixes from Wolfram Sang:

     - sanitize more input parameters in the core (found by syzkaller)

     - usual set of driver fixes (proper completion handling, applying
       quirks, correct workqueue selection...)

     - ID additions to simplify dependency handling

     - new email address for Peter Rosin

    * tag 'i2c-for-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
      i2c: smbus: reject oversized block transfers in the common path
      MAINTAINERS: Update mail for Peter Rosin
      i2c: stub: Reject I2C block transfers with invalid length
      i2c: Compare the return value of gpiod_get_direction against GPIO_LINE_DIRECTION_OUT
      i2c: dev: prevent integer overflow in I2C_TIMEOUT ioctl
      i2c: acpi: Add ELAN0678 to i2c_acpi_force_100khz_device_ids
      dt-bindings: i2c: apple,i2c: Add t8122 compatible
      i2c: stm32f7: reinit_completion() per transfer not per msg
      dt-bindings: i2c: amlogic: Add compatible for T7 SOC
      i2c: testunit: Replace system_long_wq with system_dfl_long_wq