[PATCH 7/8] UBUNTU: SAUCE: ubuntu/sgx: move use space header

Tim Gardner tim.gardner at canonical.com
Thu Aug 12 12:09:12 UTC 2021


BugLink: https://bugs.launchpad.net/bugs/1936240

https://github.com/intel/SGXDataCenterAttestationPrimitives
a980e06b53be94107379d9361566fd23f0f5303a Linux Driver: move use space header

Signed-off-by: Tim Gardner <tim.gardner at canonical.com>
---
 ubuntu/sgx/driver.h                                          | 2 +-
 arch/x86/include/uapi/asm/sgx_oot.h => ubuntu/sgx/sgx_user.h | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename arch/x86/include/uapi/asm/sgx_oot.h => ubuntu/sgx/sgx_user.h (100%)

diff --git a/ubuntu/sgx/driver.h b/ubuntu/sgx/driver.h
index c90e132750600..0049af7d68561 100644
--- a/ubuntu/sgx/driver.h
+++ b/ubuntu/sgx/driver.h
@@ -9,7 +9,7 @@
 #include <linux/rwsem.h>
 #include <linux/sched.h>
 #include <linux/workqueue.h>
-#include "uapi/asm/sgx_oot.h"
+#include "sgx_user.h"
 #include "sgx.h"
 
 #define SGX_EINIT_SPIN_COUNT	20
diff --git a/arch/x86/include/uapi/asm/sgx_oot.h b/ubuntu/sgx/sgx_user.h
similarity index 100%
rename from arch/x86/include/uapi/asm/sgx_oot.h
rename to ubuntu/sgx/sgx_user.h
-- 
2.32.0




More information about the kernel-team mailing list