summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorPatrick Oppenlander <patrick.oppenlander@gmail.com>2025-10-22 06:28:17 +0300
committerMathieu Poirier <mathieu.poirier@linaro.org>2025-12-15 04:35:02 +0300
commitc38d8b66c82c585199e2ad67282295f21cfa489f (patch)
treef58a3fd96e939ec52871ed4b7c70be9995232f27 /include/linux
parent8f0b4cce4481fb22653697cced8d0d04027cb1e8 (diff)
downloadlinux-c38d8b66c82c585199e2ad67282295f21cfa489f.tar.xz
rpmsg: virtio: EPOLLOUT support
Previously, polling an rpmsg endpoint (e.g. /dev/ttyRPMSGx) would generate EPOLLIN events but no EPOLLOUT events. Unfortunately, poll support means that we can no longer disable tx-complete interrupts as there is no way to know whether a poller is waiting in sendq, so we always need notifications. Signed-off-by: Patrick Oppenlander <patrick.oppenlander@gmail.com> Link: https://lore.kernel.org/r/20251022032817.320378-1-patrick.oppenlander@gmail.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions