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

Roger Pau Monne posted 4 patches 1 week, 5 days ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20240423131249.29825-1-roger.pau@citrix.com
There is a newer version of this series
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(-)
[PATCH v3 0/4] livepatch: minor bug fixes and improvements
Posted by Roger Pau Monne 1 week, 5 days ago
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