]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'rpmsg-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 14 Feb 2026 19:20:26 +0000 (11:20 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 14 Feb 2026 19:20:26 +0000 (11:20 -0800)
commit986d555afd50452909b2fb52c00554419832eac2
tree849361138b6a6c1f494d10fb47c27f6193f14248
parent2bfc50c6e6e67b08770c6ef46660c3ee9c6a1519
parent42023d4b6d2661a40ee2dcf7e1a3528a35c638ca
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