Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp2886113ybb; Mon, 30 Mar 2020 15:15:43 -0700 (PDT) X-Google-Smtp-Source: ADFU+vu1kiBHoE2z4K6ezU5xP5pQ0A1YYjI3HZqzJpMMzSyNhP1EJc6Cd91wmf8aIz3XALGQBNED X-Received: by 2002:a05:6830:110c:: with SMTP id w12mr9993496otq.175.1585606543097; Mon, 30 Mar 2020 15:15:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1585606543; cv=none; d=google.com; s=arc-20160816; b=C+BKw6dwA9iiSqZn4LDKuMPnl8oj2OkTWKBn7b1QwYACsRqWommJpXpNDAeFmu+wyq VSv+0VxcZzxPioK4B9X0aEKgEx3/ba3nZ278/tptGXZqZ+WWpajTyB0wD41AV3p8paQ1 4k/e6yH+IqDobaKFUQFF0Qs6kHUV/x3BIe8d7HuWA+J77pnDCWedvZXpecRDp/c/OUx5 WmNE4JvCwDDyPbLowoYBPtH3wSjW13+MlHg+GqgVNjXyzoTe//L5bO5jl+jaPDkY9O0F hHbsqR8K1UXsheJsKeSNQ77KyLPXlWFXuUrl67D2nTxtEsNUcfi9w+2ZWus6M1ZOaH9F AZdA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date :dkim-signature; bh=6Pb7e9Agp0dN6TXG1OCiZ+16ZOucQV7FhIHZ5yd4vEY=; b=sHdChVGwSB/4FgLDcioA899LxOtRND3WkOs9W4X+EdiDSFJRhdIsKNh9hTNb2He6Cu aSin1BaryTSKXPouh40F3YXnkRT3hrHrh4igHbD97c5Vr0q6dmFVPD2saO21NQFbNflz oTR4+V94PaU2+XEfaKoCob3lm2s7mcXdyulHpn59iQa5vuaksmpJbaxpP/fvZRTu028/ /T7b7ClIabL+lgbihRASOrGvdIDCe8ovgVdXBj22eWliW1dZ2MllOGkWH/Nit7+39et/ CznozuysdOEsTssQK+OKR9PvdtopIuUvUn9os7pNDz6QQIHiIjais1zjdmBncbWiBZUB 5MQQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=w0GY9JXg; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w7si6874143otj.223.2020.03.30.15.15.30; Mon, 30 Mar 2020 15:15:43 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=w0GY9JXg; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729588AbgC3WOn (ORCPT + 99 others); Mon, 30 Mar 2020 18:14:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:46200 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728987AbgC3WOn (ORCPT ); Mon, 30 Mar 2020 18:14:43 -0400 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 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.