All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] x86/trampoline: Layout description improvements.
@ 2024-11-14  9:08 Andrew Cooper
  2024-11-14  9:08 ` [PATCH v2 1/4] x86/trampoline: Check the size permanent trampoline at link time Andrew Cooper
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Andrew Cooper @ 2024-11-14  9:08 UTC (permalink / raw)
  To: Xen-devel
  Cc: Andrew Cooper, Roger Pau Monné, Daniel P . Smith,
	Frediano Ziglio, Alejandro Vallejo

Extended somewhat from v1.  See patches for differences.

Andrew Cooper (4):
  x86/trampoline: Check the size permanent trampoline at link time
  x86/trampoline: Simplify the wakeup_stack checks
  x86/trampoline: Document how the trampoline is laid out
  x86/trampoline: Rationalise the constants to describe the size

 xen/arch/x86/boot/head.S              | 23 ++--------
 xen/arch/x86/boot/reloc.c             |  5 +--
 xen/arch/x86/boot/trampoline.S        |  5 +--
 xen/arch/x86/boot/wakeup.S            |  8 ++--
 xen/arch/x86/efi/efi-boot.h           |  2 +-
 xen/arch/x86/include/asm/config.h     |  6 ---
 xen/arch/x86/include/asm/trampoline.h | 65 ++++++++++++++++++++++++++-
 xen/arch/x86/xen.lds.S                | 15 +++++--
 8 files changed, 88 insertions(+), 41 deletions(-)


base-commit: 380b32a476e714275c53e51f6482b3b650aff6f8
-- 
2.39.5



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

end of thread, other threads:[~2024-11-15 11:18 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-14  9:08 [PATCH v2 0/4] x86/trampoline: Layout description improvements Andrew Cooper
2024-11-14  9:08 ` [PATCH v2 1/4] x86/trampoline: Check the size permanent trampoline at link time Andrew Cooper
2024-11-14 10:07   ` Jan Beulich
2024-11-14  9:08 ` [PATCH v2 2/4] x86/trampoline: Simplify the wakeup_stack checks Andrew Cooper
2024-11-14 10:10   ` Jan Beulich
2024-11-14  9:08 ` [PATCH v2 3/4] x86/trampoline: Document how the trampoline is laid out Andrew Cooper
2024-11-14 10:12   ` Jan Beulich
2024-11-14 10:48   ` Alejandro Vallejo
2024-11-14 11:17     ` Andrew Cooper
2024-11-14 18:34       ` Andrew Cooper
2024-11-15 11:17         ` Alejandro Vallejo
2024-11-14  9:08 ` [PATCH v2 4/4] x86/trampoline: Rationalise the constants to describe the size Andrew Cooper
2024-11-14 10:13   ` Jan Beulich

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.