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.
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.