Re: [PATCH 3/3] livepatch: add shadow variable sample program

From: Miroslav Benes
Date: Tue Jun 13 2017 - 07:00:22 EST


On Thu, 1 Jun 2017, Joe Lawrence wrote:

> Modify the sample livepatch to demonstrate the shadow variable API.
>
> Signed-off-by: Joe Lawrence <joe.lawrence@xxxxxxxxxx>
> ---
> samples/livepatch/livepatch-sample.c | 39 +++++++++++++++++++++++++++++++++++-
> 1 file changed, 38 insertions(+), 1 deletion(-)

Would it make sense to make this our second sample module? I think we
should keep one as simple as possible, and illustrate new features in
separate sample modules.

I'd like to have another one for klp-convert patch set too.

What do you think?

Miroslav