Skip to content
#

sel4

Here are 37 public repositories matching this topic...

bennoleslie
bennoleslie commented Sep 6, 2021

Most of the times when an invocation fails it calls userError to 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:

    if (length < 6 || cur
dreemkiller
dreemkiller commented Jan 22, 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

Improve this page

Add a description, image, and links to the sel4 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sel4 topic, visit your repo's landing page and select "manage topics."

Learn more