]> git.ipfire.org Git - thirdparty/linux.git/commit
x86/virt/tdx: Refresh TDX module version after update
authorChao Gao <chao.gao@intel.com>
Wed, 20 May 2026 22:29:12 +0000 (15:29 -0700)
committerDave Hansen <dave.hansen@linux.intel.com>
Wed, 3 Jun 2026 15:59:44 +0000 (08:59 -0700)
commit856bc8bb990e21546fadff83502cdad33660a18e
treecc03ab927a0f370f5e075ea51f253d9c06099b3b
parent8d1376e6b0e6d98bed8e7d14fa8587a1d1139e93
x86/virt/tdx: Refresh TDX module version after update

The kernel exposes the TDX module version through sysfs so userspace
can check update compatibility. That information needs to remain
accurate across runtime updates.

A runtime update may change the module's update_version, so refresh
the cached version right after a successful update.

Drop __ro_after_init from tdx_sysinfo because it is now updated at
runtime.

Do not refresh the rest of tdx_sysinfo, even if some values change
across updates. TDX module updates are backward compatible, so
existing tdx_sysinfo consumers, such as KVM, can continue to operate
without seeing the new values.

[ dhansen: trim changelog ]

Signed-off-by: Chao Gao <chao.gao@intel.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Reviewed-by: Rick Edgecombe <rick.p.edgecombe@intel.com>
Link: https://patch.msgid.link/20260520133909.409394-22-chao.gao@intel.com
arch/x86/virt/vmx/tdx/tdx.c
arch/x86/virt/vmx/tdx/tdx_global_metadata.c