Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751685AbbGBQ5T (ORCPT ); Thu, 2 Jul 2015 12:57:19 -0400 Received: from mail-qk0-f176.google.com ([209.85.220.176]:34363 "EHLO mail-qk0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753324AbbGBQ5L (ORCPT ); Thu, 2 Jul 2015 12:57:11 -0400 MIME-Version: 1.0 In-Reply-To: <2dd2507c09d813cea63b7d93b66956d36de5402f.1435602481.git.luto@kernel.org> References: <2dd2507c09d813cea63b7d93b66956d36de5402f.1435602481.git.luto@kernel.org> From: Denys Vlasenko Date: Thu, 2 Jul 2015 18:56:51 +0200 Message-ID: Subject: Re: [PATCH v4 11/17] x86/entry/64: Migrate 64-bit and compat syscalls to new exit hooks To: Andy Lutomirski Cc: X86 ML , Linux Kernel Mailing List , =?UTF-8?B?RnLDqWTDqXJpYyBXZWlzYmVja2Vy?= , Rik van Riel , Oleg Nesterov , Borislav Petkov , Kees Cook , Brian Gerst , Paul McKenney Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 636 Lines: 15 On Mon, Jun 29, 2015 at 9:33 PM, Andy Lutomirski wrote: > + jmp int_ret_from_sys_call > + testl $(_TIF_ALLWORK_MASK & ~_TIF_SYSCALL_AUDIT), ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS) > + jnz ia32_ret_from_sys_call The files got reformatted to use a consistent style with tab between insn mnemonic and its arguments. Please do not break it again... -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/