diff options
author | Denys Vlasenko <dvlasenk@redhat.com> | 2015-04-07 12:42:47 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-04-08 03:18:36 -0400 |
commit | 8b3607b5b8c591d8bf045911cb7c90ecaa6e7b73 (patch) | |
tree | bd06e15e9bc58e1bcbddf04b0ba77ec885c3c7aa /arch/x86/kernel/entry_64.S | |
parent | 3304c9c37bef30ebd2ef71d986e6568372ce80f8 (diff) |
x86/asm/entry/64: Add forgotten CFI annotation
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Cc: Alexei Starovoitov <ast@plumgrid.com>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Kees Cook <keescook@chromium.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Will Drewry <wad@chromium.org>
Link: http://lkml.kernel.org/r/1428424967-14460-1-git-send-email-dvlasenk@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/kernel/entry_64.S')
-rw-r--r-- | arch/x86/kernel/entry_64.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/entry_64.S b/arch/x86/kernel/entry_64.S index 4ca03c518ab4..3197f41ce320 100644 --- a/arch/x86/kernel/entry_64.S +++ b/arch/x86/kernel/entry_64.S | |||
@@ -506,6 +506,7 @@ return_from_execve: | |||
506 | 1: | 506 | 1: |
507 | /* must use IRET code path (pt_regs->cs may have changed) */ | 507 | /* must use IRET code path (pt_regs->cs may have changed) */ |
508 | addq $8, %rsp | 508 | addq $8, %rsp |
509 | CFI_ADJUST_CFA_OFFSET -8 | ||
509 | ZERO_EXTRA_REGS | 510 | ZERO_EXTRA_REGS |
510 | movq %rax,RAX(%rsp) | 511 | movq %rax,RAX(%rsp) |
511 | jmp int_ret_from_sys_call | 512 | jmp int_ret_from_sys_call |