Commit 09b2124a472d for kernel

commit 09b2124a472d93e74f5c4430ae15d1f9e364e81d
Merge: 516e2cb01086 6e8c279f93db
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sun Jul 26 10:47:58 2026 -0700

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

    Pull char/misc driver fixes from Greg KH:
     "Here are a number of small char/misc/etc driver fixes for 7.2-rc5 that
      resolve a bunch of different reported issues. Included in here are:

       - rust_binder error message reporting fix

       - stratix10-svc firmware driver fixes

       - mei driver fix

       - intel_th hardware tracing driver fix

       - comedi driver fix

       - uio_hv_generic driver fix

       - ntsync selftest fix

       - nsm misc driver fix

       - some MAINTAINER file updates

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

    * tag 'char-misc-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
      MAINTAINERS: Update wine-devel list address
      rust_binder: only print failure if error has source
      intel_th: fix MSC output device reference leak
      misc: nsm: pin the module while the device is open
      mei: bus: access mei_device under device_lock on cleanup
      misc: nsm: only unlock nsm_dev on post-lock error paths
      selftests: ntsync: correct CONFIG_NTSYNC name
      comedi: comedi_parport: deal with premature interrupt
      uio_hv_generic: Bind to FCopy device by default
      MAINTAINERS: Add Greg Kroah-Hartman to GPIB
      firmware: stratix10-svc: fix teardown order in remove to prevent race
      firmware: stratix10-svc: handle NO_RESPONSE in async poll
      firmware: stratix10-svc: fix FCS SMC call kernel-doc
      firmware: stratix10-svc: fix memory leaks and list corruption bugs