On Tue, 11 Apr 2017, Petr Mladek wrote: > klp_init_transition() does not set func->transition for immediate patches. > Then klp_ftrace_handler() could use the new code immediately. As a result, > it is not safe to put the livepatch module in klp_cancel_transition(). > > This patch reverts most of the last minute changes klp_cancel_transition(). > It keeps the warning about a misuse because it still makes sense. > > Signed-off-by: Petr Mladek <pmla...@suse.com> > --- > Hi, > > I am afraid that Mirek was not right in the mail > https://lkml.kernel.org/r/alpine.lsu.2.20.1702161504020.16...@pobox.suse.cz > IMHO, it is not safe to put the module when the immediate > patch cannot be applied.
That's a very good catch indeed, thanks. Applied. -- Jiri Kosina SUSE Labs