From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751962AbdJPJhw (ORCPT ); Mon, 16 Oct 2017 05:37:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34176 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751410AbdJPJhu (ORCPT ); Mon, 16 Oct 2017 05:37:50 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 7F9BF356E3 Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=cohuck@redhat.com Date: Mon, 16 Oct 2017 11:37:47 +0200 From: Cornelia Huck To: Dong Jia Shi Cc: linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, kvm@vger.kernel.org, borntraeger@de.ibm.com, pasic@linux.vnet.ibm.com, pmorel@linux.vnet.ibm.com Subject: Re: [PATCH 0/2] vfio-ccw bugfix Message-ID: <20171016113747.1a25ef4d.cohuck@redhat.com> In-Reply-To: <20171011023822.42948-1-bjsdjshi@linux.vnet.ibm.com> References: <20171011023822.42948-1-bjsdjshi@linux.vnet.ibm.com> Organization: Red Hat GmbH MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Mon, 16 Oct 2017 09:37:50 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 11 Oct 2017 04:38:20 +0200 Dong Jia Shi wrote: > Some bugfixes according to recent discussion. > > Dong Jia Shi (2): > vfio: ccw: bypass bad idaw address when fetching IDAL ccws > vfio: ccw: validate the count field of a ccw before pinning > > drivers/s390/cio/vfio_ccw_cp.c | 22 +++++++++++++++++----- > 1 file changed, 17 insertions(+), 5 deletions(-) > Thanks, applied.