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 92708C433F5 for ; Fri, 4 Feb 2022 07:27:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351641AbiBDH1Z (ORCPT ); Fri, 4 Feb 2022 02:27:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34734 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350514AbiBDH1S (ORCPT ); Fri, 4 Feb 2022 02:27:18 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0F42AC061714 for ; Thu, 3 Feb 2022 23:27:18 -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=HZiCDYhZpzvytC9iZRuSMu1VdQ b4ZansFXJ+uDQmEW8vA97ehgxfvApD3PlUB0vaadpAEvsrEzkE7toB/V9sezXT03d/7m3a9Tzf5x2 C2VuQ7vGp3X47zexZk/jPWoSW7+8xS7Wh3+DkTtCtj/AuQlXv1LJ7+KgczblGCu7qqsRP0hddQzgc pvM+7hphaQZtZXIIiIbo+Zqp6VN9LZ+St1sQPMaQ6V61vGKVkDKDECDlI/tRH/5NYo2FgnDLc5BRK hPg3DdtnhVm5tAY68mfZpUYh9eWqKdADqUuoReGvpzdQW3W7qJ5P43QULsogWtGePcz3JAIKngcsr HS+D0XwA==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nFszt-003eZm-MK; Fri, 04 Feb 2022 07:27:09 +0000 Date: Thu, 3 Feb 2022 23:27:09 -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 4/5] mm: change lookup_node() to use get_user_pages_fast() Message-ID: References: <20220204020010.68930-1-jhubbard@nvidia.com> <20220204020010.68930-5-jhubbard@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220204020010.68930-5-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