Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp262583imu; Thu, 8 Nov 2018 19:16:45 -0800 (PST) X-Google-Smtp-Source: AJdET5eTxXKRZWRZ0a2TadXThv/UaKtApTPUhVfv5cKjdr9X41CwDiDeQb0e2XmBWFA9Kf8Ze+Ol X-Received: by 2002:a17:902:9693:: with SMTP id n19-v6mr7255781plp.20.1541733405786; Thu, 08 Nov 2018 19:16:45 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1541733405; cv=none; d=google.com; s=arc-20160816; b=bBKDzSE1CYNqKylCDtkI4AVnhpyh7dV/ZThWajNylVu9Va94bkuJXFhRZe991DUluH np3Tf94BlN2b28WpG7ewd98al24PW8Hr219vySWL5LNg1BN/nJxwFTd1ArwIhegvQEx+ 1evZIlytvN0e/EVjHASuNkNJXA312Q78HsWiUIRTp271lee6xoy2kFOMm9zRkP5bYd2x /c6w5QOMtCk3iYSw1WZ62nL3XSA0wUt6yU4TO/CsTfB0WRtqQLSN5KO+4VzjbaPqvm3c WohO+5xRiTKyJR4LFVwQG5jZSry39+ZeKKbafAFtcvT4ui5B5Cn9DJjhwgeNodmFop0q F+PA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:mail-followup-to:message-id:subject:cc:to:from:date; bh=IGtyaViobdxi7y+lcmse3yR9cq2u0b5OHVzDwhpOFDI=; b=RGUvsTk029tU813p4jQmsxthIU29fVGJMB50JA+WnvLP1tWpsFHLHS0Fjh0TM+BoLo IvsdF+BTRaHxot6Oh59w3BnOrGdFdAbWD0a8HZzGNriWQrqcKxHxq4m9+zc401te0MVI jrmvrHsLx7Z9sV5FSxrRGMKMmx1jRRaRWyiY1na3ACOqFYQvWWReqI5a2q6Eln4KOnnq 7DpVjgpyqgf/lrxJfbVsrAj6S4qiU2xaEWq8G2F+BN2XJPBWKztXRMyH9ovcfcvgTVxR MGvqgyaT1asF4UcvBImPtCbFbq11kHs/PBSdlNXUnpem+ewTp80Py07P5uMLsxdm9qrh TgoA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a4-v6si6440231pfo.97.2018.11.08.19.16.30; Thu, 08 Nov 2018 19:16:45 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727760AbeKIMya (ORCPT + 99 others); Fri, 9 Nov 2018 07:54:30 -0500 Received: from vmicros1.altlinux.org ([194.107.17.57]:48250 "EHLO vmicros1.altlinux.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727238AbeKIMy3 (ORCPT ); Fri, 9 Nov 2018 07:54:29 -0500 Received: from mua.local.altlinux.org (mua.local.altlinux.org [192.168.1.14]) by vmicros1.altlinux.org (Postfix) with ESMTP id CB7E672CC6B; Fri, 9 Nov 2018 06:15:51 +0300 (MSK) Received: by mua.local.altlinux.org (Postfix, from userid 508) id C225E7CD1FF; Fri, 9 Nov 2018 06:15:51 +0300 (MSK) Date: Fri, 9 Nov 2018 06:15:51 +0300 From: "Dmitry V. Levin" To: Andy Lutomirski , Chris Zankel , Max Filippov Cc: Elvira Khabirova , linux-xtensa@linux-xtensa.org, linux-kernel@vger.kernel.org Subject: [PATCH 04/13] elf-em.h: add EM_XTENSA Message-ID: <20181109031551.GD21511@altlinux.org> Mail-Followup-To: Andy Lutomirski , Chris Zankel , Max Filippov , Elvira Khabirova , linux-xtensa@linux-xtensa.org, linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181109031303.GA20906@altlinux.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The uapi/linux/audit.h header is going to use EM_XTENSA in order to define AUDIT_ARCH_XTENSA which is needed to implement syscall_get_arch() which in turn is required to extend the generic ptrace API with PTRACE_GET_SYSCALL_INFO request. The value for EM_XTENSA has been taken from http://www.sco.com/developers/gabi/2012-12-31/ch4.eheader.html Signed-off-by: Dmitry V. Levin --- include/uapi/linux/elf-em.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/elf-em.h b/include/uapi/linux/elf-em.h index f879c24a7c21..2639119bf459 100644 --- a/include/uapi/linux/elf-em.h +++ b/include/uapi/linux/elf-em.h @@ -35,6 +35,7 @@ #define EM_M32R 88 /* Renesas M32R */ #define EM_MN10300 89 /* Panasonic/MEI MN10300, AM33 */ #define EM_OPENRISC 92 /* OpenRISC 32-bit embedded processor */ +#define EM_XTENSA 94 /* Tensilica Xtensa Architecture */ #define EM_BLACKFIN 106 /* ADI Blackfin Processor */ #define EM_ALTERA_NIOS2 113 /* Altera Nios II soft-core processor */ #define EM_TI_C6000 140 /* TI C6X DSPs */ -- ldv