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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 48BF3C43460 for ; Wed, 5 May 2021 03:16:12 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id C7685613CB for ; Wed, 5 May 2021 03:16:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C7685613CB Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-foundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 26C5F6B0092; Tue, 4 May 2021 23:16:11 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 209EC6B0093; Tue, 4 May 2021 23:16:11 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 0D1B46B0095; Tue, 4 May 2021 23:16:11 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0071.hostedemail.com [216.40.44.71]) by kanga.kvack.org (Postfix) with ESMTP id E5B826B0092 for ; Tue, 4 May 2021 23:16:10 -0400 (EDT) Received: from smtpin16.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay02.hostedemail.com (Postfix) with ESMTP id 9670B2C07 for ; Wed, 5 May 2021 03:16:10 +0000 (UTC) X-FDA: 78105713700.16.B2AA516 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf01.hostedemail.com (Postfix) with ESMTP id 1F410500152F for ; Wed, 5 May 2021 03:15:58 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 0ADFA6139A; Wed, 5 May 2021 03:16:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1620184569; bh=GIiPDF3LD6cHm5/MuntC+ViEXXTZRPAkIuRcKdSTijM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ed4W7ymjJi3NunLB118AQzpGhjUx6PK3u2JTAtleIXk555zt3Nn4kb1Mx8ZL27BNk l+XjNYnvDj2gCCmrt61TD4MeYg4UWwH4xXlW/0tBlb2u8969EqR/96gO4fP5eImQQe OhShLlukP/AWLo7cUmqug7d2ot5ZgUbhxnY9m4AM= Date: Tue, 4 May 2021 20:16:08 -0700 From: Andrew Morton To: Linus Torvalds Cc: Linux-MM , mm-commits@vger.kernel.org Subject: Re: incoming Message-Id: <20210504201608.5e5f94e76f7eed7264285c28@linux-foundation.org> In-Reply-To: References: <20210504183219.a3cc46aee4013d77402276c5@linux-foundation.org> 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 Authentication-Results: imf01.hostedemail.com; dkim=pass header.d=linux-foundation.org header.s=korg header.b=ed4W7ymj; dmarc=none; spf=pass (imf01.hostedemail.com: domain of akpm@linux-foundation.org designates 198.145.29.99 as permitted sender) smtp.mailfrom=akpm@linux-foundation.org X-Rspamd-Server: rspam03 X-Stat-Signature: 63w4kk14eu9dyxj3n7dzjnt1cfduido1 X-Rspamd-Queue-Id: 1F410500152F Received-SPF: none (linux-foundation.org>: No applicable sender policy available) receiver=imf01; identity=mailfrom; envelope-from=""; helo=mail.kernel.org; client-ip=198.145.29.99 X-HE-DKIM-Result: pass/pass X-HE-Tag: 1620184558-449541 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Tue, 4 May 2021 18:47:19 -0700 Linus Torvalds wrote: > On Tue, May 4, 2021 at 6:32 PM Andrew Morton wrote: > > > > 143 patches > > Hmm. Only 140 seem to have made it to the list, with 103, 106 and 107 missing. > > Maybe just some mail delay? But at least right now > > https://lore.kernel.org/mm-commits/ > > doesn't show them (and thus 'b4' doesn't work). > > I'll check again later. > Well that's strange. I see all three via cc:me, but not on linux-mm or mm-commits. Let me resend right now with the same in-reply-to. Hopefully they will land in the correct place.