From patchwork Fri Dec 20 22:54:57 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Christopherson X-Patchwork-Id: 11306509 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4559817EF for ; Fri, 20 Dec 2019 22:55:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2DAFE21655 for ; Fri, 20 Dec 2019 22:55:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726795AbfLTWzE (ORCPT ); Fri, 20 Dec 2019 17:55:04 -0500 Received: from mga03.intel.com ([134.134.136.65]:34039 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726030AbfLTWzD (ORCPT ); Fri, 20 Dec 2019 17:55:03 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Dec 2019 14:55:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,337,1571727600"; d="scan'208";a="366508438" Received: from sjchrist-coffee.jf.intel.com ([10.54.74.202]) by orsmga004.jf.intel.com with ESMTP; 20 Dec 2019 14:55:02 -0800 From: Sean Christopherson To: Jarkko Sakkinen Cc: linux-sgx@vger.kernel.org Subject: [PATCH for_v25 0/4] selftests/x86: x86/sgx: Minor selftest cleanup Date: Fri, 20 Dec 2019 14:54:57 -0800 Message-Id: <20191220225501.23476-1-sean.j.christopherson@intel.com> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Sender: linux-sgx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sgx@vger.kernel.org Add a .gitignore entry for the selftests and cleanup the includes to remove some homebrewed definitions in sgx/defines.h. Sean Christopherson (4): selftests/x86: Fix INCLUDES definition in SGX Makefile x86/sgx: Add missing linux/bits.h include in sgx/arch.h selftests/x86: Add .gitignore for SGX selftest selftests/x86: Remove redundant kernel include arch/x86/kernel/cpu/sgx/arch.h | 1 + tools/testing/selftests/x86/sgx/.gitignore | 3 +++ tools/testing/selftests/x86/sgx/Makefile | 3 ++- tools/testing/selftests/x86/sgx/defines.h | 22 ---------------------- tools/testing/selftests/x86/sgx/main.c | 2 -- 5 files changed, 6 insertions(+), 25 deletions(-) create mode 100644 tools/testing/selftests/x86/sgx/.gitignore