Attached are thee patches for v4.8. The first one had been posted
during v4.7 but we decided to punt to v4.8:
 [PATCH v2 1/3] livepach: Add .livepatch.hooks functions and test-case

The other one is to make it easier to make sure that the livepatch
symbols match with the hypervisor one and not have to figure this
out when loading the payloads:
 [PATCH v2 2/3] symbols: Generate an xen-sym.map

And the last one is a bug-fix:
 [PATCH v2 3/3] livepatch: Sync cache of build-id before using it


 .gitignore                          |  1 +
 docs/misc/livepatch.markdown        | 23 +++++++++++++++++
 xen/Makefile                        |  4 ++-
 xen/arch/arm/Makefile               |  3 +++
 xen/arch/x86/Makefile               |  4 +++
 xen/arch/x86/test/xen_hello_world.c | 36 ++++++++++++++++++++++++++
 xen/common/livepatch.c              | 51 ++++++++++++++++++++++++++++++++++++-
 xen/common/version.c                |  6 ++++-
 xen/include/xen/livepatch.h         |  2 +-
 xen/include/xen/livepatch_payload.h | 49 +++++++++++++++++++++++++++++++++++
 xen/tools/symbols.c                 | 12 ++++++++-
 11 files changed, 186 insertions(+), 5 deletions(-)


Konrad Rzeszutek Wilk (2):
      symbols: Generate an xen-sym.map
      livepatch: Sync cache of build-id before using it first time.

Ross Lagerwall (1):
      livepach: Add .livepatch.hooks functions and test-case


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to