Skip to content

Commit 0bd797b

Browse files
committed
x86/xen: add FRAME_END to xen_hypercall_hvm()
xen_hypercall_hvm() is missing a FRAME_END at the end, add it. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202502030848.HTNTTuo9-lkp@intel.com/ Fixes: b4845bb ("x86/xen: add central hypercall functions") Signed-off-by: Juergen Gross <jgross@suse.com> Reviewed-by: Jan Beulich <jbeulich@suse.com> Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com> Signed-off-by: Juergen Gross <jgross@suse.com>
1 parent 98a5cfd commit 0bd797b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/xen/xen-head.S

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ SYM_FUNC_START(xen_hypercall_hvm)
132132
pop %rcx
133133
pop %rax
134134
#endif
135+
FRAME_END
135136
/* Use correct hypercall function. */
136137
jz xen_hypercall_amd
137138
jmp xen_hypercall_intel

0 commit comments

Comments
 (0)