live-patching.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] x86/xen: Make idle tasks reliable
@ 2020-03-26  9:26 Miroslav Benes
  2020-03-26  9:26 ` [PATCH v3 1/2] x86/xen: Make the boot CPU idle task reliable Miroslav Benes
  2020-03-26  9:26 ` [PATCH v3 2/2] x86/xen: Make the secondary CPU idle tasks reliable Miroslav Benes
  0 siblings, 2 replies; 5+ messages in thread
From: Miroslav Benes @ 2020-03-26  9:26 UTC (permalink / raw)
  To: boris.ostrovsky, jgross, sstabellini, tglx, mingo, bp, hpa, jpoimboe
  Cc: x86, xen-devel, linux-kernel, live-patching, jslaby,
	andrew.cooper3, jbeulich, Miroslav Benes

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.

v2->v3:
- change prototype of asm_cpu_bringup_and_idle()
- replace %_ASM_SP with %rsp and %esp respectively
- fix build for !CONFIG_XEN_PV_SMP

v1->v2:
- call instruction used instead of push+jmp
- initial_stack used directly

v1 https://lore.kernel.org/live-patching/20200312142007.11488-1-mbenes@suse.cz/
v2 https://lore.kernel.org/live-patching/20200319095606.23627-1-mbenes@suse.cz/

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 | 18 ++++++++++++++++--
 2 files changed, 18 insertions(+), 3 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-03-26  9:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-26  9:26 [PATCH v3 0/2] x86/xen: Make idle tasks reliable Miroslav Benes
2020-03-26  9:26 ` [PATCH v3 1/2] x86/xen: Make the boot CPU idle task reliable Miroslav Benes
2020-03-26  9:29   ` Jürgen Groß
2020-03-26  9:26 ` [PATCH v3 2/2] x86/xen: Make the secondary CPU idle tasks reliable Miroslav Benes
2020-03-26  9:30   ` Jürgen Groß

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).