From: Jarkko Sakkinen <jarkko@kernel.org>
To: linux-sgx@vger.kernel.org
Cc: Haitao Huang <haitao.huang@linux.intel.com>,
Vijay Dhanraj <vijay.dhanraj@intel.com>,
Reinette Chatre <reinette.chatre@intel.com>,
Dave Hansen <dave.hansen@linux.intel.com>,
Jarkko Sakkinen <jarkko@kernel.org>
Subject: [PATCH 0/5] selftests/sgx: Test a large dynamic heap
Date: Sun, 4 Sep 2022 10:53:53 +0300 [thread overview]
Message-ID: <20220904075358.7727-1-jarkko@kernel.org> (raw)
Implement functionality to define a dynamic heap for the test
enclave. Then, implement a new augmentation test for a large
dynamic heap.
1/5 is critical for v6.0. More information in the patch
change log.
Haitao Huang (1):
selftests/sgx: Retry the ioctl()'s returned with EAGAIN
Jarkko Sakkinen (3):
selftests/sgx: Move ENCL_HEAP_SIZE_DEFAULT to main.c
selftests/sgx: Use encl->encl_size in sigstruct.c
selftests/sgx: Include the dynamic heap size to the ELRANGE
calculation
Vijay Dhanraj (1):
selftests/sgx: Add SGX selftest augment_via_eaccept_long
tools/testing/selftests/sgx/load.c | 8 +-
tools/testing/selftests/sgx/main.c | 179 +++++++++++++++++++++---
tools/testing/selftests/sgx/main.h | 6 +-
tools/testing/selftests/sgx/sigstruct.c | 8 +-
4 files changed, 172 insertions(+), 29 deletions(-)
--
2.37.2
next reply other threads:[~2022-09-04 7:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-04 7:53 Jarkko Sakkinen [this message]
2022-09-04 7:53 ` [PATCH 1/5] selftests/sgx: Retry the ioctl()'s returned with EAGAIN Jarkko Sakkinen
2022-09-04 7:53 ` [PATCH 2/5] selftests/sgx: Move ENCL_HEAP_SIZE_DEFAULT to main.c Jarkko Sakkinen
2022-09-04 7:53 ` [PATCH 3/5] selftests/sgx: Use encl->encl_size in sigstruct.c Jarkko Sakkinen
2022-09-04 7:53 ` [PATCH 4/5] selftests/sgx: Include the dynamic heap size to the ELRANGE calculation Jarkko Sakkinen
2022-09-04 7:53 ` [PATCH 5/5] selftests/sgx: Add SGX selftest augment_via_eaccept_long Jarkko Sakkinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220904075358.7727-1-jarkko@kernel.org \
--to=jarkko@kernel.org \
--cc=dave.hansen@linux.intel.com \
--cc=haitao.huang@linux.intel.com \
--cc=linux-sgx@vger.kernel.org \
--cc=reinette.chatre@intel.com \
--cc=vijay.dhanraj@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.