All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] livepatch: make symbol resolution more robust
@ 2024-04-19 10:02 Roger Pau Monne
  2024-04-19 10:02 ` [PATCH v2 1/2] xen: introduce header file with section related symbols Roger Pau Monne
  2024-04-19 10:02 ` [PATCH v2 2/2] livepatch: refuse to resolve symbols that belong to init sections Roger Pau Monne
  0 siblings, 2 replies; 20+ messages in thread
From: Roger Pau Monne @ 2024-04-19 10:02 UTC (permalink / raw)
  To: xen-devel
  Cc: Roger Pau Monne, Stefano Stabellini, Julien Grall,
	Bertrand Marquis, Michal Orzel, Volodymyr Babchuk, Andrew Cooper,
	George Dunlap, Jan Beulich, Ross Lagerwall

Hello,

Previously a single patch, now with a pre-patch to place the init
section markers into a common file.

Thanks, Roger.

Roger Pau Monne (2):
  xen: introduce header file with section related symbols
  livepatch: refuse to resolve symbols that belong to init sections

 xen/arch/arm/mmu/setup.c   |  3 +--
 xen/arch/x86/setup.c       |  3 +--
 xen/common/livepatch_elf.c | 16 ++++++++++++++++
 xen/include/xen/sections.h | 17 +++++++++++++++++
 4 files changed, 35 insertions(+), 4 deletions(-)
 create mode 100644 xen/include/xen/sections.h

-- 
2.44.0



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

end of thread, other threads:[~2024-04-23 13:18 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-19 10:02 [PATCH v2 0/2] livepatch: make symbol resolution more robust Roger Pau Monne
2024-04-19 10:02 ` [PATCH v2 1/2] xen: introduce header file with section related symbols Roger Pau Monne
2024-04-19 10:08   ` Andrew Cooper
2024-04-19 10:12     ` Jan Beulich
2024-04-19 10:16       ` Andrew Cooper
2024-04-19 14:32         ` Jan Beulich
2024-04-23 12:25   ` Jan Beulich
2024-04-23 13:17     ` Roger Pau Monné
2024-04-19 10:02 ` [PATCH v2 2/2] livepatch: refuse to resolve symbols that belong to init sections Roger Pau Monne
2024-04-19 10:10   ` Andrew Cooper
2024-04-19 10:48     ` Roger Pau Monné
2024-04-19 10:15   ` Jan Beulich
2024-04-19 10:50     ` Roger Pau Monné
2024-04-19 14:34       ` Jan Beulich
2024-04-22  7:54         ` Roger Pau Monné
2024-04-22  8:25           ` Jan Beulich
2024-04-22 10:49             ` Roger Pau Monné
2024-04-22 10:57               ` Jan Beulich
2024-04-22 11:34                 ` Roger Pau Monné
2024-04-22 11:51                   ` 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.