Skip to content
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

Unprivileged scheduler #78

Open
ia0 opened this issue Mar 28, 2023 · 0 comments
Open

Unprivileged scheduler #78

ia0 opened this issue Mar 28, 2023 · 0 comments
Labels
crate:board Modifies the board API crate:scheduler Modifies the platform for:security Improves firmware or project security needs:design Needs design to make progress

Comments

@ia0
Copy link
Member

ia0 commented Mar 28, 2023

It should be possible for a board implementation to setup hardware protection such that the scheduler runs in unprivileged mode while the board stays privileged. This means that when the scheduler calls into the board API, the implementation (controlled by the board) should escalate to privileged mode (if needed). The end goal being to reduce the amount of code running in privileged mode. It is not clear yet if the board API needs any type of support for this use case.

@ia0 ia0 added needs:design Needs design to make progress crate:board Modifies the board API for:security Improves firmware or project security crate:scheduler Modifies the platform labels Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate:board Modifies the board API crate:scheduler Modifies the platform for:security Improves firmware or project security needs:design Needs design to make progress
Projects
None yet
Development

No branches or pull requests

1 participant