Changes between Initial Version and Version 1 of Ticket #749, comment 5


Ignore:
Timestamp:
2018-10-31T07:56:26Z (5 years ago)
Author:
Jakub Jermář

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #749, comment 5

    initial v1  
    1 Commit 676900501376128cbb87ed9ea866e1bfbb52a5db stopped using kernel addresses as IDs. The task IDs and thread IDs are still global, but are not as bad as IDs derived directly from a kernel address. Moreover, they should naturally disappear with the kernel switching over to using capabilities for tasks and threads in the future. I feel I made this ticket justice.
     1Commit 676900501376128cbb87ed9ea866e1bfbb52a5db stopped using kernel addresses as IDs. The task IDs and thread IDs are still global, but are not as bad as IDs derived directly from a kernel address. Moreover, they should naturally disappear with the kernel switching over to using capabilities for tasks and threads in the future. I feel I've done this ticket justice.