From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Tue, 30 Jul 2019 02:03:16 -0700 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 345F43082126; Tue, 30 Jul 2019 09:03:16 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (unknown [10.36.118.39]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8953C10016E8; Tue, 30 Jul 2019 09:03:15 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH v3 00/35] Specific platform to run OVMF in Xen PVH and HVM guests To: devel@edk2.groups.io, anthony.perard@citrix.com References: <20190723113733.30710-1-anthony.perard@citrix.com> From: "Laszlo Ersek" Message-ID: <1af6b43e-67a6-c1f0-1d05-679f80b15e04@redhat.com> Date: Tue, 30 Jul 2019 11:03:14 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20190723113733.30710-1-anthony.perard@citrix.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.42]); Tue, 30 Jul 2019 09:03:16 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 07/23/19 13:37, Anthony PERARD wrote: > This is a simple test of email configuration, and how the line ending > survive the different MTAs. (There should only be CRLFs in the hunk, and > LFs everywhere else.) > > --- > Readme.md | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/Readme.md b/Readme.md > index e564c6c09b..5b3eb4442f 100644 > --- a/Readme.md > +++ b/Readme.md > @@ -118,6 +118,15 @@ Full-commit-message > Signed-off-by: Contributor Name > ``` > > +# How to properly send a patch to the mailing-lists > + > +tl;dr: That's not possible. > + > +EDK2 got a mix of CRLFs and LFs line ending. Some MTA will probably modify the > +them before reaching the recipient. This patch tests base64 transfer-encoding > +instead of quoted-printable. But the email is probably going to be modified > +anyway... > + > ## Notes for sample patch email > > * The first line of commit message is taken from the email's subject > I'm seeing this test email just now (you didn't CC me). Even now, I haven't simply noticed the email in my list folder; I'm returning to the sub-thread deliberately, and that's how I've noticed the posting at the bottom of the thread. But, I digress. The reason I'm returning to this sub-thread is to confirm that your v4 posting (with base64 encoding) applies flawlessly. Thanks Laszlo