[GIT PULL] rpmsg updates for v7.0

From: Bjorn Andersson

Date: Sat Feb 14 2026 - 13:31:38 EST



The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:

Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rpmsg-v7.0

for you to fetch changes up to 42023d4b6d2661a40ee2dcf7e1a3528a35c638ca:

rpmsg: core: fix race in driver_override_show() and use core helper (2025-12-14 18:37:49 -0700)

----------------------------------------------------------------
rpmsg updates for v7.0

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.

----------------------------------------------------------------
Gui-Dong Han (1):
rpmsg: core: fix race in driver_override_show() and use core helper

Patrick Oppenlander (1):
rpmsg: virtio: EPOLLOUT support

drivers/rpmsg/rpmsg_core.c | 66 +++++++++++--------------
drivers/rpmsg/virtio_rpmsg_bus.c | 101 +++++++++++++--------------------------
2 files changed, 59 insertions(+), 108 deletions(-)