Skip to content
Commit 331f2297 authored by Jon Kohler's avatar Jon Kohler Committed by Sean Christopherson
Browse files

KVM: VMX: restore vmx_vmexit alignment

Commit 8bd200d2 ("KVM: VMX: Flatten __vmx_vcpu_run()") changed
vmx_vmexit from SYM_FUNC_START to SYM_INNER_LABEL, accidentally
removing 16 byte alignment as SYM_FUNC_START uses SYM_A_ALIGN and
SYM_INNER_LABEL does not. Josh mentioned [1] this was unintentional.

Fix by changing to SYM_INNER_LABEL_ALIGN instead.

[1] https://lore.kernel.org/lkml/Y3adkSe%2FJ70PqUyt@p183



Fixes: 8bd200d2 ("KVM: VMX: Flatten __vmx_vcpu_run()")
Signed-off-by: default avatarJon Kohler <jon@nutanix.com>
Suggested-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
CC: Josh Poimboeuf <jpoimboe@kernel.org>
Acked-by: default avatarJosh Poimboeuf <jpoimboe@kernel.org>
Reviewed-by: default avatarJim Mattson <jmattson@google.com>
Link: https://lore.kernel.org/r/20230531155821.80590-1-jon@nutanix.com


Signed-off-by: default avatarSean Christopherson <seanjc@google.com>
parent 33ab767c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment