From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2D49BC10F0E for ; Fri, 12 Apr 2019 08:12:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 053E22171F for ; Fri, 12 Apr 2019 08:12:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726884AbfDLIMk (ORCPT ); Fri, 12 Apr 2019 04:12:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51520 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725973AbfDLIMj (ORCPT ); Fri, 12 Apr 2019 04:12:39 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C6547307D84D; Fri, 12 Apr 2019 08:12:39 +0000 (UTC) Received: from gondolin (dhcp-192-187.str.redhat.com [10.33.192.187]) by smtp.corp.redhat.com (Postfix) with ESMTP id B507360C97; Fri, 12 Apr 2019 08:12:38 +0000 (UTC) Date: Fri, 12 Apr 2019 10:12:36 +0200 From: Cornelia Huck To: Farhan Ali Cc: kvm@vger.kernel.org, linux-s390@vger.kernel.org, farman@linux.ibm.com, pasic@linux.ibm.com, pmorel@linux.ibm.com Subject: Re: [RFC v2 3/3] vfio-ccw: Release any channel program when releasing/removing vfio-ccw mdev Message-ID: <20190412101236.4f753e6d.cohuck@redhat.com> In-Reply-To: <7123f8b7-0348-4140-1b94-5d35ea1ef567@linux.ibm.com> References: <20190411182755.1f3a2bd5.cohuck@redhat.com> <7123f8b7-0348-4140-1b94-5d35ea1ef567@linux.ibm.com> Organization: Red Hat GmbH MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.48]); Fri, 12 Apr 2019 08:12:39 +0000 (UTC) Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Thu, 11 Apr 2019 16:39:32 -0400 Farhan Ali wrote: > On 04/11/2019 12:27 PM, Cornelia Huck wrote: > > On Mon, 8 Apr 2019 17:05:33 -0400 > > Farhan Ali wrote: > > > >> When releasing the vfio-ccw mdev, we currently do not release > >> any existing channel program and it's pinned pages. This can > > s/it's/its/ > > > > Will fix. > > Thanks for taking a look at the patches. NP, I really want to queue them soon :) Just give me a quick hint about dependencies: Do I need anything else before I can queue patch 1 and 3? I've lost track a bit...