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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,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 6BD7BC33CB3 for ; Tue, 14 Jan 2020 23:29:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3F14B2467E for ; Tue, 14 Jan 2020 23:29:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579044580; bh=k4eU69C07g5/9QQrVCph8KAUUUUEi8RmXHDj6/HO/Ik=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=GE4d0CN0v36jLMKoZ+wjiY+t/JcVqiQKD6uBoiobxCIyJqGiRAIVrsLYnxMaEhmTO 7D0XkcC+dJrtWOMozrfC5p5JKMx8RmET0VXtJ/wM/0jnd1Ce5CAn4it1oEm8bGe0jk VhI/B2dBPXLMlEnIhyq5NuQtzAONnBl5F7d4ygDU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728895AbgANX3b (ORCPT ); Tue, 14 Jan 2020 18:29:31 -0500 Received: from mail.kernel.org ([198.145.29.99]:34880 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728650AbgANX3b (ORCPT ); Tue, 14 Jan 2020 18:29:31 -0500 Received: from localhost.localdomain (c-73-231-172-41.hsd1.ca.comcast.net [73.231.172.41]) (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 76F8C24679; Tue, 14 Jan 2020 23:29:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579044570; bh=k4eU69C07g5/9QQrVCph8KAUUUUEi8RmXHDj6/HO/Ik=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Gu0y5RtywBnxt/5MHNzmIuAGL99UYOUTR4MOUoFz/V8A0XNK0I0bw+ID9QXrLG+b9 4yxWu1bIpxAgRKCCzCYPru9Le6et10vSO5ADJMjyl++hjxh7tjrdlkd5kSXYwv5i4H zD3MC1qTDzqpxI561Q50RCSE3Ph+HIgvwbWCQkns= Date: Tue, 14 Jan 2020 15:29:29 -0800 From: Andrew Morton To: John Hubbard Cc: Al Viro , Alex Williamson , Benjamin Herrenschmidt , =?ISO-8859-1?Q?Bj=F6rn_T=F6pel?= , Christoph Hellwig , Dan Williams , Daniel Vetter , Dave Chinner , David Airlie , "David S . Miller" , Ira Weiny , Jan Kara , Jason Gunthorpe , Jens Axboe , Jonathan Corbet , =?ISO-8859-1?Q?J=E9r?= =?ISO-8859-1?Q?=F4me?= Glisse , "Kirill A . Shutemov" , Magnus Karlsson , Mauro Carvalho Chehab , Michael Ellerman , Michal Hocko , Mike Kravetz , Paul Mackerras , Shuah Khan , Vlastimil Babka , , , , , , , , , , , , , LKML Subject: Re: [PATCH v12 00/22] mm/gup: prereqs to track dma-pinned pages: FOLL_PIN Message-Id: <20200114152929.807fecabfe2258ae2707a88b@linux-foundation.org> In-Reply-To: <9d7f3c1a-6020-bdec-c513-80c5399e55d7@nvidia.com> References: <20200107224558.2362728-1-jhubbard@nvidia.com> <2a9145d4-586e-6489-64e4-0c54f47afaa1@nvidia.com> <9d7f3c1a-6020-bdec-c513-80c5399e55d7@nvidia.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Tue, 14 Jan 2020 12:15:08 -0800 John Hubbard wrote: > > > > Hi Andrew and all, > > > > To clarify: I'm hoping that this series can go into 5.6. > > > > Meanwhile, I'm working on tracking down and solving the problem that Leon > > reported, in the "track FOLL_PIN pages" patch, and that patch is not part of > > this series. > > > > Hi Andrew and all, > > Any thoughts on this? 5.6 is late. But it was in -mm before (briefly) and appears to be mature and well-reviewed. I'll toss it in there and shall push it into -next hopefully today. Let's decide 2-3 weeks hence.