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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D37CBC433F5 for ; Wed, 13 Oct 2021 16:04:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A7D3F611AD for ; Wed, 13 Oct 2021 16:04:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236087AbhJMQGR (ORCPT ); Wed, 13 Oct 2021 12:06:17 -0400 Received: from verein.lst.de ([213.95.11.211]:46410 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229653AbhJMQGQ (ORCPT ); Wed, 13 Oct 2021 12:06:16 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id F3EBF68B05; Wed, 13 Oct 2021 18:04:10 +0200 (CEST) Date: Wed, 13 Oct 2021 18:04:10 +0200 From: Christoph Hellwig To: Jason Gunthorpe Cc: Alex Williamson , Cornelia Huck , kvm@vger.kernel.org, Christoph Hellwig , "Tian, Kevin" , Liu Yi L Subject: Re: [PATCH v2 1/5] vfio: Delete vfio_get/put_group from vfio_iommu_group_notifier() Message-ID: <20211013160410.GA1327@lst.de> References: <0-v2-fd9627d27b2b+26c-vfio_group_cdev_jgg@nvidia.com> <1-v2-fd9627d27b2b+26c-vfio_group_cdev_jgg@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1-v2-fd9627d27b2b+26c-vfio_group_cdev_jgg@nvidia.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Looks good, Reviewed-by: Christoph Hellwig