All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] xen/x86: Change stub page freeing to fix smt=0
@ 2026-06-09  0:06 Jason Andryuk
  2026-06-09  0:06 ` [PATCH v3 1/2] xen/x86: Return virtual address from alloc_stub_page() Jason Andryuk
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Jason Andryuk @ 2026-06-09  0:06 UTC (permalink / raw)
  To: xen-devel
  Cc: Jason Andryuk, Jan Beulich, Andrew Cooper, Roger Pau Monné,
	Teddy Astie

This is a third approach to fixing the stub page handling that is
broken with !CONFIG_PV and smt=0.

There is a CPU-indexed stubs array and a NUMA node-indexed node_stubs
for allocating the stub buffers.

From v2, this patch
  xen/x86: Remove unneeded stub_page setting
is dropped as stub_page is removed as part of patch 2.

Jason Andryuk (2):
  xen/x86: Return virtual address from alloc_stub_page()
  xen/x86: Change stub page allocation/free

 xen/arch/x86/include/asm/stubs.h |   2 +-
 xen/arch/x86/setup.c             |   3 +-
 xen/arch/x86/smpboot.c           | 114 +++++++++++++++++++++----------
 3 files changed, 79 insertions(+), 40 deletions(-)

-- 
2.54.0



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

end of thread, other threads:[~2026-06-11 15:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-09  0:06 [PATCH v3 0/2] xen/x86: Change stub page freeing to fix smt=0 Jason Andryuk
2026-06-09  0:06 ` [PATCH v3 1/2] xen/x86: Return virtual address from alloc_stub_page() Jason Andryuk
2026-06-09  0:06 ` [PATCH v3 2/2] xen/x86: Change stub page allocation/free Jason Andryuk
2026-06-10 15:01   ` Roger Pau Monné
2026-06-10 15:23     ` Jason Andryuk
2026-06-10 18:20       ` Roger Pau Monné
2026-06-11 15:10       ` Jan Beulich
2026-06-10 11:54 ` [PATCH v3 0/2] xen/x86: Change stub page freeing to fix smt=0 Oleksii Kurochko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.