On Tue, Sep 15, 2020 at 9:15 PM Sean Christopherson <[email protected]> wrote: > > Move the asm blob that invokes the appropriate IRQ handler after VM-Exit > into a proper subroutine. Unconditionally create a stack frame in the > subroutine so that, as objtool sees things, the function has standard > stack behavior. The dynamic stack adjustment makes using unwind hints > problematic. > > Suggested-by: Josh Poimboeuf <[email protected]> > Cc: Uros Bizjak <[email protected]> > Signed-off-by: Sean Christopherson <[email protected]>
Acked-by: Uros Bizjak <[email protected]> Uros.

