From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B4B49C35240 for ; Wed, 29 Jan 2020 05:48:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 82C812253D for ; Wed, 29 Jan 2020 05:48:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580276886; bh=Y+9aIhN4apiy5tD4uo8NEkUkqCFQBUmX8iUUCn+SJz4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=CH2Mug6VjPv+g1TNI25XiTygNyw0nQvuWsMrrrQpiG7RtDPjLsWhHTyLhMWavedyu wUcQbP2ulZIpcskbgFJsk/kk8Y3Unec2nDGiXar/Ky0o+/qvUyxd8gyYR0OZ8zf1O4 GLEKZvPWRdfopZUE5Vbu9BQH+vobuwwvy5Ww1MBY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726284AbgA2FsC (ORCPT ); Wed, 29 Jan 2020 00:48:02 -0500 Received: from mail.kernel.org ([198.145.29.99]:56342 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726069AbgA2FsC (ORCPT ); Wed, 29 Jan 2020 00:48:02 -0500 Received: from localhost (unknown [213.57.247.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 221AE2071E; Wed, 29 Jan 2020 05:48:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580276881; bh=Y+9aIhN4apiy5tD4uo8NEkUkqCFQBUmX8iUUCn+SJz4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GA4xldnrfCZ/hBa/e+u4jH+ceiMp46v485VEdcIQS+PL2onNs2Lp344hOSwut0cl5 kMjlKcFvkhxbeePcWEiAlqewXAYnKlDFlVtI4vZlErWp9sEeIGhuDBlR6Xyf3B/MvB 77hB3BnefN51UHOfzz/YcUfa9FLW3mE857JX1mzU= Date: Wed, 29 Jan 2020 07:47:56 +0200 From: Leon Romanovsky To: John Hubbard Cc: Andrew Morton , Al Viro , Christoph Hellwig , Dan Williams , Dave Chinner , Ira Weiny , Jan Kara , Jason Gunthorpe , Jonathan Corbet , =?iso-8859-1?B?Suly9G1l?= Glisse , "Kirill A . Shutemov" , Michal Hocko , Mike Kravetz , Shuah Khan , Vlastimil Babka , linux-doc@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-rdma@vger.kernel.org, linux-mm@kvack.org, LKML Subject: Re: [PATCH 0/3] mm/gup: track FOLL_PIN pages (follow on from v12) Message-ID: <20200129054756.GB3326@unreal> References: <20200125021115.731629-1-jhubbard@nvidia.com> <20200125162339.GA41770@unreal> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200125162339.GA41770@unreal> Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Sat, Jan 25, 2020 at 06:23:39PM +0200, Leon Romanovsky wrote: > On Fri, Jan 24, 2020 at 06:11:12PM -0800, John Hubbard wrote: > > Leon Romanovsky: > > > > If you get a chance, I'd love to have this short series (or even just > > the first patch; the others are just selftests) run through your test > > suite that was previously choking on my earlier v11 patchset. The huge > > page pincount limitations are removed, so I'm expecting a perfect test > > run this time! > > > > I added those patches to our regression and I will post the in the > couple of days. Hi John, The patches survived our RDMA verification night runs. Thanks > > Thanks >