[PATCH 0/3] xen/livepatch: improvements to loading

Roger Pau Monne posted 3 patches 1 year, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20240920093656.48879-1-roger.pau@citrix.com
There is a newer version of this series
xen/arch/x86/alternative.c                 |  29 +++--
xen/arch/x86/include/asm/alternative.h     |   3 +-
xen/common/livepatch.c                     | 121 ++++++++++-----------
xen/test/livepatch/Makefile                |   5 +
xen/test/livepatch/xen_alternatives_fail.c |  29 +++++
5 files changed, 114 insertions(+), 73 deletions(-)
create mode 100644 xen/test/livepatch/xen_alternatives_fail.c
[PATCH 0/3] xen/livepatch: improvements to loading
Posted by Roger Pau Monne 1 year, 1 month ago
Hello,

Following series attempts to improve the loading of livepatches,
specifically by doing the Xen build ID check ahead of processing any of
the sections in the livepatch payload (alternatives, bug frames...).

Thanks, Roger.

Roger Pau Monne (3):
  xen/livepatch: simplify and unify logic in prepare_payload()
  xen/livepatch: do build-id check earlier
  x86/alternatives: relax apply BUGs during runtime

 xen/arch/x86/alternative.c                 |  29 +++--
 xen/arch/x86/include/asm/alternative.h     |   3 +-
 xen/common/livepatch.c                     | 121 ++++++++++-----------
 xen/test/livepatch/Makefile                |   5 +
 xen/test/livepatch/xen_alternatives_fail.c |  29 +++++
 5 files changed, 114 insertions(+), 73 deletions(-)
 create mode 100644 xen/test/livepatch/xen_alternatives_fail.c

-- 
2.46.0