openharmony_kernel_liteos_a/kernel
zhushengle 298ccea3fe fix: 进程退出前自己回收vmspace中的所有region
背景:
父进程fork一个子进程,调用waitpid等待子进程结束。
子进程dlopen一个文件a.so,并退出。当守护进程正在
1核回收子进程资源时,父进程在0核运行从waitpid返
回后,同时remove a.so概率失败。

Close #I4CKQC

Signed-off-by: zhushengle <zhushengle@huawei.com>
Change-Id: Ie7940e7c931ced10ee357cf9aa7c64355effed49
2021-10-09 12:14:45 +08:00
..
base fix: 进程退出前自己回收vmspace中的所有region 2021-10-09 12:14:45 +08:00
common !534 pagecache从filep改为使用vnode 2021-09-15 03:51:50 +00:00
extended !633 fix: codex清理 2021-09-27 08:38:37 +00:00
include refactor: 内核目录结构整理 2021-09-08 16:36:28 +08:00
user chore(make): simplify build scripts 2021-09-09 18:56:47 +08:00
BUILD.gn chore: output liteos binaries to target_out_dir 2021-07-22 18:52:24 +08:00
Kconfig refactor: 内核目录结构整理 2021-09-08 16:36:28 +08:00