On 5/26/2017 11:35 AM, Borislav Petkov wrote:
On Fri, May 26, 2017 at 11:22:36AM -0500, Tom Lendacky wrote:In addition to the same issue as efi.memmap.phys_map, efi_phys has the __initdata attribute so it will be released/freed which will cause problems in checks performed afterwards.Sounds to me like we should drop the __initdata attr and prepare them much earlier for use by the SME code.
Probably something we can look at for a follow-on patch. Thanks, Tom