]> git.baikalelectronics.ru Git - kernel.git/commit
jump_label: Provide CONFIG-driven build state defaults
authorKees Cook <keescook@chromium.org>
Thu, 1 Apr 2021 23:23:42 +0000 (16:23 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 8 Apr 2021 12:05:19 +0000 (14:05 +0200)
commite5ef83aea31c221985f06156303264eb483d23e2
treee313d2e817100022f160bad42e2fd8e7eab3c4bf
parentaf17dac18492216dd3df2dc382fc88eeffbff213
jump_label: Provide CONFIG-driven build state defaults

As shown in the comment in jump_label.h, choosing the initial state of
static branches changes the assembly layout. If the condition is expected
to be likely it's inline, and if unlikely it is out of line via a jump.

A few places in the kernel use (or could be using) a CONFIG to choose the
default state, which would give a small performance benefit to their
compile-time declared default. Provide the infrastructure to do this.

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20210401232347.2791257-2-keescook@chromium.org
include/linux/jump_label.h