All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] Livepatch patches for v4.8 (v1)
@ 2016-08-04 15:49 Konrad Rzeszutek Wilk
  2016-08-04 15:49 ` [PATCH v2 1/3] livepach: Add .livepatch.hooks functions and test-case Konrad Rzeszutek Wilk
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Konrad Rzeszutek Wilk @ 2016-08-04 15:49 UTC (permalink / raw)
  To: konrad, xen-devel

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

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2016-08-11 11:13 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-04 15:49 [PATCH v1] Livepatch patches for v4.8 (v1) Konrad Rzeszutek Wilk
2016-08-04 15:49 ` [PATCH v2 1/3] livepach: Add .livepatch.hooks functions and test-case Konrad Rzeszutek Wilk
2016-08-05 15:35   ` Jan Beulich
2016-08-05 21:08     ` Konrad Rzeszutek Wilk
2016-08-08  6:23       ` Jan Beulich
2016-08-09 18:01         ` Konrad Rzeszutek Wilk
2016-08-10  9:46           ` Jan Beulich
2016-08-11  1:20             ` Konrad Rzeszutek Wilk
2016-08-11  8:52             ` Jan Beulich
2016-08-11 10:56               ` Ian Jackson
2016-08-11 11:13                 ` Jan Beulich
2016-08-08 13:42     ` George Dunlap
2016-08-08 14:01       ` Jan Beulich
2016-08-08 14:10         ` George Dunlap
2016-08-08 15:15           ` Jan Beulich
2016-08-08 16:07             ` Andrew Cooper
2016-08-04 15:49 ` [PATCH v2 2/3] symbols: Generate an xen-sym.map Konrad Rzeszutek Wilk
2016-08-04 19:24   ` Konrad Rzeszutek Wilk
2016-08-05 15:56   ` Jan Beulich
2016-08-04 15:49 ` [PATCH v2 3/3] livepatch: Sync cache of build-id before using it first time Konrad Rzeszutek Wilk
2016-08-05 15:40   ` Jan Beulich
2016-08-05 20:53     ` Konrad Rzeszutek Wilk
2016-08-08  6:26       ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.