From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752496AbaCFXiJ (ORCPT ); Thu, 6 Mar 2014 18:38:09 -0500 Received: from terminus.zytor.com ([198.137.202.10]:52648 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752081AbaCFXiI (ORCPT ); Thu, 6 Mar 2014 18:38:08 -0500 Message-ID: <531906C7.5030409@zytor.com> Date: Thu, 06 Mar 2014 15:37:43 -0800 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: David Howells , Andy Lutomirski CC: "linux-kernel@vger.kernel.org" , linux-arch , libseccomp-discuss@lists.sourceforge.net Subject: Re: Making a universal list of syscalls? References: <15044.1394017702@warthog.procyon.org.uk> In-Reply-To: <15044.1394017702@warthog.procyon.org.uk> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/05/2014 03:08 AM, David Howells wrote: > It would be really nice if we could do this in such a manner that we could > build strace from it. strace, seccomp, klibc, ... we all need more or less the same stuff. -hpa