mbox series

[0/2] x86/xen: Make idle tasks reliable

Message ID 20200312142007.11488-1-mbenes@suse.cz (mailing list archive)
Headers show
Series x86/xen: Make idle tasks reliable | expand

Message

Miroslav Benes March 12, 2020, 2:20 p.m. UTC
The unwinder reports idle tasks' stack on XEN PV as unreliable which
complicates things for at least live patching. The two patches in the
series try to amend that by using similar approach as non-XEN x86 does.

However, I did not come up with a nice solution for secondary CPUs idle
tasks. The patch just shows the idea what should be done but it is an
ugly hack. Ideas are more than welcome.

Miroslav Benes (2):
  x86/xen: Make the boot CPU idle task reliable
  x86/xen: Make the secondary CPU idle tasks reliable

 arch/x86/xen/smp_pv.c   |  3 ++-
 arch/x86/xen/xen-head.S | 14 +++++++++++++-
 2 files changed, 15 insertions(+), 2 deletions(-)