Commit 5c7512567244 for kernel

commit 5c75125672443a209a40033f0df5fb823e356452
Merge: 4dad25aa60da 163cc462dea7
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sat Mar 14 09:38:49 2026 -0700

    Merge tag 'char-misc-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc

    Pull char / misc / IIO driver fixes from Greg KH:
     "Here are some char/misc/iio/binder fixes for 7.0-rc4. Nothing major in
      here, just the usual:

       - lots of iio driver fixes for reported issues

       - rust binder fixes for problems found

       - gpib driver binding to the wrong device fix

       - firmware driver fix

      All of these have been in linux-next with no reported issues"

    * tag 'char-misc-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (28 commits)
      gpib: lpvo_usb: fix unintended binding of FTDI 8U232AM devices
      firmware: stratix10-svc: Add Multi SVC clients support
      rust_binder: use lock_vma_under_rcu() in use_page_slow()
      rust_binder: call set_notification_done() without proc lock
      rust_binder: avoid reading the written value in offsets array
      rust_binder: check ownership before using vma
      rust_binder: fix oneway spam detection
      firmware: stratix10-rsu: Fix NULL pointer dereference when RSU is disabled
      iio: imu: adis: Fix NULL pointer dereference in adis_init
      iio: imu: inv_icm45600: fix regulator put warning when probe fails
      iio: buffer: Fix wait_queue not being removed
      iio: gyro: mpu3050-core: fix pm_runtime error handling
      iio: gyro: mpu3050-i2c: fix pm_runtime error handling
      iio: adc: ad7768-1: Fix ERR_PTR dereference in ad7768_fill_scale_tbl
      iio: chemical: sps30_serial: fix buffer size in sps30_serial_read_meas()
      iio: chemical: sps30_i2c: fix buffer size in sps30_i2c_read_meas()
      iio: magnetometer: tlv493d: remove erroneous shift in X-axis data
      iio: proximity: hx9023s: Protect against division by zero in set_samp_freq
      iio: proximity: hx9023s: fix assignment order for __counted_by
      iio: chemical: bme680: Fix measurement wait duration calculation
      ...