All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Livepatch: Support local/global symbols.
@ 2017-06-20  2:47 Konrad Rzeszutek Wilk
  2017-06-20  2:47 ` [PATCH v1 1/3] livepatch: Add local and global symbol resolution Konrad Rzeszutek Wilk
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Konrad Rzeszutek Wilk @ 2017-06-20  2:47 UTC (permalink / raw)
  To: xen-devel, ian.jackson, ross.lagerwall; +Cc: andrew.cooper3, jbeulich

Heya,

Please see the following two patches:

 [PATCH v1 1/3] livepatch: Add local and global symbol resolution.
 [PATCH v1 2/3] livepatch: Add xen_local_symbols test-case

which depend on "xen/test/Makefile: Fix clean target, broken by pattern rule"
to install properly.

There is also an OSSTEST test-case:
 [PATCH v1 OSSTEST 3/3] ts-livepatch: Expand testcase to include global/local symbols

which expands the regression testing (and it is smart enough to not do the
test-case is the test-case file does not exist).

The Xen diff stat is as follow:

 xen/common/livepatch.c                 | 21 +++++++++-----
 xen/include/xen/livepatch.h            |  3 +-
 xen/include/xen/livepatch_elf.h        |  7 +++++
 xen/test/livepatch/Makefile            | 10 ++++++-
 xen/test/livepatch/xen_local_symbols.c | 52 ++++++++++++++++++++++++++++++++++
 5 files changed, 84 insertions(+), 9 deletions(-)


Konrad Rzeszutek Wilk (2):
      livepatch: Add local and global symbol resolution.
      livepatch: Add xen_local_symbols test-case


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

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

end of thread, other threads:[~2017-06-20 16:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-20  2:47 [PATCH] Livepatch: Support local/global symbols Konrad Rzeszutek Wilk
2017-06-20  2:47 ` [PATCH v1 1/3] livepatch: Add local and global symbol resolution Konrad Rzeszutek Wilk
2017-06-20  7:51   ` Jan Beulich
2017-06-20 15:59     ` Konrad Rzeszutek Wilk
2017-06-20 16:18       ` Jan Beulich
2017-06-20  2:47 ` [PATCH v1 2/3] livepatch: Add xen_local_symbols test-case Konrad Rzeszutek Wilk
2017-06-20  2:47 ` [PATCH v1 OSSTEST 3/3] ts-livepatch: Expand testcase to include global/local symbols Konrad Rzeszutek Wilk
2017-06-20 15:18   ` Ian Jackson

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.