aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen/events.h
diff options
context:
space:
mode:
authorMiroslav Benes <mbenes@suse.cz>2020-03-26 10:26:02 +0100
committerJuergen Gross <jgross@suse.com>2020-03-30 17:32:04 +0200
commit2f62f36e62daec43aa7b9633ef7f18e042a80bed (patch)
tree5c8500376ebbb9fe73979e6d1a49d04c2652482a /include/xen/events.h
parentxen-pciback: fix INTERRUPT_TYPE_* defines (diff)
downloadlinux-dev-2f62f36e62daec43aa7b9633ef7f18e042a80bed.tar.xz
linux-dev-2f62f36e62daec43aa7b9633ef7f18e042a80bed.zip
x86/xen: Make the boot CPU idle task reliable
The unwinder reports the boot CPU idle task's stack on XEN PV as unreliable, which affects at least live patching. There are two reasons for this. First, the task does not follow the x86 convention that its stack starts at the offset right below saved pt_regs. It allows the unwinder to easily detect the end of the stack and verify it. Second, startup_xen() function does not store the return address before jumping to xen_start_kernel() which confuses the unwinder. Amend both issues by moving the starting point of initial stack in startup_xen() and storing the return address before the jump, which is exactly what call instruction does. Signed-off-by: Miroslav Benes <mbenes@suse.cz> Reviewed-by: Juergen Gross <jgross@suse.com> Signed-off-by: Juergen Gross <jgross@suse.com>
Diffstat (limited to 'include/xen/events.h')
0 files changed, 0 insertions, 0 deletions