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

Roger Pau Monne posted 4 patches 1 week, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20240424081957.34326-1-roger.pau@citrix.com
tools/include/xenctrl.h            |  3 ++-
tools/libs/ctrl/xc_misc.c          |  7 +++----
tools/misc/xen-livepatch.c         | 25 +++++++++++++++++++++----
xen/arch/x86/extable.c             | 18 ++++++++++++++++++
xen/arch/x86/include/asm/uaccess.h |  3 +++
xen/common/livepatch.c             | 25 +++++++++++++++++++------
xen/common/livepatch_elf.c         | 22 +++++++++++++++++++++-
xen/include/public/sysctl.h        |  4 +++-
xen/include/xen/livepatch_elf.h    |  2 +-
9 files changed, 91 insertions(+), 18 deletions(-)
[PATCH v4 0/4] livepatch: minor bug fixes and improvements
Posted by Roger Pau Monne 1 week, 4 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         | 25 +++++++++++++++++++++----
 xen/arch/x86/extable.c             | 18 ++++++++++++++++++
 xen/arch/x86/include/asm/uaccess.h |  3 +++
 xen/common/livepatch.c             | 25 +++++++++++++++++++------
 xen/common/livepatch_elf.c         | 22 +++++++++++++++++++++-
 xen/include/public/sysctl.h        |  4 +++-
 xen/include/xen/livepatch_elf.h    |  2 +-
 9 files changed, 91 insertions(+), 18 deletions(-)

-- 
2.44.0