From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: star.zeng@intel.com) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by groups.io with SMTP; Sat, 01 Jun 2019 01:03:45 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Jun 2019 01:03:44 -0700 X-ExtLoop1: 1 Received: from shwdeopenpsi068.ccr.corp.intel.com ([10.239.158.82]) by fmsmga008.fm.intel.com with ESMTP; 01 Jun 2019 01:03:43 -0700 From: "Zeng, Star" To: devel@edk2.groups.io Cc: Star Zeng , Laszlo Ersek , Eric Dong , Ruiyu Ni , Chandana Kumar , Kevin Li Subject: [PATCH 0/2] Fix GP fault issue and enhance code about ProcTrace Date: Sat, 1 Jun 2019 16:03:39 +0800 Message-Id: <20190601080341.107760-1-star.zeng@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This patch series mainly fixes GP fault issue about ProcTrace for https://bugzilla.tianocore.org/show_bug.cgi?id=1808. It aslo enhances code about ProcTrace for https://bugzilla.tianocore.org/show_bug.cgi?id=1809. Please check the individual patches for detail. Cc: Laszlo Ersek Cc: Eric Dong Cc: Ruiyu Ni Cc: Chandana Kumar Cc: Kevin Li Star Zeng (2): UefiCpuPkg CpuCommFeaturesLib: Disable TraceEn at the beginning UefiCpuPkg CpuCommFeaturesLib: Fix GP fault issue about ProcTrace .../Library/CpuCommonFeaturesLib/ProcTrace.c | 104 +++++++++--------- 1 file changed, 51 insertions(+), 53 deletions(-) -- 2.21.0.windows.1