commit | 43e70f9ad5d3e1e7ebd325da070fa0553b1a617a | [log] [tgz] |
---|---|---|
author | l.yang <l.yang@mobiletek.cn> | Thu Sep 05 11:19:20 2024 +0800 |
committer | l.yang@mobiletek.cn <l.yang@mobiletek.cn> | Thu Sep 05 03:21:04 2024 +0000 |
tree | 49f76407e37411e520b4ba35a2a2cf1ebdeed4fa | |
parent | 5c9ccc429c066ca766eebb8048d325f83f91128f [diff] |
[Bugfix][T106][bug-view-184] Using mount to limit size (e.g. size=10M) has not taken effect Only Configure: NO Affected branch: master Affected module: system Is it affected on both ZXIC and MTK:only ZXIC Self-test: Yes Doc Update:No Change-Id: I91bd5c711077405d5cb3b03fe81e8cf28812aaf0
diff --git a/cap/zx297520v3/sources/meta-zxic/recipes-kernel/linux/files/zx297520v3/linux-5_10-vehicle_dc_ref-normal-defconfig b/cap/zx297520v3/sources/meta-zxic/recipes-kernel/linux/files/zx297520v3/linux-5_10-vehicle_dc_ref-normal-defconfig index ef22244..49e7188 100755 --- a/cap/zx297520v3/sources/meta-zxic/recipes-kernel/linux/files/zx297520v3/linux-5_10-vehicle_dc_ref-normal-defconfig +++ b/cap/zx297520v3/sources/meta-zxic/recipes-kernel/linux/files/zx297520v3/linux-5_10-vehicle_dc_ref-normal-defconfig
@@ -156,7 +156,7 @@ CONFIG_SIGNALFD=y CONFIG_TIMERFD=y CONFIG_EVENTFD=y -# CONFIG_SHMEM is not set +CONFIG_SHMEM=y CONFIG_AIO=y CONFIG_IO_URING=y CONFIG_ADVISE_SYSCALLS=y @@ -2491,6 +2491,10 @@ # CONFIG_PROC_CHILDREN is not set CONFIG_KERNFS=y CONFIG_SYSFS=y +CONFIG_TMPFS=y +CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_XATTR=y +CONFIG_MEMFD_CREATE=y # CONFIG_CONFIGFS_FS is not set # end of Pseudo filesystems