domains: support units for schedule duration - #360
Merged
Conversation
Contributor
Author
|
|
midnightveil
force-pushed
the
julia/domsched-units
branch
from
July 16, 2026 04:49
41e1383 to
64a3d6f
Compare
nspin
reviewed
Jul 17, 2026
midnightveil
force-pushed
the
julia/domsched-units
branch
3 times, most recently
from
July 17, 2026 02:18
d11f082 to
de60f92
Compare
midnightveil
force-pushed
the
julia/domsched-units
branch
3 times, most recently
from
July 17, 2026 05:50
7c54438 to
960b731
Compare
Contributor
Author
|
This failure is because it needs an seL4 version update, as it was not exporting TIMER_FREQUENCY when it should have been. seL4/seL4#1708 |
midnightveil
force-pushed
the
julia/domsched-units
branch
from
July 19, 2026 00:20
960b731 to
1a47524
Compare
Contributor
Author
|
|
midnightveil
force-pushed
the
julia/domsched-units
branch
4 times, most recently
from
July 20, 2026 03:50
b2acb35 to
eb57f73
Compare
midnightveil
added a commit
to seL4/capdl
that referenced
this pull request
Jul 20, 2026
This matches the corresponding [Rust PR]( seL4/rust-sel4#360). Signed-off-by: Julia Vassiliki <julia.vassiliki@unsw.edu.au>
midnightveil
force-pushed
the
julia/domsched-units
branch
from
July 20, 2026 04:26
eb57f73 to
a61cbf2
Compare
nspin
requested changes
Jul 20, 2026
midnightveil
force-pushed
the
julia/domsched-units
branch
2 times, most recently
from
July 20, 2026 06:51
d82cd69 to
73da7f1
Compare
Upstream only prints "starting domain schedule" if both the set_start and schedule conditions are true, whilst this one prints it if there is a list of schedules. Also refactor to put the early-exits first. Signed-off-by: Julia Vassiliki <julia.vassiliki@unsw.edu.au>
This is used by the domain scheduler API. Signed-off-by: Julia Vassiliki <julia.vassiliki@unsw.edu.au>
This is an implementation of the equivalent change to the C/Haskell capDL initialiser with the commit name 'Support domain schedule units (us & ticks)'. For justification of the algorithm within, its correctness, and discussion of why we want it, please see that PR. Signed-off-by: Julia Vassiliki <julia.vassiliki@unsw.edu.au>
midnightveil
force-pushed
the
julia/domsched-units
branch
from
July 20, 2026 06:51
73da7f1 to
9f5f8ec
Compare
midnightveil
added a commit
to seL4/capdl
that referenced
this pull request
Jul 20, 2026
This matches the corresponding [Rust PR]( seL4/rust-sel4#360). Signed-off-by: Julia Vassiliki <julia.vassiliki@unsw.edu.au>
midnightveil
added a commit
to seL4/capdl
that referenced
this pull request
Jul 20, 2026
This matches the corresponding [Rust PR]( seL4/rust-sel4#360). Signed-off-by: Julia Vassiliki <julia.vassiliki@unsw.edu.au>
midnightveil
added a commit
to seL4/capdl
that referenced
this pull request
Jul 20, 2026
This matches the corresponding [Rust PR]( seL4/rust-sel4#360). Signed-off-by: Julia Vassiliki <julia.vassiliki@unsw.edu.au>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is an implementation of the equivalent change to the C/Haskell capDL initialiser with the commit name
'Support domain schedule units (us & ticks)'.
For justification of the algorithm within, its correctness, and discussion of why we want it, please see that PR.
seL4/capdl#95
Note: I have not tested the non-MCS Rust implementation, but I will be testing the MCS one with Microkit. I can't seem to compile rust-sel4 by itself (the
make examplesfails to fetch seL4 commits properly for reasons I don't understand).Opening this for review early.