Re: [PATCH 1/3] jump_label: Warn on failed jump_label patch
From: Steven Rostedt
Date: Wed Feb 14 2018 - 12:40:52 EST
On Wed, 14 Feb 2018 11:34:07 -0600
Josh Poimboeuf <jpoimboe@xxxxxxxxxx> wrote:
> And in patch 1 the warning conditions need to be tweaked a bit to
> exclude the __init case.
>
Hmm, I wonder if we could simply remove the references from the jump
label table when init is freed.
-- Steve