Quoting Borislav Petkov (2021-06-18 10:05:28) > On Fri, Jun 18, 2021 at 08:57:12AM -0500, Brijesh Singh wrote: > > Don't have any strong reason to keep it separate, I can define a new > > type and use the setup_data to pass this information. > > setup_data is exactly for use cases like that - pass a bunch of data > to the kernel. So there's no need for a separate thing. Also see that > kernel_info thing which got added recently for read_only data. Hi Boris, There's one side-effect to this change WRT the CPUID page (which I think we're hoping to include in RFC v4). With CPUID page we need to access it very early in boot, for both boot/compressed kernel, and the uncompressed kernel. At first this was implemented by moving the early EFI table parsing code from arch/x86/kernel/boot/compressed/acpi.c into a little library to handle early EFI table parsing to fetch the Confidential Computing blob to get the CPUID page address. This was a bit messy since we needed to share that library between boot/compressed and uncompressed, and at that early stage things like fixup_pointer() are needed in some places, else even basic things like accessing EFI64_LOADER_SIGNATURE and various EFI helper functions could crash in uncompressed otherwise, so the library code needed to be fixed up accordingly. To simplify things we ended up simply keeping the early EFI table parsing in boot/compressed, and then having boot/compressed initialize setup_data.cc_blob_address so that the uncompressed kernel could access it from there (acpi does something similar with rdsp address). Now that we're moving it to setup_data, this becomes a bit more awkward, since we need to reserve memory in boot/compressed to store the setup_data entry, then add it to the linked list to pass along to uncompressed kernel. In turn that also means we need to add an identity mapping for this in ident_map_64.c, so I'm not sure that's the best approach. So just trying to pin what the best approach is: a) move cc_blob to setup_data, and do the above-described to pass cc_blob_address from boot/compressed to uncompressed to avoid early EFI parsing in uncompressed b) move cc_blob to setup_data, and do the EFI table parsing in both boot/compressed. leave setup_data allocation/init for BIOS/bootloader c) keep storing cc_blob_address in setup_header.cc_blob_address d) something else? Thanks! -Mike > > Thx. > > -- > Regards/Gruss, > Boris. > > https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpeople.kernel.org%2Ftglx%2Fnotes-about-netiquette&data=04%7C01%7CMichael.Roth%40amd.com%7Cc0b20041125441de743508d9326a8e96%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637596255567306700%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=ninetMMQX9bQIgjIshN877BQ5xv2R7h%2FZulHd%2B8TI3c%3D&reserved=0