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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5FEFFC433FE for ; Fri, 4 Feb 2022 07:26:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351410AbiBDHZ7 (ORCPT ); Fri, 4 Feb 2022 02:25:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34430 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345608AbiBDHZ6 (ORCPT ); Fri, 4 Feb 2022 02:25:58 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0C67CC061714 for ; Thu, 3 Feb 2022 23:25:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=l2WBiCb5duYJRA9nKpihqrJOH1Qjg6utSrFiu8qAdtc=; b=dUfJ9oIPb09/P1iG8eJikeCtWP 6cvtKKl8KlCflPCWyrCRDd58kigHzVtX28U1LXhPpOQQGVc6InikohgUsJmrSNMidjmOLZyCdi/uM CeQzof8hKPyTULlq/w7AwcrZ19fnQnVwTT77dMZA5Rz9i0poOWBXrLxGtZ9QUdM6JHtPhqtrFXN/Z rGe18h5c2p+qIou04xEgvFoY5C6T0IgDs/k3ooKR9wD2c7aIQ/jBWl+mYtfCe5lga3io/zhoXZK+W RJVf6BUMduKBNMR9nG8zgkNiW3FV8R4osAYj6XEDSPCxgq/JOBrhlNFzpFdMECM54ywtjvYzkPVgR WgHP41cQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nFsyZ-003eMs-GH; Fri, 04 Feb 2022 07:25:47 +0000 Date: Thu, 3 Feb 2022 23:25:47 -0800 From: Christoph Hellwig To: John Hubbard Cc: Andrew Morton , Peter Xu , Jason Gunthorpe , David Hildenbrand , Lukas Bulwahn , Claudio Imbrenda , Christoph Hellwig , Matthew Wilcox , Jan Kara , "Kirill A . Shutemov" , Alex Williamson , Andrea Arcangeli , LKML , linux-mm@kvack.org, Jason Gunthorpe Subject: Re: [PATCH v4 2/5] mm/gup: follow_pfn_pte(): -EEXIST cleanup Message-ID: References: <20220204020010.68930-1-jhubbard@nvidia.com> <20220204020010.68930-3-jhubbard@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220204020010.68930-3-jhubbard@nvidia.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Looks good, Reviewed-by: Christoph Hellwig