Re: [PATCH v4 3/3] livepatch: add atomic replace

2017-10-17 Thread Jason Baron
On 10/17/2017 10:18 AM, Petr Mladek wrote: > On Thu 2017-10-12 17:12:29, Jason Baron wrote: >> Sometimes we would like to revert a particular fix. This is currently >> This is not easy because we want to keep all other fixes active and we >> could revert only the last applied patch. >> >> One sol

Re: [PATCH v4 3/3] livepatch: add atomic replace

2017-10-17 Thread Petr Mladek
On Thu 2017-10-12 17:12:29, Jason Baron wrote: > Sometimes we would like to revert a particular fix. This is currently > This is not easy because we want to keep all other fixes active and we > could revert only the last applied patch. > > One solution would be to apply new patch that implemented

[PATCH v4 3/3] livepatch: add atomic replace

2017-10-12 Thread Jason Baron
Sometimes we would like to revert a particular fix. This is currently This is not easy because we want to keep all other fixes active and we could revert only the last applied patch. One solution would be to apply new patch that implemented all the reverted functions like in the original code. It