From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Carstens Subject: Re: [PULL 0/1] vfio-ccw: bugfix Date: Fri, 10 Nov 2017 19:15:29 +0100 Message-ID: <20171110181529.GA3028@osiris> References: <20171109162120.27453-1-cohuck@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: schwidefsky@de.ibm.com, bjsdjshi@linux.vnet.ibm.com, borntraeger@de.ibm.com, linux-s390@vger.kernel.org, kvm@vger.kernel.org To: Cornelia Huck Return-path: Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:42552 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753114AbdKJSPm (ORCPT ); Fri, 10 Nov 2017 13:15:42 -0500 Received: from pps.filterd (m0098420.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id vAAIFDVW140541 for ; Fri, 10 Nov 2017 13:15:42 -0500 Received: from e06smtp14.uk.ibm.com (e06smtp14.uk.ibm.com [195.75.94.110]) by mx0b-001b2d01.pphosted.com with ESMTP id 2e5ef20mhr-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Fri, 10 Nov 2017 13:15:41 -0500 Received: from localhost by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 10 Nov 2017 18:15:40 -0000 Content-Disposition: inline In-Reply-To: <20171109162120.27453-1-cohuck@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Nov 09, 2017 at 05:21:19PM +0100, Cornelia Huck wrote: > The following changes since commit 978fa72e82e375764e6e31e7a721408c5186918f: > > s390: remove named saved segment support (2017-11-08 09:47:54 +0100) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw.git tags/vfio-ccw-20171109 > > for you to fetch changes up to 408358b50deaf59b07c82a7bff8c7e7cce031fae: > > s390: vfio-ccw: Do not attempt to free no-op, test and tic cda. (2017-11-08 14:39:53 +0100) > > ---------------------------------------------------------------- > A vfio-ccw bugfix: avoid freeing that which should not be freed. > > ---------------------------------------------------------------- > > Jason J. Herne (1): > s390: vfio-ccw: Do not attempt to free no-op, test and tic cda. Pulled into features branch. Thanks!