Re: [PATCH v13 00/12] livepatch: Atomic replace feature

2018-10-18 Thread Josh Poimboeuf
On Mon, Oct 15, 2018 at 02:37:01PM +0200, Petr Mladek wrote: > 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

[PATCH v13 00/12] livepatch: Atomic replace feature

2018-10-15 Thread Petr Mladek
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. Now, the question is if 13