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.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, 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 E0914C2BB40 for ; Tue, 15 Dec 2020 03:32:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 954892246B for ; Tue, 15 Dec 2020 03:32:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726778AbgLODcB (ORCPT ); Mon, 14 Dec 2020 22:32:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54022 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726302AbgLODby (ORCPT ); Mon, 14 Dec 2020 22:31:54 -0500 Received: from mail-lf1-x144.google.com (mail-lf1-x144.google.com [IPv6:2a00:1450:4864:20::144]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3C6B7C06179C for ; Mon, 14 Dec 2020 19:31:14 -0800 (PST) Received: by mail-lf1-x144.google.com with SMTP id a12so35685525lfl.6 for ; Mon, 14 Dec 2020 19:31:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=cSgnZAxgdYFBnVLwUq+/kPLQYv5pwOEsAQoQHeaGEv8=; b=IUxUp9oVRZHyP042vo+fGMwljmwv1AxKAguoszeKa+/+Dj1tefdnnNjjRoZQw5TFbg 8oeZkWOb79ORMd48hp4pj6F0srJ2qx15aqITeVEIWGjT9iC9ts7ASuPlt8fhHggg6dao Jsl8GyRDTtJatiXdXTxNH/x3A3qdjTcNlF000= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=cSgnZAxgdYFBnVLwUq+/kPLQYv5pwOEsAQoQHeaGEv8=; b=Idoyk4nx4Jdasi5SGmI63MPigUYNzdj6ZOdT2ecqtgg20QBGR5VfrcWvzAIVJELM2L bEazAyCfWxMDTG51JdZ28ozi5Nsp95soVXn1q0DtGX985Xn/d83F2SvxQD4rSWo971Dx UkHQcPyAxnDkiJRlsuo48Pr6n2S/ZEq7u2/RvA5YECy4QOjNkc5kk1fAfd+GULkdSmPj Ui/cx8v9MYJ6CYChJ6O9dDpdDMFVPAnCzFvwaknfwL4FugytXXbIk1GyDTupTApL3sZ1 KFj/kWbvJybrvo5cz9/q3Dm7iEp8LRitrkQW5UbhcWcfDszDBUQy9XGlffiUNWrWFyEH tgrA== X-Gm-Message-State: AOAM531TldOHnsUiJKveYux4DzWSFJUtGtCp9ElUuOF9VJEEcetlWFVo zTRLK5MDa8VYtMhwQjZv3CRN1Hb/syQ2uQ== X-Google-Smtp-Source: ABdhPJx1VL+6UAYj+E8AQx4niyZ4C/Pt/9qZ07mUlc+xuXSFQc6JMV4dmx7gSqm1jzMVeofmq9Ia/g== X-Received: by 2002:a2e:9ad3:: with SMTP id p19mr11522228ljj.286.1608003072487; Mon, 14 Dec 2020 19:31:12 -0800 (PST) Received: from mail-lf1-f51.google.com (mail-lf1-f51.google.com. [209.85.167.51]) by smtp.gmail.com with ESMTPSA id y5sm53810lfl.100.2020.12.14.19.31.11 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 14 Dec 2020 19:31:11 -0800 (PST) Received: by mail-lf1-f51.google.com with SMTP id o17so32746216lfg.4 for ; Mon, 14 Dec 2020 19:31:11 -0800 (PST) X-Received: by 2002:a2e:8995:: with SMTP id c21mr11312711lji.251.1608003070763; Mon, 14 Dec 2020 19:31:10 -0800 (PST) MIME-Version: 1.0 References: <20201214190237.a17b70ae14f129e2dca3d204@linux-foundation.org> In-Reply-To: From: Linus Torvalds Date: Mon, 14 Dec 2020 19:30:54 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: incoming To: Andrew Morton , Konstantin Ryabitsev Cc: mm-commits@vger.kernel.org, Linux-MM Content-Type: text/plain; charset="UTF-8" Precedence: bulk Reply-To: linux-kernel@vger.kernel.org List-ID: X-Mailing-List: mm-commits@vger.kernel.org On Mon, Dec 14, 2020 at 7:25 PM Linus Torvalds wrote: > > All the patches except for _one_ get a nice little green check-mark > next to them when I use 'git am' on this series. > > The one that did not was [patch 192/200]. > > I have no idea why Hmm. It looks like that patch is the only one in the series with the ">From" marker in the commit message, from the silly "clarify that this isn't the first line in a new message in mbox format". And "b4 am" has turned the single ">" into two, making the stupid marker worse, and actually corrupting the end result. Coincidence? Or cause? Linus 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.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, 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 97FABC4361B for ; Tue, 15 Dec 2020 03:31:16 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 1A92F223D6 for ; Tue, 15 Dec 2020 03:31:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1A92F223D6 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 5BEFA6B00D9; Mon, 14 Dec 2020 22:31:15 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id 5701C6B00DA; Mon, 14 Dec 2020 22:31:15 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 45DA76B00DB; Mon, 14 Dec 2020 22:31:15 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0080.hostedemail.com [216.40.44.80]) by kanga.kvack.org (Postfix) with ESMTP id 2C8E76B00D9 for ; Mon, 14 Dec 2020 22:31:15 -0500 (EST) Received: from smtpin22.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay01.hostedemail.com (Postfix) with ESMTP id E6328180AD811 for ; Tue, 15 Dec 2020 03:31:14 +0000 (UTC) X-FDA: 77594090868.22.arch17_1e1033d27420 Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin22.hostedemail.com (Postfix) with ESMTP id C5DFB18038E68 for ; Tue, 15 Dec 2020 03:31:14 +0000 (UTC) X-HE-Tag: arch17_1e1033d27420 X-Filterd-Recvd-Size: 3863 Received: from mail-lf1-f67.google.com (mail-lf1-f67.google.com [209.85.167.67]) by imf49.hostedemail.com (Postfix) with ESMTP for ; Tue, 15 Dec 2020 03:31:14 +0000 (UTC) Received: by mail-lf1-f67.google.com with SMTP id a12so35685537lfl.6 for ; Mon, 14 Dec 2020 19:31:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=cSgnZAxgdYFBnVLwUq+/kPLQYv5pwOEsAQoQHeaGEv8=; b=IUxUp9oVRZHyP042vo+fGMwljmwv1AxKAguoszeKa+/+Dj1tefdnnNjjRoZQw5TFbg 8oeZkWOb79ORMd48hp4pj6F0srJ2qx15aqITeVEIWGjT9iC9ts7ASuPlt8fhHggg6dao Jsl8GyRDTtJatiXdXTxNH/x3A3qdjTcNlF000= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=cSgnZAxgdYFBnVLwUq+/kPLQYv5pwOEsAQoQHeaGEv8=; b=oT1jFwnHf88ALSx9mY37rHPmHzIE7wjA6j5MbSRP/bYY+rCJMOkpEK7mjUZlIRAdAi iaTfgX+jnr+PhHyofE817zCkMZNcbJu5B+6AOoBsxN1ERrfCPnUV4OjZFz+iiJV/CW+x aHZs6Geb0KY7snaYBULsv/Dp08J+QWHyLn/lxiutaIF9//t8v72yvxD9au5Zcc9s67vU WFNk1gv5ddo7jLWJwwDkoUSpGRoh8zxr0trWpJLSNO77c9SlOXnteKn+c1P9H5fSRdsk 24NIBsbnlyD13n25bUIffXFm52GweMh0QDUZ+n7iv6sjZW5odTv2MhBffxzj2JBC8Btj 2w6A== X-Gm-Message-State: AOAM530hrwCz49cL8eQbpMhMlsAdWNek0cUxPsRivZ05QbLPcIRPzmaP cZ5CKKKNUNHzNT8mV0s1fixGkw2dBJE9Yg== X-Google-Smtp-Source: ABdhPJyb0kqWj+1qvEoHY6GC0rdN2Wscx7hzADT0hbqWXe4ZNdxlorLLHG6a5xsfEpp3AotBdl5T2w== X-Received: by 2002:ac2:5e87:: with SMTP id b7mr10188413lfq.190.1608003072654; Mon, 14 Dec 2020 19:31:12 -0800 (PST) Received: from mail-lf1-f47.google.com (mail-lf1-f47.google.com. [209.85.167.47]) by smtp.gmail.com with ESMTPSA id s7sm2551274ljp.38.2020.12.14.19.31.11 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 14 Dec 2020 19:31:11 -0800 (PST) Received: by mail-lf1-f47.google.com with SMTP id 23so35677835lfg.10 for ; Mon, 14 Dec 2020 19:31:11 -0800 (PST) X-Received: by 2002:a2e:8995:: with SMTP id c21mr11312711lji.251.1608003070763; Mon, 14 Dec 2020 19:31:10 -0800 (PST) MIME-Version: 1.0 References: <20201214190237.a17b70ae14f129e2dca3d204@linux-foundation.org> In-Reply-To: From: Linus Torvalds Date: Mon, 14 Dec 2020 19:30:54 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: incoming To: Andrew Morton , Konstantin Ryabitsev Cc: mm-commits@vger.kernel.org, Linux-MM Content-Type: text/plain; charset="UTF-8" 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 Mon, Dec 14, 2020 at 7:25 PM Linus Torvalds wrote: > > All the patches except for _one_ get a nice little green check-mark > next to them when I use 'git am' on this series. > > The one that did not was [patch 192/200]. > > I have no idea why Hmm. It looks like that patch is the only one in the series with the ">From" marker in the commit message, from the silly "clarify that this isn't the first line in a new message in mbox format". And "b4 am" has turned the single ">" into two, making the stupid marker worse, and actually corrupting the end result. Coincidence? Or cause? Linus