On 15.06.2023 17:48, Alejandro Vallejo wrote: > --- a/xen/arch/x86/cpu/microcode/amd.c > +++ b/xen/arch/x86/cpu/microcode/amd.c > @@ -432,9 +432,13 @@ static struct microcode_patch *cf_check > cpu_request_microcode( > return patch; > } > > -const struct microcode_ops __initconst_cf_clobber amd_ucode_ops = {
Something will want to be done to retain the cf_clobber aspect, i.e. to be able to get rid of no longer necessary ENDBR64 after alternatives patching is finished. I guess I first need to see what further patches do in order to maybe come up with a suggestion. Jan