From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cornelia Huck Subject: Re: [PATCH v2 0/2] virtio/s390: fix some races in virtio-ccw Date: Tue, 25 Sep 2018 17:09:07 +0200 Message-ID: <20180925170907.60750f58.cohuck@redhat.com> References: <20180925121309.58524-1-pasic@linux.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: linux-s390@vger.kernel.org, virtualization@lists.linux-foundation.org, kvm@vger.kernel.org, Colin Ian King , Christian Borntraeger , stable@vger.kernel.org To: Halil Pasic Return-path: In-Reply-To: <20180925121309.58524-1-pasic@linux.ibm.com> Sender: stable-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Tue, 25 Sep 2018 14:13:07 +0200 Halil Pasic wrote: > 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(-) > Thanks, queued.