Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754472AbbG0Uvp (ORCPT ); Mon, 27 Jul 2015 16:51:45 -0400 Received: from mail-lb0-f175.google.com ([209.85.217.175]:33437 "EHLO mail-lb0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753781AbbG0Uvo (ORCPT ); Mon, 27 Jul 2015 16:51:44 -0400 MIME-Version: 1.0 In-Reply-To: <1438029228-20560-2-git-send-email-dvlasenk@redhat.com> References: <1438029228-20560-1-git-send-email-dvlasenk@redhat.com> <1438029228-20560-2-git-send-email-dvlasenk@redhat.com> From: Andy Lutomirski Date: Mon, 27 Jul 2015 13:51:23 -0700 Message-ID: Subject: Re: [PATCH 2/5] x86/asm/entry/32: Expand auditsys_FOO macros in SYSCALL32 code path To: Denys Vlasenko Cc: Ingo Molnar , Linus Torvalds , "Krzysztof A. Sobiecki" , Steven Rostedt , Borislav Petkov , "H. Peter Anvin" , Oleg Nesterov , Frederic Weisbecker , Alexei Starovoitov , Will Drewry , Kees Cook , X86 ML , "linux-kernel@vger.kernel.org" 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: 775 Lines: 20 On Mon, Jul 27, 2015 at 1:33 PM, Denys Vlasenko wrote: > This is a preparatory change which allows to drop most of SYSENTER machinery > and make SYSENTER reuse SYSCALL code: we will be deleting entire > SYSENTER code block, including auditsys_entry_common and > auditsys_exit macros. Assuming the object file with CONFIG_AUDITSYSCALL is identical before and after, then: Acked-by: Andy Lutomirski (Except that you forgot to accidentally delete all the audit code in this patch.) --Andy -- 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/