[PATCH v2 0/3] virtio reset/device removal fixes

Michael S. Tsirkin posted 3 patches 4 years, 5 months ago
drivers/char/virtio_console.c |  7 +++++++
drivers/virtio/virtio.c       | 16 ++++++++++++++++
drivers/virtio/virtio_mem.c   |  2 ++
3 files changed, 25 insertions(+)
[PATCH v2 0/3] virtio reset/device removal fixes
Posted by Michael S. Tsirkin 4 years, 5 months ago
This fixes an issue found by stress-testing device removal
of virtio console, as well as a similar issue found by
code review in virtio mem.

Changes from v1:
- added documentation
- added virtio mem changes
- missing new line in virtio console change
v1 Link: https://lore.kernel.org/r/20211005070354.265164-1-mst@redhat.com

Michael S. Tsirkin (3):
  virtio: document virtio_reset_device
  virtio_console: break out of buf poll on remove
  virtio_mem: break device on remove

 drivers/char/virtio_console.c |  7 +++++++
 drivers/virtio/virtio.c       | 16 ++++++++++++++++
 drivers/virtio/virtio_mem.c   |  2 ++
 3 files changed, 25 insertions(+)

-- 
MST