diff options
author | Jon Kohler <[email protected]> | 2023-05-31 11:58:21 -0400 |
---|---|---|
committer | Sean Christopherson <[email protected]> | 2023-06-01 14:20:04 -0700 |
commit | 331f229768160dceec5b5694ea32ecf66e2e2452 (patch) | |
tree | 75d1748da1f29b20bbec36c6218a8fd0f1e30fc1 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | 33ab767c2628136c54c2e2160e4c536c7db9c6d0 (diff) |
KVM: VMX: restore vmx_vmexit alignment
Commit 8bd200d23ec4 ("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: 8bd200d23ec4 ("KVM: VMX: Flatten __vmx_vcpu_run()")
Signed-off-by: Jon Kohler <[email protected]>
Suggested-by: Alexey Dobriyan <[email protected]>
CC: Josh Poimboeuf <[email protected]>
Acked-by: Josh Poimboeuf <[email protected]>
Reviewed-by: Jim Mattson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Sean Christopherson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions