Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

x86/error_inject: Align function properly

Ensure inline asm functions are consistently aligned with compiler
generated and SYM_FUNC_START*() functions.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20220915111143.930201368@infradead.org

+1
+1
arch/x86/lib/error-inject.c
··· 11 11 ".text\n" 12 12 ".type just_return_func, @function\n" 13 13 ".globl just_return_func\n" 14 + ASM_FUNC_ALIGN 14 15 "just_return_func:\n" 15 16 ANNOTATE_NOENDBR 16 17 ASM_RET