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

Roger Pau Monne posted 2 patches 1 week, 5 days ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20240419100217.12072-1-roger.pau@citrix.com
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
[PATCH v2 0/2] livepatch: make symbol resolution more robust
Posted by Roger Pau Monne 1 week, 5 days ago
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