x86/srso: Add IBPB_BRTYPE support
authorBorislav Petkov (AMD) <bp@alien8.de>
Tue, 18 Jul 2023 09:13:40 +0000 (11:13 +0200)
committerBorislav Petkov (AMD) <bp@alien8.de>
Thu, 27 Jul 2023 09:07:19 +0000 (11:07 +0200)
commit79113e4060aba744787a81edb9014f2865193854
tree0553b5910a3e9205d0b44c3911e1a0258e8838db
parentfb3bd914b3ec28f5fb697ac55c4846ac2d542855
x86/srso: Add IBPB_BRTYPE support

Add support for the synthetic CPUID flag which "if this bit is 1,
it indicates that MSR 49h (PRED_CMD) bit 0 (IBPB) flushes all branch
type predictions from the CPU branch predictor."

This flag is there so that this capability in guests can be detected
easily (otherwise one would have to track microcode revisions which is
impossible for guests).

It is also needed only for Zen3 and -4. The other two (Zen1 and -2)
always flush branch type predictions by default.

Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
arch/x86/include/asm/cpufeatures.h
arch/x86/kernel/cpu/bugs.c