composite icon indicating copy to clipboard operation
composite copied to clipboard

Thread ID management by capmgr

Open phanikishoreg opened this issue 6 years ago • 1 comments

In the current system, we use cos_introspect to get the THDID from the kernel for any given thdcap. Going forward, capmgr will be managing creation and deletion of capabilities, it should be easy to change the system so that we provide the thread id for each thread from the capmgr, rather than having the kernel contain that policy. (used comment from @gparmer on my PR#315)

phanikishoreg avatar Mar 18 '18 00:03 phanikishoreg

Rephrasing this: We should remove the thread id and naming logic from the kernel.

gparmer avatar Jun 08 '18 21:06 gparmer