Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753792Ab2HAXKJ (ORCPT ); Wed, 1 Aug 2012 19:10:09 -0400 Received: from mail-lpp01m010-f46.google.com ([209.85.215.46]:33619 "EHLO mail-lpp01m010-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752881Ab2HAXKH (ORCPT ); Wed, 1 Aug 2012 19:10:07 -0400 MIME-Version: 1.0 In-Reply-To: <5019B36A.4030604@zytor.com> References: <1343859049-3632-1-git-send-email-meredydd@senatehouse.org> <5019B36A.4030604@zytor.com> From: Meredydd Luff Date: Thu, 2 Aug 2012 00:09:45 +0100 Message-ID: Subject: Re: [PATCH] [RFC] syscalls,x86: Add execveat() system call (v2) To: "H. Peter Anvin" Cc: linux-kernel@vger.kernel.org, Kees Cook , Ingo Molnar , Jeff Dike , Richard Weinberger , Andrew Morton Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1017 Lines: 25 On Wed, Aug 1, 2012 at 11:53 PM, H. Peter Anvin wrote: > On 08/01/2012 03:10 PM, Meredydd Luff wrote: >> diff --git a/arch/x86/syscalls/syscall_64.tbl b/arch/x86/syscalls/syscall_64.tbl >> index 51171ae..c35df9e 100644 >> --- a/arch/x86/syscalls/syscall_64.tbl >> +++ b/arch/x86/syscalls/syscall_64.tbl >> @@ -319,6 +319,7 @@ >> 310 64 process_vm_readv sys_process_vm_readv >> 311 64 process_vm_writev sys_process_vm_writev >> 312 64 kcmp sys_kcmp >> +313 64 execveat stub_execveat >> >> # >> # x32-specific system call numbers start at 512 to avoid cache impact > > I think that should be common, not 64 (as should kcmp be). I copied the original execve, which is 64. Meredydd -- 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/