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=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 7BC7DC4360C for ; Tue, 8 Oct 2019 23:28:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 593ED21871 for ; Tue, 8 Oct 2019 23:28:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728271AbfJHX2n (ORCPT ); Tue, 8 Oct 2019 19:28:43 -0400 Received: from mga01.intel.com ([192.55.52.88]:11829 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726068AbfJHX2n (ORCPT ); Tue, 8 Oct 2019 19:28:43 -0400 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Oct 2019 16:28:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,273,1566889200"; d="scan'208";a="197842459" Received: from jhogan1-mobl.ger.corp.intel.com (HELO localhost) ([10.252.2.221]) by orsmga006.jf.intel.com with ESMTP; 08 Oct 2019 16:28:40 -0700 Date: Wed, 9 Oct 2019 02:28:39 +0300 From: Jarkko Sakkinen To: Sean Christopherson Cc: linux-sgx@vger.kernel.org Subject: Re: [PATCH 0/2] x86/sgx: Revert two recent master changes Message-ID: <20191008232839.GC12089@linux.intel.com> References: <20191008041226.2974-1-sean.j.christopherson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191008041226.2974-1-sean.j.christopherson@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-sgx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sgx@vger.kernel.org On Mon, Oct 07, 2019 at 09:12:24PM -0700, Sean Christopherson wrote: > Revert two changes that break the build and cause panic during boot. > Not true reverts since the chanes have already been squashed. > > Sean Christopherson (2): > x86/sgx: Revert using BIT() to define ENCLS_FAULT_FLAG > x86/sgx: Revert moving sgx_init() call to sgx_detect() Thanks! /Jarkko