• D
    x86/asm/entry/64: Do not GET_THREAD_INFO() too early · a3675b32
    Denys Vlasenko 提交于
    At exit_intr, we GET_THREAD_INFO(%rcx) and then jump to
    retint_kernel if saved CS was from kernel. But the code at
    retint_kernel doesn't need %rcx.
    
    Move GET_THREAD_INFO(%rcx) down, after CS check and branch.
    
    While at it, remove "has a correct top of stack" comment.
    After recent changes which eliminated FIXUP_TOP_OF_STACK,
    we always have a correct pt_regs layout.
    Signed-off-by: NDenys Vlasenko <dvlasenk@redhat.com>
    Cc: Alexei Starovoitov <ast@plumgrid.com>
    Cc: Andy Lutomirski <luto@amacapital.net>
    Cc: Borislav Petkov <bp@alien8.de>
    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: Will Drewry <wad@chromium.org>
    Link: http://lkml.kernel.org/r/1427738975-7391-5-git-send-email-dvlasenk@redhat.comSigned-off-by: NIngo Molnar <mingo@kernel.org>
    a3675b32
entry_64.S 41.1 KB