Commit 25447851777a for kernel

commit 25447851777a53bd4b501e7f2cb418332ad584cc
Merge: 1246c246d9f6 05d5d79440c2
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sat May 30 08:30:12 2026 -0700

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

    Pull char/misc/iio fixes from Greg KH:
     "Here are some small char/misc/iio driver fixes for 7.1-rc6. Included
      in here are:

       - lots of small IIO driver fixes for reported problems.

       - Android binder bugfixes for reported issues.

       - small comedi test driver fixes

       - counter driver fix

       - parport driver fix (people still use this?)

       - rpi driver fix

       - uio driver fix

      All of these have been in linux-next for over a week with no reported
      problems"

    * tag 'char-misc-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (41 commits)
      Revert "gpib: cb7210: Fix region leak when request_irq fails"
      misc: rp1: Send IACK on IRQ activate to fix kdump/kexec
      gpib: cb7210: Fix region leak when request_irq fails
      parport: Fix race between port and client registration
      uio: uio_pci_generic_sva: fix double free of devm_kzalloc() memory
      rust_binder: Avoid holding lock when dropping delivered_death
      rust_binder: avoid calling pending_oneway_finished() on TF_UPDATE_TXN
      comedi: comedi_test: fix check for valid scan_begin_src in waveform_ai_cmdtest()
      comedi: comedi_test: Fix limiting of convert_arg in waveform_ai_cmdtest()
      iio: adc: viperboard: Fix error handling in vprbrd_iio_read_raw
      iio: gyro: itg3200: fix i2c read into the wrong stack location
      iio: dac: ad5686: fix powerdown control on dual-channel devices
      iio: dac: ad5686: acquire lock when doing powerdown control
      iio: temperature: tsys01: fix broken PROM checksum validation
      iio: dac: ad3530r: Fix AD3531/AD3531R powerdown mode strings
      iio: buffer: hw-consumer: fix use-after-free in error path
      iio: dac: ad5686: fix input raw value check
      iio: dac: ad5686: fix ref bit initialization for single-channel parts
      iio: ssp_sensors: cancel delayed work_refresh on remove
      iio: adc: meson-saradc: fix calibration buffer leak on error
      ...