Re: [PATCH v15 00/11] livepatch: Atomic replace feature

2019-01-11 Thread Jiri Kosina
Hi, I've now applied this patchset, so please send any further fixups as incremental on top of for-5.1/atomic-replace. Thanks to everybody involved (especially Petr) for the patience and all the invested effort. -- Jiri Kosina SUSE Labs

Re: [PATCH v15 00/11] livepatch: Atomic replace feature

2019-01-11 Thread Josh Poimboeuf
On Wed, Jan 09, 2019 at 01:43:18PM +0100, Petr Mladek wrote: > Changes against v14: > > + Rename klp_active -> klp_added [Josh] > > + Do not clear klp_added variable in klp_free*() [Josh] > > + Rename klp_init_patch_before_free() -> klp_init_patch_early() > [Josh] > > + Do not

[PATCH v15 00/11] livepatch: Atomic replace feature

2019-01-09 Thread Petr Mladek
Hi, The atomic replace allows to create cumulative patches. They are useful when you maintain many livepatches and want to remove one that is lower on the stack. In addition it is very useful when more patches touch the same function and there are dependencies between them. I kindly ask