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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 713DEC43334 for ; Fri, 3 Jun 2022 07:46:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242505AbiFCHqr (ORCPT ); Fri, 3 Jun 2022 03:46:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56558 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242483AbiFCHqp (ORCPT ); Fri, 3 Jun 2022 03:46:45 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id ACBC837A35 for ; Fri, 3 Jun 2022 00:46:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1654242403; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=qAxyKscgi+dU7C+Fjo9DBbGFN6Cbs/bD1XqARJsuc3s=; b=O+D56IIoFAqc/nb2p9WH9zMzuak2wWDPWUEPsCgB/N1RfLX61FaT+y0uNWPSCz6BG2kNIT c86JWx81JqWBuQHWPHgji5v0HfQXD5abz4xkMdtYmBN1wR/2+vH27ls7CfveAw//jVNmQC Neiz7YVyHNYH+16WIjH1g0+46VBt6iU= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-663-GDXPLIM2MbSZkIAklTIg6Q-1; Fri, 03 Jun 2022 03:46:42 -0400 X-MC-Unique: GDXPLIM2MbSZkIAklTIg6Q-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 07750811E76; Fri, 3 Jun 2022 07:46:42 +0000 (UTC) Received: from localhost (dhcp-192-194.str.redhat.com [10.33.192.194]) by smtp.corp.redhat.com (Postfix) with ESMTPS id BC1992166B26; Fri, 3 Jun 2022 07:46:41 +0000 (UTC) From: Cornelia Huck To: Eric Farman , Matthew Rosato Cc: Jason Gunthorpe , Alex Williamson , Liu Yi L , Halil Pasic , kvm@vger.kernel.org, linux-s390@vger.kernel.org, Eric Farman Subject: Re: [PATCH v1 17/18] vfio: Export vfio_device_try_get() In-Reply-To: <20220602171948.2790690-18-farman@linux.ibm.com> Organization: Red Hat GmbH References: <20220602171948.2790690-1-farman@linux.ibm.com> <20220602171948.2790690-18-farman@linux.ibm.com> User-Agent: Notmuch/0.36 (https://notmuchmail.org) Date: Fri, 03 Jun 2022 09:46:40 +0200 Message-ID: <874k129okf.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.78 on 10.11.54.6 Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Thu, Jun 02 2022, Eric Farman wrote: > From: Jason Gunthorpe > > vfio_ccw will need it. > > Cc: Alex Williamson > Cc: Cornelia Huck > Signed-off-by: Jason Gunthorpe > Link: https://lore.kernel.org/r/9-v3-57c1502c62fd+2190-ccw_mdev_jgg@nvidia.com/ > [farman: added Cc: tags] > Signed-off-by: Eric Farman > --- > drivers/vfio/vfio.c | 3 ++- > include/linux/vfio.h | 1 + > 2 files changed, 3 insertions(+), 1 deletion(-) Acked-by: Cornelia Huck