Mailing List Archive

[PATCH v3 0/4] livepatch: minor bug fixes and improvements
Hello,

Following series contain some minor bugfixes and improvements for
livepatch logic, both inside the hypervisor and on the command line
tool.

Thanks, Roger.

Roger Pau Monne (4):
xen-livepatch: fix parameter name parsing
livepatch: introduce --force option
livepatch: refuse to resolve symbols that belong to init sections
x86/livepatch: perform sanity checks on the payload exception table
contents

tools/include/xenctrl.h | 3 ++-
tools/libs/ctrl/xc_misc.c | 7 +++----
tools/misc/xen-livepatch.c | 27 +++++++++++++++++++++++----
xen/arch/x86/extable.c | 18 ++++++++++++++++++
xen/arch/x86/include/asm/uaccess.h | 4 ++++
xen/common/livepatch.c | 25 +++++++++++++++++++------
xen/common/livepatch_elf.c | 18 +++++++++++++++++-
xen/include/public/sysctl.h | 4 +++-
xen/include/xen/livepatch_elf.h | 2 +-
9 files changed, 90 insertions(+), 18 deletions(-)

--
2.44.0