From mboxrd@z Thu Jan 1 00:00:00 1970 From: Halil Pasic Subject: [PATCH v2 0/2] virtio/s390: fix some races in virtio-ccw Date: Tue, 25 Sep 2018 14:13:07 +0200 Message-ID: <20180925121309.58524-1-pasic@linux.ibm.com> Cc: Colin Ian King , Christian Borntraeger , stable@vger.kernel.org To: Cornelia Huck , Halil Pasic , linux-s390@vger.kernel.org, virtualization@lists.linux-foundation.org, kvm@vger.kernel.org Return-path: Sender: stable-owner@vger.kernel.org List-Id: kvm.vger.kernel.org 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