> > I think there are areas that rely on X86_FEATURE_RETPOLINE being set > > even if X86_FEATURE_RETPOLINE_AMD is set. For example, line 261 in > > arch/x86/entry/entry_32.S is only checking for X86_FEATURE_RETPOLINE. > > I audited the difference places. They all seem ok.
Actually 32bit is not ok. For 32bit we need COMMON. So adding it. -Andi

