From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cornelia Huck Subject: Re: [PATCH] KVM: s390: virtio-ccw bugfix. Date: Thu, 4 Apr 2013 10:35:54 +0200 Message-ID: <20130404103554.03b81d3c@gondolin> References: <1365063906-61392-1-git-send-email-cornelia.huck@de.ibm.com> <20130404082739.GA17009@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , Christian Borntraeger , Carsten Otte , Alexander Graf , Heiko Carstens , Martin Schwidefsky , KVM , linux-s390 To: Gleb Natapov Return-path: Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:34182 "EHLO e06smtp16.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1763982Ab3DDIgB (ORCPT ); Thu, 4 Apr 2013 04:36:01 -0400 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 4 Apr 2013 09:32:50 +0100 In-Reply-To: <20130404082739.GA17009@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, 4 Apr 2013 11:27:39 +0300 Gleb Natapov wrote: > On Thu, Apr 04, 2013 at 10:25:05AM +0200, Cornelia Huck wrote: > > Hi, > > > > another virtio-ccw bugfix for a problem where we would not reset > > old I/O errors. Please apply. > > > > Cornelia Huck (1): > > KVM: s390: virtio_ccw: reset errors for new I/O. > > > > drivers/s390/kvm/virtio_ccw.c | 5 ++++- > > 1 file changed, 4 insertions(+), 1 deletion(-) > > > Is this for 3.9 or 3.10? I created the patch on top of kvm/queue (the problem won't surface with the current code, I only noticed it when I was mucking around with some experimental stuff).