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