mbox series

[v2,0/2] livepatch: make symbol resolution more robust

Message ID 20240419100217.12072-1-roger.pau@citrix.com (mailing list archive)
Headers show
Series livepatch: make symbol resolution more robust | expand

Message

Roger Pau Monné April 19, 2024, 10:02 a.m. UTC
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