summarylogtreecommitdiffstats
path: root/0001-x86-sgx-Add-short-descriptions-to-ENCLS-wrappers.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-x86-sgx-Add-short-descriptions-to-ENCLS-wrappers.patch')
-rw-r--r--0001-x86-sgx-Add-short-descriptions-to-ENCLS-wrappers.patch9
1 files changed, 5 insertions, 4 deletions
diff --git a/0001-x86-sgx-Add-short-descriptions-to-ENCLS-wrappers.patch b/0001-x86-sgx-Add-short-descriptions-to-ENCLS-wrappers.patch
index b970b6966932..1e3220adb8c7 100644
--- a/0001-x86-sgx-Add-short-descriptions-to-ENCLS-wrappers.patch
+++ b/0001-x86-sgx-Add-short-descriptions-to-ENCLS-wrappers.patch
@@ -1,7 +1,7 @@
-From 39ca48af7c889fad9e0fcdea0003bac2ba074cf4 Mon Sep 17 00:00:00 2001
+From 51105664980e12f8f34730c20725ae3ca2229c3e Mon Sep 17 00:00:00 2001
From: Reinette Chatre <reinette.chatre@intel.com>
-Date: Wed, 22 Sep 2021 09:35:36 -0700
-Subject: [PATCH 01/30] x86/sgx: Add short descriptions to ENCLS wrappers
+Date: Wed, 13 Apr 2022 14:10:01 -0700
+Subject: [PATCH 01/31] x86/sgx: Add short descriptions to ENCLS wrappers
The SGX ENCLS instruction uses EAX to specify an SGX function and
may require additional registers, depending on the SGX function.
@@ -14,6 +14,7 @@ The wrappers of the supported SGX functions are cryptic. Add short
descriptions of each as a comment.
Suggested-by: Dave Hansen <dave.hansen@linux.intel.com>
+Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
---
arch/x86/kernel/cpu/sgx/encls.h | 15 +++++++++++++++
@@ -104,5 +105,5 @@ index fa04a73daf9c..0e22fa8f77c5 100644
void *va)
{
--
-2.35.1
+2.35.2