x86/xen: Add UNTRAIN_RET
Ensure the Xen entry also passes through UNTRAIN_RET. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Reviewed-by: Josh Poimboeuf <jpoimboe@kernel.org> Signed-off-by: Borislav Petkov <bp@suse.de>
This commit is contained in:
parent
b75b7f8ef1
commit
d147553b64
@ -328,6 +328,12 @@ SYM_CODE_END(ret_from_fork)
|
|||||||
#endif
|
#endif
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
|
SYM_CODE_START_LOCAL(xen_error_entry)
|
||||||
|
UNWIND_HINT_FUNC
|
||||||
|
UNTRAIN_RET
|
||||||
|
RET
|
||||||
|
SYM_CODE_END(xen_error_entry)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* idtentry_body - Macro to emit code calling the C function
|
* idtentry_body - Macro to emit code calling the C function
|
||||||
* @cfunc: C function to be called
|
* @cfunc: C function to be called
|
||||||
@ -347,7 +353,7 @@ SYM_CODE_END(ret_from_fork)
|
|||||||
* switch the CR3. So it can skip invoking error_entry().
|
* switch the CR3. So it can skip invoking error_entry().
|
||||||
*/
|
*/
|
||||||
ALTERNATIVE "call error_entry; movq %rax, %rsp", \
|
ALTERNATIVE "call error_entry; movq %rax, %rsp", \
|
||||||
"", X86_FEATURE_XENPV
|
"call xen_error_entry", X86_FEATURE_XENPV
|
||||||
|
|
||||||
ENCODE_FRAME_POINTER
|
ENCODE_FRAME_POINTER
|
||||||
UNWIND_HINT_REGS
|
UNWIND_HINT_REGS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user