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 0E4C1C433F5 for ; Sat, 12 Feb 2022 00:27:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354394AbiBLA1j (ORCPT ); Fri, 11 Feb 2022 19:27:39 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:59048 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235108AbiBLA1i (ORCPT ); Fri, 11 Feb 2022 19:27:38 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 68882C55 for ; Fri, 11 Feb 2022 16:27:36 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0413E61CD8 for ; Sat, 12 Feb 2022 00:27:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DE1D5C340E9; Sat, 12 Feb 2022 00:27:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1644625655; bh=4ozYgfzq2TPcUtEMk5+7s7otN44W5zlazOXgs4tFmMQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=oVNVQSd0tWk4T0M8Kk67yRsW11uh1fnQCPgIY3xVkPbUdmUidV7UBXUkotrGTIcB/ ZLT/GoCMJgWbqrQmAOG7xTwVzlSuvjvHWmuO+sMiBGiHsD/YGqW5hhT3pYcheyoeRG lZSRbI69UJI5wweJfsTLgihhjsXK+ECBcmhpEFI8= Date: Fri, 11 Feb 2022 16:27:34 -0800 From: Andrew Morton To: John Hubbard Cc: 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 Subject: Re: [PATCH v5 0/5] mm/gup: some cleanups Message-Id: <20220211162734.bfd21e10ff9bb231274e39f8@linux-foundation.org> In-Reply-To: <6712a07b-d1ac-520d-8bbb-7539476ec679@nvidia.com> References: <20220207062213.235127-1-jhubbard@nvidia.com> <6712a07b-d1ac-520d-8bbb-7539476ec679@nvidia.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 11 Feb 2022 16:24:15 -0800 John Hubbard wrote: > On 2/6/22 22:22, John Hubbard wrote: > > Hi, > > > > Here's an update, mainly just collecting reviewed-by tags: > > > > Changes since v4: > > > > * Patch 1: reflowed the commit description to 72 columns. > > > > * Added reviewed-by's from Christoph and Jan for remaining patches. > > > > * Rebased onto 5.17-rc3. > > > > Hi Andrew, > > Is this OK to put in mmotm yet? All the patches here have been reviewed. > And this small series also does not conflict with Willy's "[PATCH 00/75] > MM folio patches for 5.18" series. The v4 series is is -mm. Shall update to v5 soon...