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 E1BFBECE599 for ; Thu, 17 Oct 2019 00:05:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BFBEE20872 for ; Thu, 17 Oct 2019 00:05:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404078AbfJQAF4 (ORCPT ); Wed, 16 Oct 2019 20:05:56 -0400 Received: from mga03.intel.com ([134.134.136.65]:28763 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390285AbfJQAF4 (ORCPT ); Wed, 16 Oct 2019 20:05:56 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Oct 2019 17:05:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,305,1566889200"; d="scan'208";a="370965123" Received: from sjchrist-coffee.jf.intel.com ([10.54.74.41]) by orsmga005.jf.intel.com with ESMTP; 16 Oct 2019 17:05:55 -0700 From: Sean Christopherson To: Jarkko Sakkinen Cc: linux-sgx@vger.kernel.org, Cedric Xing Subject: [PATCH for_v23 v2 0/3] x86/vdso: sgx: Bug fixes for v23 Date: Wed, 16 Oct 2019 17:05:51 -0700 Message-Id: <20191017000554.11927-1-sean.j.christopherson@intel.com> X-Mailer: git-send-email 2.22.0 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 pointed out several screw ups in the previous round of bug fixes. Sean Christopherson (3): x86/vdso: sgx: Save untrusted stack before aligning %rsp x86/vdso: sgx: Use an extra push to align the stack x86/vdso: sgx: Fix unwinder support, again arch/x86/entry/vdso/vsgx_enter_enclave.S | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) -- 2.22.0