From: Denys Vlasenko Date: Tue, 7 Apr 2015 16:42:47 +0000 (+0200) Subject: x86/asm/entry/64: Add forgotten CFI annotation X-Git-Tag: v4.9.8~4513^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b3607b5b8c591d8bf045911cb7c90ecaa6e7b73;p=platform%2Fkernel%2Flinux-rpi3.git x86/asm/entry/64: Add forgotten CFI annotation Signed-off-by: Denys Vlasenko Cc: Alexei Starovoitov Cc: Andy Lutomirski Cc: Borislav Petkov Cc: Brian Gerst Cc: Frederic Weisbecker Cc: H. Peter Anvin Cc: Kees Cook Cc: Linus Torvalds Cc: Oleg Nesterov Cc: Steven Rostedt Cc: Thomas Gleixner Cc: Will Drewry Link: http://lkml.kernel.org/r/1428424967-14460-1-git-send-email-dvlasenk@redhat.com Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/entry_64.S b/arch/x86/kernel/entry_64.S index 4ca03c5..3197f41 100644 --- a/arch/x86/kernel/entry_64.S +++ b/arch/x86/kernel/entry_64.S @@ -506,6 +506,7 @@ return_from_execve: 1: /* must use IRET code path (pt_regs->cs may have changed) */ addq $8, %rsp + CFI_ADJUST_CFA_OFFSET -8 ZERO_EXTRA_REGS movq %rax,RAX(%rsp) jmp int_ret_from_sys_call