Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp6935678ybi; Thu, 1 Aug 2019 00:37:04 -0700 (PDT) X-Google-Smtp-Source: APXvYqxKfPdruwIJcXDrxzaLPIGTqxtcWySqLijbW6G7fekMtu0TAZFIqTX7tdReDg7nM7XDv50+ X-Received: by 2002:a63:3ec7:: with SMTP id l190mr121011622pga.334.1564645024574; Thu, 01 Aug 2019 00:37:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564645024; cv=none; d=google.com; s=arc-20160816; b=X0rbf2Jiwyv8Sit58iI4Vxdpa5/SgOH0SCQ1M61+/s/efjsUPIIgDj2WAa1KawjdX6 XydT91438lZ6LjpcsXxAGS62s+LxI2d8nr8ST2ccjJlscobwXVJM6+rtCRTJ7R1+Xd03 ZzExM9+mQqXA5pBQu/uvofssX2PN79PoAPAf3/IR5aZwhAnOdhn9kQ4n1spfNIuN6dLI 0Nm5VZPJB1sm56er39de5E+7o6U4O066tWrg8CzeGqgGheY5melfLGl7Z/hS+4YU7W4J WLwkU5hACiKZPPfhANKfkAcKhmEhAEQygknGs/DIsq76MHihZhN7Hih6qaRbplRU5mwa JjPA== 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=3clYCnNYU4HaHYWLJ+6h1QfI9wy6Hc0Q5FPuwmUb55k=; b=PMzCgBtu7CVPWCbgsrUl4Y3w+J+TOCApvDuk0XyQkfPe7wU9Ypp8GuzXIQoWoEa/gu NAH5m+8R86GHmTsOXdKabSBB3yvTguRUc1OSk4n53uyo14P3QGQ68chvvinPo+1G73BV VOLBJk2U9XV8rxJoMtHYBGpiJKNmhCP1GrZ5sSstrdbj60ENS3bfSo+/xGKNT+OBhyfK IcIjGvEHM6mmMQ0lC57hZ7fxX85M7C8HGfQl8qVQFi43rMSwocSoAumu+ACswdQn5P+r BEzJYvDApaSVnV1VcTxAAz+79KfrDsRAT00+7daRqiA0G8Eg/MnVO3iWv/ZbDU8rcav1 NK7A== 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 co12si31614618plb.197.2019.08.01.00.36.49; Thu, 01 Aug 2019 00:37:04 -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 S1727656AbfHAHEn (ORCPT + 99 others); Thu, 1 Aug 2019 03:04:43 -0400 Received: from verein.lst.de ([213.95.11.211]:40870 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725379AbfHAHEn (ORCPT ); Thu, 1 Aug 2019 03:04:43 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id D24CC68AFE; Thu, 1 Aug 2019 09:04:38 +0200 (CEST) Date: Thu, 1 Aug 2019 09:04:38 +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 13/13] mm: allow HMM_MIRROR on all architectures with MMU Message-ID: <20190801070438.GC15404@lst.de> References: <20190730055203.28467-1-hch@lst.de> <20190730055203.28467-14-hch@lst.de> <20190730180346.GR24038@mellanox.com> <20190730180452.GS24038@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190730180452.GS24038@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 06:04:56PM +0000, Jason Gunthorpe wrote: > Oh, can we make this into a non-user selectable option now? > > ie have the drivers that use the API select it? Sure, I'll throw in another patch for that.