On Tue, Oct 28, 2025 at 04:55:25PM +0800, Xiaoyao Li wrote: > Date: Tue, 28 Oct 2025 16:55:25 +0800 > From: Xiaoyao Li <[email protected]> > Subject: Re: [PATCH v3 20/20] i386/tdx: Add CET SHSTK/IBT into the > supported CPUID by XFAM > > On 10/24/2025 2:56 PM, Zhao Liu wrote: > > From: Chenyi Qiang <[email protected]> > > > > So that it can be configured in TD guest. > > > > And considerring cet-u and cet-s have the same dependencies, it's enough > > to only list cet-u in tdx_xfam_deps[]. > > In fact, this is not the reason. > > The reason is that CET_U and CET_S bits are always same in supported XFAM > reported by TDX module, i.e., either 00 or 11. So, we only need to choose > one of them.
Good words. Will update. > > Tested-by: Farrah Chen <[email protected]> > > Signed-off-by: Chenyi Qiang <[email protected]> > > Signed-off-by: Zhao Liu <[email protected]> > > With commit message updated, > > Reviewed-by: Xiaoyao Li <[email protected]> Thanks! Regards, Zhao
