From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 16DBBC3A589 for ; Sun, 18 Aug 2019 16:44:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E86E32087E for ; Sun, 18 Aug 2019 16:44:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726247AbfHRQoX (ORCPT ); Sun, 18 Aug 2019 12:44:23 -0400 Received: from mga14.intel.com ([192.55.52.115]:6768 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726097AbfHRQoX (ORCPT ); Sun, 18 Aug 2019 12:44:23 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Aug 2019 09:44:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,401,1559545200"; d="scan'208";a="171904765" Received: from hjamouss-mobl.ger.corp.intel.com (HELO localhost) ([10.252.39.36]) by orsmga008.jf.intel.com with ESMTP; 18 Aug 2019 09:44:21 -0700 From: Jarkko Sakkinen To: linux-sgx@vger.kernel.org Cc: Jarkko Sakkinen Subject: [PATCH v2 0/7] Fix the reported SGX selftest makefile issues Date: Sun, 18 Aug 2019 19:44:00 +0300 Message-Id: <20190818164408.31808-1-jarkko.sakkinen@linux.intel.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-sgx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sgx@vger.kernel.org Cedric Xing reported various issues, which are hopefully taken care by these patches. As the last patch this patch set contains a patch that implements the subdirectory traversal the for the x86 selftest directory tree. This patch is meant to be a separate patch in the main SGX patch set so that the bindings can be reviewed separately. Jarkko Sakkinen (7): selftests/x86/sgx: Fix objcopy call in the Makefile selftests/x86/sgx: Do not generate object files selftests/x86/sgx: Add -I$(OUTPUT) when compiling encl_piggy.S selftests/x86/sgx: Fix EXTRA_CLEAN selftests/x86/sgx: Fix target in the Makefile selftests/x86: Revert SGX changes selftests/x86: Recurse into subdirectories tools/testing/selftests/x86/Makefile | 54 +++++++++++++++++++----- tools/testing/selftests/x86/sgx/Makefile | 33 ++++++++------- tools/testing/selftests/x86/sgx/encl.lds | 1 + 3 files changed, 63 insertions(+), 25 deletions(-) -- 2.20.1