Re: [PATCH] static_key: Improve uninizialized key warning

From: Ingo Molnar
Date: Wed Oct 18 2017 - 09:19:50 EST



* Borislav Petkov <bp@xxxxxxxxx> wrote:

> but it doesn't tell me which key it is. So dump its address too:
>
> static_key_disable_cpuslocked, key ffffffff81c32680 used before call to jump_label_init

Is it possible to print out a symbol instead of an absolute address - does that
work for data symbols?

Thanks,

Ingo