Received: by 2002:a25:b794:0:0:0:0:0 with SMTP id n20csp6644960ybh; Thu, 8 Aug 2019 03:30:47 -0700 (PDT) X-Google-Smtp-Source: APXvYqzskuusmQYKX3AE+IduzvNjqkGTN0ijf5/uSrch0EOiK52j2sHu0TEHZJrFjbnCKkneSumX X-Received: by 2002:a17:90b:d8b:: with SMTP id bg11mr3375796pjb.30.1565260247748; Thu, 08 Aug 2019 03:30:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565260247; cv=none; d=google.com; s=arc-20160816; b=l3r4T3xc/tc2gPa6pmwoanjvV1HcfhT4RHBpq/PVVjU67b4N7ODsBWdLcFOdo1fY1p 00kAwmvh7GtJ1EiyENaDMXSel5wc8xHbhR338Oy8T/42FqxaDwf0tbnRJ7CelKysJrto 7478Q+wz0NQxY1b+iAwsEg1E7OTHw2ViiEl54w0jqgXIdcNNghPkZSE7I4cs4JhqBSIp jUTt5N2c3I6ctywA26/uomCImRG5SIT60L6mjyHhthemYodMCl278GfeHG38f2NgFCVH D4E7SWETARRlM6pMIBuAMzDrccLOHSOmOL1SgOZ8wodSJ8gPNDJ9lVrHiJty9C3V+a0V owuA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=l2WBiCb5duYJRA9nKpihqrJOH1Qjg6utSrFiu8qAdtc=; b=zue3e8Q34guRVavxSTVAH8S8TopPNCSPVSvCydWC/gEAo8kIIFPPLnN9eemMzAeb4N ibJXGLkR12OzEstBFjLvJnxNk0vg6/77AXhfnMj05/BIQs/bSfZHHvZcQjLqcFsKlasN uJbHF4Zx2EhPOSLbfD0UlosXXVfRE7V+W1gblBjTnAkbS4yvQdoEwCgSkOqlKMINpx/r PKeVJeddDpBb951TpGQkWqOOm0E2GhDxWGqNQVq5E9FNmcAOzB2lQOAO2OL5htplNN12 cmX3Z5fpDaqp2qTyWtXx+MhOJU1hK+g/vVHmcS/146Rli5SBdZM06YZRf6UnuJxEazCF bA9w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s24si53130829pfh.227.2019.08.08.03.30.31; Thu, 08 Aug 2019 03:30:47 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390008AbfHHK2R (ORCPT + 99 others); Thu, 8 Aug 2019 06:28:17 -0400 Received: from verein.lst.de ([213.95.11.211]:45444 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389810AbfHHK2Q (ORCPT ); Thu, 8 Aug 2019 06:28:16 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 211AB227A81; Thu, 8 Aug 2019 12:28:14 +0200 (CEST) Date: Thu, 8 Aug 2019 12:28:13 +0200 From: Christoph Hellwig To: Jason Gunthorpe Cc: linux-mm@kvack.org, Andrea Arcangeli , Christoph Hellwig , John Hubbard , =?iso-8859-1?B?Suly9G1l?= Glisse , Ralph Campbell , "Kuehling, Felix" , Alex Deucher , Christian =?iso-8859-1?Q?K=F6nig?= , "David (ChunMing) Zhou" , Dimitri Sivanich , dri-devel@lists.freedesktop.org, amd-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org, iommu@lists.linux-foundation.org, intel-gfx@lists.freedesktop.org, Gavin Shan , Andrea Righi , Jason Gunthorpe Subject: Re: [PATCH v3 hmm 05/11] hmm: use mmu_notifier_get/put for 'struct hmm' Message-ID: <20190808102813.GD648@lst.de> References: <20190806231548.25242-1-jgg@ziepe.ca> <20190806231548.25242-6-jgg@ziepe.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190806231548.25242-6-jgg@ziepe.ca> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Looks good, Reviewed-by: Christoph Hellwig