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; Fri, 28 Jun 2019 08:32:24 -0700 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7C9CC3079B8A; Fri, 28 Jun 2019 15:32:13 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-139.ams2.redhat.com [10.36.116.139]) by smtp.corp.redhat.com (Postfix) with ESMTP id 824D260BE0; Fri, 28 Jun 2019 15:32:12 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 3/3] UefiCpuPkg/PiSmmCpu: Enable 5 level paging when CPU supports To: devel@edk2.groups.io, ray.ni@intel.com, "Yao, Jiewen" Cc: "Dong, Eric" References: <20190628064700.549472-1-ray.ni@intel.com> <20190628064700.549472-4-ray.ni@intel.com> <74D8A39837DF1E4DA445A8C0B3885C503F6D34E6@shsmsx102.ccr.corp.intel.com> <734D49CCEBEEF84792F5B80ED585239D5C1F4B96@SHSMSX104.ccr.corp.intel.com> From: "Laszlo Ersek" Message-ID: <84f54096-6fc4-8102-fcff-8d428071563b@redhat.com> Date: Fri, 28 Jun 2019 17:32:11 +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: <734D49CCEBEEF84792F5B80ED585239D5C1F4B96@SHSMSX104.ccr.corp.intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.41]); Fri, 28 Jun 2019 15:32:18 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 06/28/19 09:27, Ni, Ray wrote: > Jiewen, > I tested the above 2^48 memory address access in SMM environment to ensure no GP fault. > > The code is internally used for a while and this patch is to upstream the code to edk2 repo. I've tagged this for regression-testing (without 5 level paging) in OVMF. It might take a while. I'll also ask around if I can test it in a 5-level paging environment (on KVM) too. Thanks Laszlo