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=-0.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 A6691C2D0F1 for ; Mon, 30 Mar 2020 22:14:45 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 6C19B20771 for ; Mon, 30 Mar 2020 22:14:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="w0GY9JXg" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6C19B20771 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 E53CC6B0032; Mon, 30 Mar 2020 18:14:44 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id E048A8E0005; Mon, 30 Mar 2020 18:14:44 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id D1A618E0001; Mon, 30 Mar 2020 18:14:44 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0149.hostedemail.com [216.40.44.149]) by kanga.kvack.org (Postfix) with ESMTP id B74856B0032 for ; Mon, 30 Mar 2020 18:14:44 -0400 (EDT) Received: from smtpin05.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay03.hostedemail.com (Postfix) with ESMTP id 87B7A8248047 for ; Mon, 30 Mar 2020 22:14:44 +0000 (UTC) X-FDA: 76653434088.05.park63_4677a21148937 X-HE-Tag: park63_4677a21148937 X-Filterd-Recvd-Size: 3221 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf11.hostedemail.com (Postfix) with ESMTP for ; Mon, 30 Mar 2020 22:14:44 +0000 (UTC) Received: from localhost.localdomain (c-73-231-172-41.hsd1.ca.comcast.net [73.231.172.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 75535205ED; Mon, 30 Mar 2020 22:14:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585606482; bh=7KpBR/W7+bPHCJpJEKwkHUbR4WHKWBABl2xYyvNQYNo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=w0GY9JXgQUWqVWDe39zbN8b7c0l67cXTyBYBV3PuOdhxn/GqPZe6ZzSTdYz4kx/a6 kkusRcdIDy0himtZvlpGoYzpgWqN2Z61BWNENKEGPvIZiv3awjsqWSyLYqi9VJTkqV dVw39RHlbzGwDsviHWSDQsIPm5cYVPlNGSzoruiE= Date: Mon, 30 Mar 2020 15:14:41 -0700 From: Andrew Morton To: David Hildenbrand Cc: Linus Torvalds , Linux Kernel Mailing List , Linux-MM , Segher Boessenkool , Oscar Salvador , Michal Hocko , Baoquan He , Dan Williams , Wei Yang Subject: Re: [PATCH v2 1/2] mm/memory_hotplug: simplify calculation of number of pages in __remove_pages() Message-Id: <20200330151441.e3a704f7c98dc70cdce95d0e@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 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 Sun, 29 Mar 2020 22:41:18 +0200 David Hildenbrand wrote: > > https://lore.kernel.org/linux-mm/20200128093542.6908-1-david@redhat.com/raw > > > > and that one *does* have the "Withou=\nt" pattern in it. But it still > > has the proper > > > > Content-Transfer-Encoding: quoted-printable > > > > in it, so the recipient should decode it just fine (and again, you can > > see that in the non-raw email - it looks just fine). > > > > So your emails on lore look fine. I'm not seeing how that got corrupted. > > *maybe* Andrew updated only the patch description, copying the raw content. Eventually he converts MIME only when importing, so the description got corrupted. > > ... or the mail he received via cc got messed up by my mailing infrastructure. Something like that. It's sylpheed being weird. In some situations (save as...) it will perform the mime conversion but in others (%f in an action menu) it does not. So for David's patches I do save-as for the patch and manually edit the mime out of changelog. It's basically "only David" so I haven't got around to doing anything smarter. My nightly check-all-the-patches-for-various-cruft script emails me about =3D but I didn't' have a test for "o=$m". I just added one.