this post was submitted on 01 May 2025
63 points (98.5% liked)

Linux

7221 readers
290 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of [email protected] and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 5 points 5 days ago (1 children)

You sound like you're living in the weeds, friend.

What's MPK? And by UID I assume you're not talking about the system level user ID but some kind of processor-level process ID?

[โ€“] MadhuGururajan 2 points 3 days ago

I don't know the details of the MPK. So I consider it as some kind of function that maps {process PID, DLL} => Set of UID. And by UID, I AM talking about the system level user ID. Remember that this feature is a processor level feature. So it has to be transparent to the OS (well at least, to the OS Scheduler). Hence the output of this feature should be understandable to the OS kernel. Or so I hope as the implementation details are vague till now.