Search This Blog

One property of the kernel thread, in contra to a normal user space thread/task is that kernel thread has an empty /proc/[pid]/maps, as can be seen below, since it has no per-process user space address space. That means the has no entry in their page table that correspond to user space memory.
Wei Chong's Blog: kernel thread
Blogged with the Flock Browser

0 comments