Re: [PATCH v2 0/3] objtool: noinstr validation for static branches/calls

From: Valentin Schneider
Date: Wed Nov 27 2024 - 04:39:02 EST


On 26/11/24 20:47, Josh Poimboeuf wrote:
> v2:
> - Add some fixes reported by kbuild.
>
>
> FWIW, this reports the following static keys:
>
> - sched_clock_running
> - __sched_clock_stable
> - mds_idle_clear
> - vmx_l1d_flush_cond
> - stack_erasing_bypass
>
> and the following static calls:
>
> - pv_sched_clock
> - x86_idle
>

And you event did the static calls, sweet! Thanks a ton Josh, lemme catch
up with emails and then I'll look into these.