Re: [PATCH v2 4/7] x86/virt/tdx: Tag a pile of functions as __init, and globals as __ro_after_init

From: dan.j.williams
Date: Mon Dec 08 2025 - 23:17:55 EST


Sean Christopherson wrote:
> Now that TDX-Module initialization is done during subsys init, tag all
> related functions as __init, and relevant data as __ro_after_init.
>
> Signed-off-by: Sean Christopherson <seanjc@xxxxxxxxxx>

Looks good,

Reviewed-by: Dan Williams <dan.j.williams@xxxxxxxxx>