ssrg-vt / popcorn-kernel

Popcorn Linux kernel for distributed thread execution
Other
156 stars 22 forks source link

Migrated process on remote should be a child of pid 1 #76

Open bxatnarf opened 5 years ago

bxatnarf commented 5 years ago

Currently migrated processes are forked from kthreadd and thus have a parent of pid 2. They should instead be forked from and children of the init process (pid 1). This may take a little redesign of how migration is initially handled.