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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 599B7C12002 for ; Mon, 19 Jul 2021 03:58:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3390B6115C for ; Mon, 19 Jul 2021 03:58:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229629AbhGSEA6 (ORCPT ); Mon, 19 Jul 2021 00:00:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:51466 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229512AbhGSEA6 (ORCPT ); Mon, 19 Jul 2021 00:00:58 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id EEA6561019; Mon, 19 Jul 2021 03:57:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1626667079; bh=74mnq9POIjkOzdX7U1+ISYLcUiJ47t2g2jJJCDgV+hU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=nRaDse0mC/hTb8q4com9FwM6TYSCveSDnwapkUzlq618xbTMDaqVZGcpmfop7rRLM Mxjhfz2c9wjM09Qgw6ScPXtw2Ky6/GJnEpmdPHUYR9UyDc47sGhm/MWQSBeR7fWQi4 uwUn29HQwAt6SRC/9w4x6z83pbgLCsQB4Ng9epwU= Date: Sun, 18 Jul 2021 20:57:58 -0700 From: Andrew Morton To: Matthew Wilcox Cc: Stephen Rothwell , linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, Linus Torvalds Subject: Re: Folio tree for next Message-Id: <20210718205758.65254408be0b2a17cfad7809@linux-foundation.org> In-Reply-To: References: 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 Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Mon, 19 Jul 2021 04:18:19 +0100 Matthew Wilcox wrote: > Please include a new tree in linux-next: > > https://git.infradead.org/users/willy/pagecache.git/shortlog/refs/heads/for-next > aka > git://git.infradead.org/users/willy/pagecache.git for-next > > There are some minor conflicts with mmotm. I resolved some of them by > pulling in three patches from mmotm and rebasing on top of them. > These conflicts (or near-misses) still remain, and I'm showing my > resolution: I'm thinking that it would be better if I were to base all of the -mm MM patches on linux-next. Otherwise Stephen is going to have a pretty miserable two months...