Home
last modified time | relevance | path

Searched hist:e0b081d1 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/linux/sched/
H A Dtask_stack.he0b081d1 Wed Apr 12 12:24:07 CDT 2023 Josh Poimboeuf <jpoimboe@kernel.org> sched: Fix KCSAN noinstr violation

With KCSAN enabled, end_of_stack() can get out-of-lined. Force it
inline.

Fixes the following warnings:

vmlinux.o: warning: objtool: check_stackleak_irqoff+0x2b: call to end_of_stack() leaves .noinstr.text section

Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/cc1b4d73d3a428a00d206242a68fdf99a934ca7b.1681320026.git.jpoimboe@kernel.org