Patches applied successfully (
tree,
apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20250515093822.659916-1-ross.lagerwall@citrix.com
docs/misc/livepatch.pandoc | 106 +-
xen/common/Kconfig | 18 +
xen/common/Makefile | 1 +
xen/common/livepatch.c | 145 +++
xen/common/livepatch_elf.c | 55 +
xen/common/mpi.c | 1729 +++++++++++++++++++++++++++++++
xen/crypto/Makefile | 14 +
xen/crypto/rsa.c | 196 ++++
xen/include/xen/livepatch.h | 16 +
xen/include/xen/livepatch_elf.h | 18 +
xen/include/xen/mpi.h | 68 ++
xen/include/xen/rsa.h | 74 ++
xen/tools/extract-key.py | 37 +
13 files changed, 2425 insertions(+), 52 deletions(-)
create mode 100644 xen/common/mpi.c
create mode 100644 xen/crypto/rsa.c
create mode 100644 xen/include/xen/mpi.h
create mode 100644 xen/include/xen/rsa.h
create mode 100755 xen/tools/extract-key.py