Message ID | cover.1563000446.git.cedric.xing@intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-sgx-owner@kernel.org> 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 18255912 for <patchwork-linux-sgx@patchwork.kernel.org>; Sat, 13 Jul 2019 06:51:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EDC6A284F5 for <patchwork-linux-sgx@patchwork.kernel.org>; Sat, 13 Jul 2019 06:51:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DB74928541; Sat, 13 Jul 2019 06:51:29 +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 36539284F5 for <patchwork-linux-sgx@patchwork.kernel.org>; Sat, 13 Jul 2019 06:51:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726538AbfGMGv2 (ORCPT <rfc822;patchwork-linux-sgx@patchwork.kernel.org>); Sat, 13 Jul 2019 02:51:28 -0400 Received: from mga11.intel.com ([192.55.52.93]:55267 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726274AbfGMGv2 (ORCPT <rfc822;linux-sgx@vger.kernel.org>); Sat, 13 Jul 2019 02:51:28 -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 fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Jul 2019 23:51:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,485,1557212400"; d="scan'208";a="318200501" Received: from bxing-ubuntu.jf.intel.com ([10.23.30.27]) by orsmga004.jf.intel.com with ESMTP; 12 Jul 2019 23:51:27 -0700 From: Cedric Xing <cedric.xing@intel.com> To: linux-kernel@vger.kernel.org, linux-sgx@vger.kernel.org, jarkko.sakkinen@linux.intel.com Cc: cedric.xing@intel.com, akpm@linux-foundation.org, dave.hansen@intel.com, sean.j.christopherson@intel.com, serge.ayoun@intel.com, shay.katz-zamir@intel.com, haitao.huang@intel.com, kai.svahn@intel.com, kai.huang@intel.com Subject: [RFC PATCH v4 0/3] x86/sgx: Amend vDSO API to allow enclave/host parameter passing on untrusted stack Date: Fri, 12 Jul 2019 23:51:24 -0700 Message-Id: <cover.1563000446.git.cedric.xing@intel.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 In-Reply-To: <cover.1562813643.git.cedric.xing@intel.com> References: <cover.1562813643.git.cedric.xing@intel.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-sgx-owner@vger.kernel.org Precedence: bulk List-ID: <linux-sgx.vger.kernel.org> X-Mailing-List: linux-sgx@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
x86/sgx: Amend vDSO API to allow enclave/host parameter passing on untrusted stack
|
expand
|