All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] virtio/s390: fix some races in virtio-ccw
@ 2018-09-25 12:13 Halil Pasic
  2018-09-25 12:13 ` [PATCH v2 1/2] virtio/s390: avoid race on vcdev->config Halil Pasic
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Halil Pasic @ 2018-09-25 12:13 UTC (permalink / raw)
  To: Cornelia Huck, Halil Pasic, linux-s390, virtualization, kvm
  Cc: Colin Ian King, Christian Borntraeger, stable

The trigger for the series is this bug report:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788432

Changelog:
v1 -> v2:
* improve on commit messages, add cc:stable 
RFC -> v1:
* do mutual exclusion on a per device basis in ccw_io_helper() 

Halil Pasic (2):
  virtio/s390: avoid race on vcdev->config
  virtio/s390: fix race in ccw_io_helper()

 drivers/s390/virtio/virtio_ccw.c | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

-- 
2.16.4

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-09-25 15:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-25 12:13 [PATCH v2 0/2] virtio/s390: fix some races in virtio-ccw Halil Pasic
2018-09-25 12:13 ` [PATCH v2 1/2] virtio/s390: avoid race on vcdev->config Halil Pasic
2018-09-25 12:13 ` [PATCH v2 2/2] virtio/s390: fix race in ccw_io_helper() Halil Pasic
2018-09-25 15:09 ` [PATCH v2 0/2] virtio/s390: fix some races in virtio-ccw Cornelia Huck
2018-09-25 15:09 ` Cornelia Huck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.