From patchwork Fri Aug 16 17:23:41 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jarkko Sakkinen X-Patchwork-Id: 11098089 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6FCFC1395 for ; Fri, 16 Aug 2019 17:23:57 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5C55128A0D for ; Fri, 16 Aug 2019 17:23:57 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4F44A28A51; Fri, 16 Aug 2019 17:23:57 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id ED3B428A0D for ; Fri, 16 Aug 2019 17:23:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726822AbfHPRX4 (ORCPT ); Fri, 16 Aug 2019 13:23:56 -0400 Received: from mga18.intel.com ([134.134.136.126]:4418 "EHLO mga18.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727005AbfHPRX4 (ORCPT ); Fri, 16 Aug 2019 13:23:56 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Aug 2019 10:23:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,394,1559545200"; d="scan'208";a="328740282" Received: from ppiatekx-mobl1.ger.corp.intel.com (HELO localhost) ([10.252.39.24]) by orsmga004.jf.intel.com with ESMTP; 16 Aug 2019 10:23:50 -0700 From: Jarkko Sakkinen To: linux-sgx@vger.kernel.org Cc: Jarkko Sakkinen , Cedric Xing , Sean Christopherson Subject: [PATCH 0/6] Fix the reported SGX selftest makefile issues Date: Fri, 16 Aug 2019 20:23:41 +0300 Message-Id: <20190816172347.32561-1-jarkko.sakkinen@linux.intel.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: linux-sgx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sgx@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Cedric Xing reported various issues, which are hopefully taken care by these patches. In addition, it removes the bindings from x86/Makefile as it makes sense to split that into a separate commit. Cc: Cedric Xing Cc: Sean Christopherson Jarkko Sakkinen (6): 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 tools/testing/selftests/x86/Makefile | 10 ------- tools/testing/selftests/x86/sgx/Makefile | 33 +++++++++++++----------- tools/testing/selftests/x86/sgx/encl.lds | 1 + 3 files changed, 19 insertions(+), 25 deletions(-)