Commit 1791c390149f for kernel

commit 1791c390149f56313c425e8add1fd15baf40afb8
Merge: 7a60c79bd054 f387e2e2b9d3
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sun Apr 5 10:09:33 2026 -0700

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

    Pull char/misc/iio driver fixes from Greg KH:
     "Here are a relativly large number of small char/misc/iio and other
      driver fixes for 7.0-rc7. There's a bunch, but overall they are all
      small fixes for issues that people have been having that I finally
      caught up with getting merged due to delays on my end.

      The "largest" change overall is just some documentation updates to the
      security-bugs.rst file to hopefully tell the AI tools (and any users
      that actually read the documentation), how to send us better security
      bug reports as the quantity of reports these past few weeks has
      increased dramatically due to tools getting better at "finding"
      things.

      Included in here are:
       - lots of small IIO driver fixes for issues reported in 7.0-rc
       - gpib driver fixes
       - comedi driver fixes
       - interconnect driver fix
       - nvmem driver fixes
       - mei driver fix
       - counter driver fix
       - binder rust driver fixes
       - some other small misc driver fixes

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

    * tag 'char-misc-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (63 commits)
      Documentation: fix two typos in latest update to the security report howto
      Documentation: clarify the mandatory and desirable info for security reports
      Documentation: explain how to find maintainers addresses for security reports
      Documentation: minor updates to the security contacts
      .get_maintainer.ignore: add myself
      nvmem: zynqmp_nvmem: Fix buffer size in DMA and memcpy
      nvmem: imx: assign nvmem_cell_info::raw_len
      misc: fastrpc: check qcom_scm_assign_mem() return in rpmsg_probe
      misc: fastrpc: possible double-free of cctx->remote_heap
      comedi: dt2815: add hardware detection to prevent crash
      comedi: runflags cannot determine whether to reclaim chanlist
      comedi: Reinit dev->spinlock between attachments to low-level drivers
      comedi: me_daq: Fix potential overrun of firmware buffer
      comedi: me4000: Fix potential overrun of firmware buffer
      comedi: ni_atmio16d: Fix invalid clean-up after failed attach
      gpib: fix use-after-free in IO ioctl handlers
      gpib: lpvo_usb: fix memory leak on disconnect
      gpib: Fix fluke driver s390 compile issue
      lis3lv02d: Omit IRQF_ONESHOT if no threaded handler is provided
      lis3lv02d: fix kernel-doc warnings
      ...