Skip to content

Lazy Scheduling Context rebind for passive tasks #96

Description

@dreamliner787-9

There are multiple ways to create a passive task on seL4. One of the ways is by binding the task's Scheduling Context to its Notification object. This was implemented in the kernel by seL4/seL4#523.

We wanted to use this approach in the Microkit, which uses the Rust implementation of the capDL initialiser, to solve this issue.

It seems to me that capDL does not have a mechanism to express this "lazy rebind" operation. I had a start of implementing this in the Rust version, however this is an addition to the spec format so I'm opening an issue here to see if any users of capDL have any inputs on this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions