-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cancel queue + async usercall interface #404
Closed
Closed
Commits on Jun 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4be56c4 - Browse repository at this point
Copy the full SHA 4be56c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20a97a1 - Browse repository at this point
Copy the full SHA 20a97a1View commit details -
Fix race condition when cancel is received before usercall
`UsercallEvent::Start` was being sent in `fn handle_usercall`, which is too late. It needs to be sent before we receive the next usercall from the enclave so we can maintain the invariant that "we only need to keep track of cancels received before the actual usercall if the read position has not moved past the write position when cancel was received."
Configuration menu - View commit details
-
Copy full SHA for 36c5517 - Browse repository at this point
Copy the full SHA 36c5517View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6de101b - Browse repository at this point
Copy the full SHA 6de101bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a962ba5 - Browse repository at this point
Copy the full SHA a962ba5View commit details -
- Move async-usercalls to intel-sgx directory - Remove hacks/unsafe_typecasts.rs - Fix some typos in docs - Use marker trait for MakeSend to avoid warnings about issue #93367 - Update crossbeam and crossbeam-channel dependencies - Use nightly Rust in CI - Use SGX target for generating docs when crate has `feature(sgx_platform)`
Configuration menu - View commit details
-
Copy full SHA for a2df66d - Browse repository at this point
Copy the full SHA a2df66dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7263daa - Browse repository at this point
Copy the full SHA 7263daaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b34df5e - Browse repository at this point
Copy the full SHA b34df5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08ff823 - Browse repository at this point
Copy the full SHA 08ff823View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bf1a93 - Browse repository at this point
Copy the full SHA 0bf1a93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8249d26 - Browse repository at this point
Copy the full SHA 8249d26View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.