mirror of
https://github.com/drasko/codezero.git
synced 2026-02-27 17:23:13 +01:00
Progress on capabilities
Capabilities will be shared among collection of threads. A pager will have a right to share its own capabilities with its space, its thread group and its container. Currently sharing is possible with only all of the caps. Next, it will be support for cap splitting, granting, and partial sharing and granting.
This commit is contained in:
@@ -102,9 +102,9 @@ struct ktcb {
|
||||
struct container *container;
|
||||
struct pager *pager;
|
||||
|
||||
/* Capability list */
|
||||
struct cap_list *cap_list_ptr;
|
||||
/* Capability lists */
|
||||
struct cap_list cap_list;
|
||||
struct cap_list tgr_cap_list;
|
||||
|
||||
/* Fields for ipc rendezvous */
|
||||
struct waitqueue_head wqh_recv;
|
||||
|
||||
Reference in New Issue
Block a user