Re: [PATCH 0/3] x86/kvm, objtool: Fix KVM "missing ENDBR" bug

From: Paolo Bonzini
Date: Thu Aug 18 2022 - 13:26:23 EST


On 8/18/22 17:53, Josh Poimboeuf wrote:
Fix the "missing ENDBR" KVM bug, along with a couple of preparatory
patches.

Josh Poimboeuf (3):
x86/ibt, objtool: Add IBT_NOSEAL()
x86/kvm: Simplify FOP_SETCC()
x86/kvm: Fix "missing ENDBR" BUG for fastop functions

arch/x86/include/asm/ibt.h | 10 ++++++++++
arch/x86/kvm/emulate.c | 26 ++++++--------------------
tools/objtool/check.c | 3 ++-
3 files changed, 18 insertions(+), 21 deletions(-)


Queued, thanks!

Paolo