Re: [PATCH v17 8/8] x86/smpboot: Allow parallel bringup for SEV-ES

From: Thomas Gleixner
Date: Wed Mar 29 2023 - 20:11:33 EST


On Tue, Mar 28 2023 at 22:07, Borislav Petkov wrote:
>> void cc_set_vendor(enum cc_vendor v);
>> +enum cc_vendor cc_get_vendor(void);
>> void cc_set_mask(u64 mask);
>>
>> #ifdef CONFIG_ARCH_HAS_CC_PLATFORM
>
> You don't need those hunks adding cc_set_vendor() anymore:
>
> https://git.kernel.org/tip/5ae57743f578725a5dadb6f31d7798ee55e6e967

That's not really true. The series is based on the x86/apic branch as
the prerequites are in that brnach and that commit is in x86/sev.

That's an x86 maintainer issue to sort out, really.

Thanks,

tglx