Re: [PATCH v2 1/5] livepatch: Keep replaced patches until post_patch callback is called
From: Miroslav Benes <mbenes@suse.cz>
Date: 2019-08-13 13:24:39
Also in:
lkml
From: Miroslav Benes <mbenes@suse.cz>
Date: 2019-08-13 13:24:39
Also in:
lkml
On Fri, 19 Jul 2019, Petr Mladek wrote:
Pre/post (un)patch callbacks might manipulate the system state. Cumulative livepatches might need to take over the changes made by the replaced ones. For this they might need to access some data stored or referenced by the old livepatches. Therefore the replaced livepatches has to stay around until post_patch()
s/has/have/ Miroslav