Re: [RFC PATCH 4/5] samples: livepatch: init reloc list and mark as klp module

2015-11-11 Thread Petr Mladek
On Mon 2015-11-09 23:45:54, Jessica Yu wrote: > Intialize the list of relocation sections in the sample > klp_object (even if the list will be empty in this case). > Also mark module as a livepatch module so that the module > loader can appropriately initialize it. > > Signed-off-by: Jessica Yu >

Re: [RFC PATCH 4/5] samples: livepatch: init reloc list and mark as klp module

2015-11-10 Thread Josh Poimboeuf
On Tue, Nov 10, 2015 at 09:15:54AM +0100, Jiri Slaby wrote: > On 11/10/2015, 05:45 AM, Jessica Yu wrote: > > Intialize the list of relocation sections in the sample > > klp_object (even if the list will be empty in this case). > > Also mark module as a livepatch module so that the module > > loader

Re: [RFC PATCH 4/5] samples: livepatch: init reloc list and mark as klp module

2015-11-10 Thread Jiri Slaby
On 11/10/2015, 05:45 AM, Jessica Yu wrote: > Intialize the list of relocation sections in the sample > klp_object (even if the list will be empty in this case). > Also mark module as a livepatch module so that the module > loader can appropriately initialize it. > > Signed-off-by: Jessica Yu > --

[RFC PATCH 4/5] samples: livepatch: init reloc list and mark as klp module

2015-11-09 Thread Jessica Yu
Intialize the list of relocation sections in the sample klp_object (even if the list will be empty in this case). Also mark module as a livepatch module so that the module loader can appropriately initialize it. Signed-off-by: Jessica Yu --- samples/livepatch/livepatch-sample.c | 2 ++ 1 file ch