diff options
author | Lai Jiangshan <[email protected]> | 2022-05-03 11:21:06 +0800 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2022-05-03 12:21:35 +0200 |
commit | 64cbd0acb58203fb769ed2f4eab526d43e243847 (patch) | |
tree | 16c3900676939b369891d54193e08d29bcbcf9ce /scripts/gdb/linux/utils.py | |
parent | c64cc2802a784ecfd25d39945e57e7a147854a5b (diff) |
x86/entry: Don't call error_entry() for XENPV
XENPV guests enter already on the task stack and they can't fault for
native_iret() nor native_load_gs_index() since they use their own pvop
for IRET and load_gs_index(). A CR3 switch is not needed either.
So there is no reason to call error_entry() in XENPV.
[ bp: Massage commit message. ]
Signed-off-by: Lai Jiangshan <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Reviewed-by: Juergen Gross <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions