From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web10.2497.1584132434179074814 for ; Fri, 13 Mar 2020 13:47:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=foEV3Mly; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1584132433; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BXiDMb1gGwHTVf1l4UnXDRxgglretCTOoBGu1sFxjqE=; b=foEV3Mlyn2UsPHKYIGAVHJAIHFmsvLbkejPf4NaTvdEHFnz9F6HJJpkno9ImH3FHmxkytW uWf1Vxo51LHO4jbFZpYeGdEFa0WKZr6TPpJnKQQANsLDjUu4mgv8D3Lr0MPoqvS1v2XgKt B8ZoeLlqoQCsNt2stbAsErSAfM3p56w= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-473-5oJthxvkODCQFx1tSkYukQ-1; Fri, 13 Mar 2020 16:46:56 -0400 X-MC-Unique: 5oJthxvkODCQFx1tSkYukQ-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 217ED107ACC4; Fri, 13 Mar 2020 20:46:55 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-117-172.ams2.redhat.com [10.36.117.172]) by smtp.corp.redhat.com (Postfix) with ESMTP id 29BF819481; Fri, 13 Mar 2020 20:46:46 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 0/2] OvmfPkg: miscellaneous readability improvements To: devel@edk2.groups.io, leif@nuviainc.com Cc: Anthony Perard , Ard Biesheuvel , Jordan Justen , Julien Grall , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= References: <20200312223555.29267-1-lersek@redhat.com> <20200313095437.GM23627@bivouac.eciton.net> From: "Laszlo Ersek" Message-ID: <08e28ccd-dead-2211-cdf2-509e77afa1b8@redhat.com> Date: Fri, 13 Mar 2020 21:46:33 +0100 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: <20200313095437.GM23627@bivouac.eciton.net> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 03/13/20 10:54, Leif Lindholm wrote: > On Thu, Mar 12, 2020 at 23:35:53 +0100, Laszlo Ersek wrote: >> Repo: https://pagure.io/lersek/edk2.git >> Branch: ovmfpkg_misc_readability >> >> Implement two suggestions from Leif, from the >> >> [edk2-devel] [PATCH 0/5] >> OvmfPkg: improve SMM comms security with adaptive MemoryTypeInformation >> >> https://edk2.groups.io/g/devel/message/55726 >> http://mid.mail-archive.com/20200310222739.26717-1-lersek@redhat.com >> >> review thread. > > For the series: > Reviewed-by: Leif Lindholm Commit range d42fdd6f8384..799d88c1bae7, via . Thanks, Laszlo