Re: [PATCH] livepatch: Small shadow variable documentation fixes

2017-10-02 Thread Jiri Kosina
On Mon, 25 Sep 2017, Petr Mladek wrote: > The description of the basic operations was a bit inconsistent > and based on older version of the patchset. > > Also the size of the spinlock structure should be allocated > instead of the pointer. > > Signed-off-by: Petr Mladek Applied, thanks. --

Re: [PATCH] livepatch: Small shadow variable documentation fixes

2017-09-25 Thread Joe Lawrence
On Mon, Sep 25, 2017 at 05:41:59PM +0200, Petr Mladek wrote: > The description of the basic operations was a bit inconsistent > and based on older version of the patchset. > > Also the size of the spinlock structure should be allocated > instead of the pointer. > > Signed-off-by: Petr Mladek > -