You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sched/elf: Pave the way for creating new namespace
In order to create a new partial namespace a new instance
of elf::program is needed.
This patch keep elf::s_program for all running thread while
creating a way to add a new per application elf::program when
needed.
This idea was suggested by Glauber as an alternative to the
previous series which was somewhat intrusive.
This patch also introduces an application method that allows a new program to be
created for the calling thread. The new program is created at a different slice
of the address space. This effectively imposes a lower amount of memory each
program can use. But the limit is still big enough, and should be enough for
anybody (tm).
Signed-off-by: Benoît Canet <[email protected]>
Signed-off-by: Glauber Costa <[email protected]>
Signed-off-by: Nadav Har'El <[email protected]>
0 commit comments