Re: [PATCH v0 1/3] livepatch: add sample cumulative patch

2018-03-02 Thread Miroslav Benes
On Fri, 2 Mar 2018, Greg Kroah-Hartman wrote: > On Thu, Mar 01, 2018 at 05:19:28PM -0800, Philippe Ombredanne wrote: > > Miroslav, > > > > On Tue, Feb 27, 2018 at 3:54 AM, Miroslav Benes wrote: > > > On Sat, 24 Feb 2018, Philippe Ombredanne wrote: > > > > > >> Joe, > > >> > > >> On Fri, Feb 23,

Re: [PATCH v0 1/3] livepatch: add sample cumulative patch

2018-03-02 Thread Greg Kroah-Hartman
On Thu, Mar 01, 2018 at 05:19:28PM -0800, Philippe Ombredanne wrote: > Miroslav, > > On Tue, Feb 27, 2018 at 3:54 AM, Miroslav Benes wrote: > > On Sat, 24 Feb 2018, Philippe Ombredanne wrote: > > > >> Joe, > >> > >> On Fri, Feb 23, 2018 at 1:33 PM, Joe Lawrence > >> wrote: > >> > Add a simple a

Re: [PATCH v0 1/3] livepatch: add sample cumulative patch

2018-03-01 Thread Philippe Ombredanne
Miroslav, On Tue, Feb 27, 2018 at 3:54 AM, Miroslav Benes wrote: > On Sat, 24 Feb 2018, Philippe Ombredanne wrote: > >> Joe, >> >> On Fri, Feb 23, 2018 at 1:33 PM, Joe Lawrence >> wrote: >> > Add a simple atomic replace / cumulative livepatch example. >> > >> > Signed-off-by: Joe Lawrence >> >

Re: [PATCH v0 1/3] livepatch: add sample cumulative patch

2018-02-27 Thread Miroslav Benes
On Sat, 24 Feb 2018, Philippe Ombredanne wrote: > Joe, > > On Fri, Feb 23, 2018 at 1:33 PM, Joe Lawrence wrote: > > Add a simple atomic replace / cumulative livepatch example. > > > > Signed-off-by: Joe Lawrence > > --- > > samples/livepatch/Makefile | 1 + > > samples/livepatc

Re: [PATCH v0 1/3] livepatch: add sample cumulative patch

2018-02-27 Thread Miroslav Benes
Hi, On Fri, 23 Feb 2018, Joe Lawrence wrote: > Add a simple atomic replace / cumulative livepatch example. It's not a cumulative patch, so I'd stick with an atomic replace example. The same applies to the subject, module name and also the comments. > Signed-off-by: Joe Lawrence > --- > samp

Re: [PATCH v0 1/3] livepatch: add sample cumulative patch

2018-02-24 Thread Philippe Ombredanne
Joe, On Fri, Feb 23, 2018 at 1:33 PM, Joe Lawrence wrote: > Add a simple atomic replace / cumulative livepatch example. > > Signed-off-by: Joe Lawrence > --- > samples/livepatch/Makefile | 1 + > samples/livepatch/livepatch-cumulative.c | 216 > +++ >

[PATCH v0 1/3] livepatch: add sample cumulative patch

2018-02-23 Thread Joe Lawrence
Add a simple atomic replace / cumulative livepatch example. Signed-off-by: Joe Lawrence --- samples/livepatch/Makefile | 1 + samples/livepatch/livepatch-cumulative.c | 216 +++ 2 files changed, 217 insertions(+) create mode 100644 samples/livepatch/l