aa05f00e7e155e98aeb9526d3db808948f730960
Request pages, response pages, and a doorbell page are mapped into process space to enable user processes to delegate system calls directly to mcctrl/mcexec. This commit removes these mappings for the following reasons. - These mappings cause a memory leak in current fork() implementation. - These mappings are not used. - These mappings do not function properly. And the fix which corrects function of these mappings is not easy.
Description
Languages
C
85.3%
Shell
7.7%
Perl
3.4%
Assembly
1.3%
CMake
1.2%
Other
1%