kernel_liteos_a/fs
Leon Chan e4a06623ce fix: change the execFile field in TCB to execVnode
TEE需要借用TCB中的execFile来校验打开的文件,pagecache修改后,可执行程序在mmap之后,会被立即关闭,因此将execFile改为execVnode

close: #I4CLL9

Signed-off-by: Leon Chan <chenwei26@huawei.com>
2021-09-30 14:33:36 +08:00
..
fat !609 三方库FatFs升级至r0.14a版本 2021-09-24 00:53:43 +00:00
include feat: page cache backed by vnode instead of filep 2021-09-14 15:31:33 +08:00
jffs2 !534 pagecache从filep改为使用vnode 2021-09-15 03:51:50 +00:00
nfs refactor: 清理Makefile冗余项 2021-09-13 18:14:15 +08:00
patchfs refactor: 内核目录结构整理 2021-09-08 16:36:28 +08:00
proc !623 procfs 使用统一的权限 2021-09-16 11:35:42 +00:00
ramfs refactor: 清理Makefile冗余项 2021-09-13 18:14:15 +08:00
romfs refactor: 清理Makefile冗余项 2021-09-13 18:14:15 +08:00
rootfs refactor: 清理Makefile冗余项 2021-09-13 18:14:15 +08:00
vfs fix: change the execFile field in TCB to execVnode 2021-09-30 14:33:36 +08:00
zpfs refactor: 清理Makefile冗余项 2021-09-13 18:14:15 +08:00
BUILD.gn refactor: 内核目录结构整理 2021-09-08 16:36:28 +08:00
Kconfig refactor: 内核目录结构整理 2021-09-08 16:36:28 +08:00