Re: [PATCH 2/3] livepatch: add shadow variable documentation

2017-06-14 Thread Petr Mladek
On Thu 2017-06-01 14:25:25, Joe Lawrence wrote: > Document the new shadow variable API, including a few common use cases. > > Signed-off-by: Joe Lawrence > --- > Documentation/livepatch/shadow-vars.txt | 175 > > 1 file changed, 175 insertions(+) > create mode

[PATCH 2/3] livepatch: add shadow variable documentation

2017-06-01 Thread Joe Lawrence
Document the new shadow variable API, including a few common use cases. Signed-off-by: Joe Lawrence --- Documentation/livepatch/shadow-vars.txt | 175 1 file changed, 175 insertions(+) create mode 100644 Documentation/livepatch/shadow-vars.txt diff --git a/Docu