Re: [PATCH v3 08/26] x86/virt/seamldr: Retrieve P-SEAMLDR information

From: Dave Hansen

Date: Wed Jan 28 2026 - 18:57:48 EST


On 1/23/26 06:55, Chao Gao wrote:
> +static struct seamldr_info seamldr_info __aligned(256);

I also wonder if this should be __read_mostly or even read-only after
boot. Is it ever modified?