All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] livepatch: enable -f{function,data}-sections compiler option
@ 2022-03-08 13:49 Roger Pau Monne
  2022-03-08 13:49 ` [PATCH v3 1/2] xen/build: put image header into a separate section Roger Pau Monne
                   ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: Roger Pau Monne @ 2022-03-08 13:49 UTC (permalink / raw)
  To: xen-devel
  Cc: Roger Pau Monne, Stefano Stabellini, Julien Grall,
	Bertrand Marquis, Volodymyr Babchuk, Jan Beulich, Andrew Cooper,
	Wei Liu, George Dunlap

Hello,

The content in v3 has been split in two patches, but is still mostly the
same. The main difference is that first patch does a bit of cleanup of
the build logic now that the header object file doesn't need to be the
first one passed to the linker script.

Thanks, Roger.

Roger Pau Monne (2):
  xen/build: put image header into a separate section
  livepatch: set -f{function,data}-sections compiler option

 xen/Kconfig                 |  4 +++
 xen/Makefile                |  2 ++
 xen/arch/arm/arch.mk        |  2 --
 xen/arch/arm/arm32/Makefile |  3 +--
 xen/arch/arm/arm32/head.S   |  1 +
 xen/arch/arm/arm64/Makefile |  3 +--
 xen/arch/arm/arm64/head.S   |  1 +
 xen/arch/arm/xen.lds.S      | 49 ++++++++++++++++++++-----------------
 xen/arch/x86/Makefile       |  5 ++--
 xen/arch/x86/arch.mk        |  2 --
 xen/arch/x86/boot/head.S    |  2 +-
 xen/arch/x86/xen.lds.S      | 22 ++++++++++-------
 xen/common/Kconfig          |  1 +
 13 files changed, 54 insertions(+), 43 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2022-03-09 19:07 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-08 13:49 [PATCH v3 0/2] livepatch: enable -f{function,data}-sections compiler option Roger Pau Monne
2022-03-08 13:49 ` [PATCH v3 1/2] xen/build: put image header into a separate section Roger Pau Monne
2022-03-08 13:57   ` Jan Beulich
2022-03-08 14:18     ` Roger Pau Monné
2022-03-08 15:08       ` Jan Beulich
2022-03-08 16:36         ` Roger Pau Monné
2022-03-08 16:54           ` Jan Beulich
2022-03-08 14:11   ` Andrew Cooper
2022-03-08 14:25     ` Roger Pau Monné
2022-03-08 13:49 ` [PATCH v3 2/2] livepatch: set -f{function,data}-sections compiler option Roger Pau Monne
2022-03-08 14:09   ` Jan Beulich
2022-03-08 14:46     ` Roger Pau Monné
2022-03-08 15:13       ` Jan Beulich
2022-03-08 16:41         ` Roger Pau Monné
2022-03-08 16:58           ` Jan Beulich
2022-03-09  9:30             ` Roger Pau Monné
2022-03-09 10:22               ` Jan Beulich
2022-03-09 19:06                 ` Andrew Cooper
2022-03-08 14:52 ` [PATCH v3 0/2] livepatch: enable " Julien Grall
2022-03-09 12:28   ` Roger Pau Monné
2022-03-09 17:01     ` Julien Grall

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.