Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp1192306ybi; Wed, 3 Jul 2019 11:06:08 -0700 (PDT) X-Google-Smtp-Source: APXvYqydcUn0TXxRHL05C6SM8ARWoevyDHZhZ9urHTR3BYfOF1jrDW7khYuEYmhaVtglecNkHp+N X-Received: by 2002:a17:902:8f87:: with SMTP id z7mr43018398plo.65.1562177168355; Wed, 03 Jul 2019 11:06:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562177168; cv=none; d=google.com; s=arc-20160816; b=n1SwygDVrWtjPbZIpvFu9uMEh1xG0RiEl3os2WDeGEa8vESisTway5Vr50jvhug+ZI TBJl7yq52JRzq0vaVTG7GzdPexOtXvGtGZSgTtPdDSdLUPmUM+F90b8AhfPAinzxEUlu YA8lnOxD3eXSvhAvk/3oyUJ/QcT8vpNTXUD3XfxnWHkQfweTRiLhUcuxcXo4nrE+xfQ+ 2VQ5O/ToYl/qScXVXYCZGOLjmxc2j/LpzHzyr+MXwVFFBE4n4gGwoRBBI+knGbchqULy bVSK6kqjAyzSoQuLG79BgZ1DPWhLi7MLH9bbLgw5y3BI25mcD+27EQF9Eu/KJ9p6KM/R WX6g== 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=uZ5oBeSwqaumWmNN7miuUpJqKGfdgeUUQ76zptibU1E=; b=iQRsnmBkkaryWBPqHGxnau3+DDlvJ8NByKk/lhPkSo2qbN/sTdMFKXqEBTAWGSfR9c qF0XMjkMID3Ve9IezbH73gEB3hAa+wJlzvTemzT0cfGn70vhmCdIwzYfeP393H7xc9kY Xg7MdZ2M1KYjoPsomqbMMBOlcRJ8hTE+C6Ko4B2/4WIsiq90qC7P8KGzYJPxErlCUVTh Q8CiVkaINd6m/o8QTZ/fGGfPo8tgU4RyY9bfpiwzpWNgNAw1ADjW1Luc9SNlmMYkmz6J jKP/FoNntMPFCluIEHtvxJLc9VBc6EcawZZHehjdszI7xnhdvvwSlbYY4K46lS4gRq8q nF/g== 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 m68si3000738pfb.75.2019.07.03.11.05.52; Wed, 03 Jul 2019 11:06:08 -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 S1726736AbfGCSF2 (ORCPT + 99 others); Wed, 3 Jul 2019 14:05:28 -0400 Received: from verein.lst.de ([213.95.11.211]:53941 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726430AbfGCSF2 (ORCPT ); Wed, 3 Jul 2019 14:05:28 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 9950C68B05; Wed, 3 Jul 2019 20:05:25 +0200 (CEST) Date: Wed, 3 Jul 2019 20:05:25 +0200 From: Christoph Hellwig To: Jason Gunthorpe Cc: Christoph Hellwig , AlexDeucher , Dan Williams , =?iso-8859-1?B?Suly9G1l?= Glisse , Ben Skeggs , Ira Weiny , linux-mm@kvack.org, nouveau@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-nvdimm@lists.01.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 20/22] mm: move hmm_vma_fault to nouveau Message-ID: <20190703180525.GA13703@lst.de> References: <20190701062020.19239-21-hch@lst.de> <20190703180356.GB18673@ziepe.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190703180356.GB18673@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 On Wed, Jul 03, 2019 at 03:03:56PM -0300, Jason Gunthorpe wrote: > I was thinking about doing exactly this too, but amdgpu started using > this already obsolete API in their latest driver :( > > So, we now need to get both drivers to move to the modern API. Actually the AMD folks fixed this up after we pointed it out to them, so even in linux-next it just is nouveau that needs fixing.