All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] x86/boot: provide better diagnostics in AP boot failure
@ 2025-05-22  7:54 Roger Pau Monne
  2025-05-22  7:54 ` [PATCH v2 1/4] x86/boot: print CPU and APIC ID in bring up failure Roger Pau Monne
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Roger Pau Monne @ 2025-05-22  7:54 UTC (permalink / raw)
  To: xen-devel; +Cc: Roger Pau Monne, Jan Beulich, Andrew Cooper

Hello,

This series attempts to improve AP boot failure diagnosis by improving
the printed failure messages (patch 1) and detecting AP getting stuck
during bringup (patch 4).  Patches 2 and 3 are preparatory changes for
the work done in patch 4.

They should be non-functional changes for systems working correctly.

Thanks, Roger.

Roger Pau Monne (4):
  x86/boot: print CPU and APIC ID in bring up failure
  x86/traps: remove smp_mb() ahead of IPI dispatch
  x86/traps: split code to dump execution state to a separate helper
  x86/boot: attempt to print trace and panic on AP bring up stall

 xen/arch/x86/include/asm/processor.h |  1 +
 xen/arch/x86/smpboot.c               | 14 +++++-
 xen/arch/x86/traps.c                 | 64 +++++++++++++++++-----------
 3 files changed, 51 insertions(+), 28 deletions(-)

-- 
2.49.0



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

end of thread, other threads:[~2025-05-23  7:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-22  7:54 [PATCH v2 0/4] x86/boot: provide better diagnostics in AP boot failure Roger Pau Monne
2025-05-22  7:54 ` [PATCH v2 1/4] x86/boot: print CPU and APIC ID in bring up failure Roger Pau Monne
2025-05-22  9:10   ` Jan Beulich
2025-05-22 14:39     ` Andrew Cooper
2025-05-22 16:50       ` Roger Pau Monné
2025-05-22 17:22         ` Andrew Cooper
2025-05-23  7:19           ` Roger Pau Monné
2025-05-22  7:54 ` [PATCH v2 2/4] x86/traps: remove smp_mb() ahead of IPI dispatch Roger Pau Monne
2025-05-22  9:16   ` Jan Beulich
2025-05-22  7:54 ` [PATCH v2 3/4] x86/traps: split code to dump execution state to a separate helper Roger Pau Monne
2025-05-22 13:41   ` Jan Beulich
2025-05-22  7:54 ` [PATCH v2 4/4] x86/boot: attempt to print trace and panic on AP bring up stall Roger Pau Monne
2025-05-22 14:42   ` Andrew Cooper

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.