mbox series

[for_v25,0/4] selftests/x86: x86/sgx: Minor selftest cleanup

Message ID 20191220225501.23476-1-sean.j.christopherson@intel.com (mailing list archive)
Headers show
Series selftests/x86: x86/sgx: Minor selftest cleanup | expand

Message

Sean Christopherson Dec. 20, 2019, 10:54 p.m. UTC
Add a .gitignore entry for the selftests and cleanup the includes to remove
some homebrewed definitions in sgx/defines.h.

Sean Christopherson (4):
  selftests/x86: Fix INCLUDES definition in SGX Makefile
  x86/sgx: Add missing linux/bits.h include in sgx/arch.h
  selftests/x86: Add .gitignore for SGX selftest
  selftests/x86: Remove redundant kernel include

 arch/x86/kernel/cpu/sgx/arch.h             |  1 +
 tools/testing/selftests/x86/sgx/.gitignore |  3 +++
 tools/testing/selftests/x86/sgx/Makefile   |  3 ++-
 tools/testing/selftests/x86/sgx/defines.h  | 22 ----------------------
 tools/testing/selftests/x86/sgx/main.c     |  2 --
 5 files changed, 6 insertions(+), 25 deletions(-)
 create mode 100644 tools/testing/selftests/x86/sgx/.gitignore

Comments

Jarkko Sakkinen Jan. 2, 2020, 4:49 p.m. UTC | #1
On Fri, Dec 20, 2019 at 02:54:57PM -0800, Sean Christopherson wrote:
> Add a .gitignore entry for the selftests and cleanup the includes to remove
> some homebrewed definitions in sgx/defines.h.
> 
> Sean Christopherson (4):
>   selftests/x86: Fix INCLUDES definition in SGX Makefile
>   x86/sgx: Add missing linux/bits.h include in sgx/arch.h
>   selftests/x86: Add .gitignore for SGX selftest
>   selftests/x86: Remove redundant kernel include
> 
>  arch/x86/kernel/cpu/sgx/arch.h             |  1 +
>  tools/testing/selftests/x86/sgx/.gitignore |  3 +++
>  tools/testing/selftests/x86/sgx/Makefile   |  3 ++-
>  tools/testing/selftests/x86/sgx/defines.h  | 22 ----------------------
>  tools/testing/selftests/x86/sgx/main.c     |  2 --
>  5 files changed, 6 insertions(+), 25 deletions(-)
>  create mode 100644 tools/testing/selftests/x86/sgx/.gitignore
> 
> -- 
> 2.24.1
> 

Thank you. I merged everything.

/Jarkko