Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp2025786ybc; Wed, 13 Nov 2019 07:55:58 -0800 (PST) X-Google-Smtp-Source: APXvYqzaH3uwLI5vYOSgEWZz1lHAJGNQAA8wRf3bWCb8D9p0tizOwLrV1MF3kadbcxR7hvbdUnfc X-Received: by 2002:a17:907:1114:: with SMTP id qu20mr3591666ejb.42.1573660558413; Wed, 13 Nov 2019 07:55:58 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1573660558; cv=none; d=google.com; s=arc-20160816; b=Hyv9r7FR4RX1MVSCFgXe1UtcPsgwRAlcGW+GfpvHmNst2UzKRw6U9f/Nl3UwGN6ao1 VNP/3qoNc7ayRf9m3Pm/vq2hB1pVpXaJMJ5vshwOxN2rfXydoV4684YRRxNJAWyda+41 ODd7GBVSUlwxJ1dBwzTAbk3wAUBlOLfh2fxg2+rJkz6tnwhuSIEnaaPOCtk3Z69drrXw Dl3guSgc/B+Du5YAga3otIGSYIJEhWQDd7sa2HMTpxAAxL9tItZIuBKB++QnGfHKo8Yn wKIU2RLggTtVz1rta61ODvVD1U4Pk8R9A2fccnHoZcggaJEDdSBzxuTitZOXSkdNxy68 m0pg== 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=RbE+yHsvvF0q/UZ2cgentb5XjgKhhvWEmivLIoF3m88=; b=LjSO/UxpscquySjHrVBb196RNI189RkrbOJGV/kB81HpR5FF1HfcCN6AUwGT8gN9u9 c++pufIbiSGLuqVy44a9O45UCP/uj5xh8/VGocty+0r6fjIe71s/lwsZnOBLujaBL+VB pbiV1P3wH6dERTfauGxjLzKOyMm0nWX+2WM2huPMyE1kFUZpO4/qSOMUkCwmxbmjCW0s NGsFb1wsT/HXCrEJbwUahAFC5eRiUq7VYgJyWtCUTukU6tbqQrmIOLDYRUkLL3YhHLkC XPHCu2hILnYX7EYzyF0/fpzHRfHSjulqcbGCWythhh5ffeZQZU7BFKcGltNzS2Bd0t7m gbXg== 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 93si2006092edo.408.2019.11.13.07.55.34; Wed, 13 Nov 2019 07:55:58 -0800 (PST) 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 S1727568AbfKMNvT (ORCPT + 99 others); Wed, 13 Nov 2019 08:51:19 -0500 Received: from verein.lst.de ([213.95.11.211]:34361 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726957AbfKMNvS (ORCPT ); Wed, 13 Nov 2019 08:51:18 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 59C4068AFE; Wed, 13 Nov 2019 14:51:15 +0100 (CET) Date: Wed, 13 Nov 2019 14:51:15 +0100 From: Christoph Hellwig To: Jason Gunthorpe Cc: Ralph Campbell , Christoph Hellwig , Andrew Morton , Jerome Glisse , John Hubbard , Shuah Khan , "linux-rdma@vger.kernel.org" , "linux-mm@kvack.org" , "linux-kernel@vger.kernel.org" , "linux-kselftest@vger.kernel.org" Subject: Re: [PATCH v4 2/2] mm/hmm/test: add self tests for HMM Message-ID: <20191113135115.GA10688@lst.de> References: <20191104222141.5173-1-rcampbell@nvidia.com> <20191104222141.5173-3-rcampbell@nvidia.com> <20191112152521.GC12550@lst.de> <07589a71-3984-b2a6-b24b-6b9a23e1b60d@nvidia.com> <20191112234549.GX21728@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191112234549.GX21728@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, Nov 12, 2019 at 11:45:52PM +0000, Jason Gunthorpe wrote: > > Well, it would mean registering for the whole process address space. > > I'll give it a try. > > I'm not sure it makes much sense that this testing is essentially > modeled after nouveau's usage which is very strange compared to the > other drivers. Which means we really should make the test cases fit the proper usage. Maybe defer the tests for 5.5 and just merge the first patch for now?