sel4
Here are 37 public repositories matching this topic...
-
Updated
Dec 12, 2021
Describe the bug
The SGX enclave entry functions for Sonora are not easily discoverable
To Reproduce
Try grepping for sinaloa_init_remote_attestation_enc in the project directory. You will find calls to it but not an implementation
Expected behaviour
To aide newcomers to the project, functions should be easy for them to find the implementations of.
Additional context
-
Updated
Jan 11, 2019
-
Updated
Mar 3, 2022 - Python
-
Updated
Oct 15, 2018 - Rust
-
Updated
Jan 11, 2020 - C
-
Updated
Oct 17, 2020 - CMake
-
Updated
Dec 8, 2018 - Rust
-
Updated
Nov 28, 2021 - C
-
Updated
Nov 23, 2017 - C
-
Updated
Sep 11, 2018 - C
On PR, it'd be cool to have the style checker to only demand style corrections for the lines that were changed, and warn (but not demand a fix) for the rest of the file.
We basically need an intersection of diff lines: take all diff lines from the style checker diff that also occur in the PR diff.
-
Updated
Jan 18, 2022 - C
-
Updated
Dec 13, 2018 - C
Improve this page
Add a description, image, and links to the sel4 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sel4 topic, visit your repo's landing page and select "manage topics."
Most of the times when an invocation fails it calls
userErrorto provide some additional diagnostics about what is going wrong.However, there are a few places over the kernel where this is missed. It would be great to have this in all places.
As an extension it would be even better to include additional diagnostics information on the failure. For example: