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

From: Chao Gao

Date: Fri Jan 30 2026 - 08:32:55 EST


On Wed, Jan 28, 2026 at 03:57:30PM -0800, Dave Hansen wrote:
>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?

This should be __read_mostly. num_remaining_updates changes after successful
updates.