-
Notifications
You must be signed in to change notification settings - Fork 18
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
Indirect Sentries #51
Open
nwf
wants to merge
10
commits into
CTSRD-CHERI:master
Choose a base branch
from
nwf:202109-isentry
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Nov 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e18b411 - Browse repository at this point
Copy the full SHA e18b411View commit details -
Add a fast-cap-dirty PTE behavior
The cap-store instructions now look at the data being stored to decide whether they issue Write(Cap) or Write(Data) requests on "the bus". This allows the PTW logic (and update_PTE_Bits) in particular to not fast-cap-dirty a page that's being targeted by the store of an untagged capability. This is not, however, viable for AMOCAS and so additional changes may be required if we are to avoid considering AMOCAS as always capability-dirtying. Co-authored-by: Jessica Clarke <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7e6675 - Browse repository at this point
Copy the full SHA b7e6675View commit details -
Use Either-monadic style Eliminate ext_ptw_sc / PTW_SC_* as we now simply test the error cases in priority order, so there's no need to explicitly pass this information forward in checkPTEPermission. ext_ptw_lc / PTW_LC_* persist as the extended PTW information is analysed by instructions. Co-authored-by: Jessica Clarke <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15230ad - Browse repository at this point
Copy the full SHA 15230adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a8e0ad - Browse repository at this point
Copy the full SHA 7a8e0adView commit details -
Introduce load-capability generation traps
Co-authored-by: Jessica Clarke <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4276a5e - Browse repository at this point
Copy the full SHA 4276a5eView commit details -
CBuildCap: reject sentries without permit_execute
Refactor the test for ambient sealing out to its own function, as we'll want to extend it more generally with indirect sentries. Allow this function to (request to) raise CapEx exceptions as well and have it flag a PermitExecuteViolation for sentries without permit_execute. Co-Authored-By: Alexander Richardson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62766ec - Browse repository at this point
Copy the full SHA 62766ecView commit details -
Split handle_load_cap_via_cap into worker/wrapper
Common up with handle_loadres_cap_via_cap.
Configuration menu - View commit details
-
Copy full SHA for 9470d96 - Browse repository at this point
Copy the full SHA 9470d96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72039b9 - Browse repository at this point
Copy the full SHA 72039b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66646f2 - Browse repository at this point
Copy the full SHA 66646f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7976c4 - Browse repository at this point
Copy the full SHA b7976c4View 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.