aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2022-09-15 13:10:49 +0200
committerPeter Zijlstra <peterz@infradead.org>2022-10-17 16:40:59 +0200
commit1934dc9a8a92fda36ab80cfd55edab1708dcdf9a (patch)
treea0c7d32a2ce7e1a7eaceabae7b8691492822f3ea
parentx86/asm: Differentiate between code and function alignment (diff)
downloadwireguard-linux-1934dc9a8a92fda36ab80cfd55edab1708dcdf9a.tar.xz
wireguard-linux-1934dc9a8a92fda36ab80cfd55edab1708dcdf9a.zip
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
-rw-r--r--arch/x86/lib/error-inject.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/lib/error-inject.c b/arch/x86/lib/error-inject.c
index 1e3de0769b81..b5a6d83106bc 100644
--- a/arch/x86/lib/error-inject.c
+++ b/arch/x86/lib/error-inject.c
@@ -11,6 +11,7 @@ asm(
".text\n"
".type just_return_func, @function\n"
".globl just_return_func\n"
+ ASM_FUNC_ALIGN
"just_return_func:\n"
ANNOTATE_NOENDBR
ASM_RET