Commit 986d555afd50 for kernel

commit 986d555afd50452909b2fb52c00554419832eac2
Merge: 2bfc50c6e6e6 42023d4b6d26
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sat Feb 14 11:20:26 2026 -0800

    Merge tag 'rpmsg-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux

    Pull rpmsg updates from Bjorn Andersson:

     - Fix a race in rpmsg driver_override_show() and use the existing
       helper to implement the store()

     - Implement support for EPOLLOUT in the virtio rpmsg driver

    * tag 'rpmsg-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux:
      rpmsg: core: fix race in driver_override_show() and use core helper
      rpmsg: virtio: EPOLLOUT support