Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp4949502ybi; Tue, 30 Jul 2019 11:01:22 -0700 (PDT) X-Google-Smtp-Source: APXvYqxCSL+GjzeOQQTKVw7HICedNQdXv5ZYEqUIacPd/OvQlwahdObpvCzk6iHI7vnamDgkBk2t X-Received: by 2002:a17:902:f089:: with SMTP id go9mr115959558plb.81.1564509682531; Tue, 30 Jul 2019 11:01:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564509682; cv=none; d=google.com; s=arc-20160816; b=N4yIOp6iBDbT/UoksJN+SmhV2ScJ95AMUS32zSFJh8jiXqJhm26JEtSluGXGr08/z0 61gy0JstMPUI0kPLQCK/YyzE6+Qg0LCMLwbC8YoF8EoLHan1GUnhT7ZCd0MQPbavCPus OTjYL4UjkTsSIdBLZDwKugjpbe/RmmDGOi5Q5mW7d0hID0poXi1xRk/bro0bJC48kRmv t1eJYvUi/o2A83rMDo6l7BXG4E7ng8/GuSkxJFJy+BSxtWJ6+nSkkifmfNaMynh6jwS4 HxE+O8CsZk9YzNq5kZzd4Qa5KhZXdgBN8SUoyYJrK0yCiCgH5zRZGKZHj5WPPm1P4RJj qq8A== 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=LQisq2oAL0oF4ofu3lOSLZRa8tQmd8kwYiMIzUMdod8=; b=wIQl7qJ9F4hVthGR0yu1gsCndLzzSMDShijJxCQmdHXSHcfQ2uUCNJ6WEU7QRr2Skq cT753/1BhV/8iigcDuJrcO40VljvMoYxg3nnqfwD0bPCv/f44eMoqJ1Zuz0yLyIfO+xf wjG4pgwpd/rXfSBwapm7TwZFlUpv0UDxYpijoxrIbonivx4uXUuyKygms78l8jKfQtnO 3c5mFOEwYRbvm70m34ucs2WkwtuwZMqWNfWqPrQ1QqWemKRuH7fE9MJNLExlQ732K7Ww ItoL+yFBmoYwS1aAdXcXYGCgUvgCVf6v0xXR0z9Ts7yu1iMFtSEdmff9hBn8b7hm/35y jyZA== 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 r1si30350348pls.69.2019.07.30.11.01.06; Tue, 30 Jul 2019 11:01:22 -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 S1729511AbfG3Ok2 (ORCPT + 99 others); Tue, 30 Jul 2019 10:40:28 -0400 Received: from verein.lst.de ([213.95.11.211]:51939 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729167AbfG3Ok2 (ORCPT ); Tue, 30 Jul 2019 10:40:28 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 6570E68AFE; Tue, 30 Jul 2019 16:40:23 +0200 (CEST) Date: Tue, 30 Jul 2019 16:40:23 +0200 From: Christoph Hellwig To: Jason Gunthorpe Cc: Christoph Hellwig , =?iso-8859-1?B?Suly9G1l?= Glisse , Ben Skeggs , Felix Kuehling , Ralph Campbell , "linux-mm@kvack.org" , "nouveau@lists.freedesktop.org" , "dri-devel@lists.freedesktop.org" , "amd-gfx@lists.freedesktop.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 03/13] nouveau: pass struct nouveau_svmm to nouveau_range_fault Message-ID: <20190730144023.GA6683@lst.de> References: <20190730055203.28467-1-hch@lst.de> <20190730055203.28467-4-hch@lst.de> <20190730123554.GD24038@mellanox.com> <20190730131038.GB4566@lst.de> <20190730131454.GG24038@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190730131454.GG24038@mellanox.com> 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 On Tue, Jul 30, 2019 at 01:14:58PM +0000, Jason Gunthorpe wrote: > I have a patch deleting hmm->mm, so using svmm seems cleaner churn > here, we could defer and I can fold this into that patch? Sounds good. If I don't need to resend feel fee to fold it, otherwise I'll fix it up.