]> nv-tegra.nvidia Code Review - linux-4.9.git/commitdiff
arm64: config: tegra: Enable Ext2 extended attributes
authorGagan Grover <ggrover@nvidia.com>
Wed, 3 Oct 2018 17:34:06 +0000 (10:34 -0700)
committermobile promotions <svcmobile_promotions@nvidia.com>
Fri, 19 Oct 2018 00:21:39 +0000 (17:21 -0700)
Below VTS tests were failing as ext2 xattr was disabled.

VtsKernelLtp#fs.fs_fill_64bit
VtsKernelLtp#syscalls.fallocate04_64bit
VtsKernelLtp#syscalls.fallocate05_64bit
VtsKernelLtp#syscalls.fsync01_64bit
VtsKernelLtp#syscalls.msync04_64bit
VtsKernelLtp#syscalls.setxattr01_64bit

All above tests passed after enabling ext2 extended attributes.
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT2_FS_SECURITY=y

Bug 200445675

Change-Id: I8e99a047857947490b3cdf711af90ad10a68f988
Reviewed-on: https://git-master.nvidia.com/r/1918385
(cherry picked from commit a00988506a74b6b1e45f30f01e309471a1c21a52)
Signed-off-by: Gagan Grover <ggrover@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1926870
GVS: Gerrit_Virtual_Submit
Reviewed-by: Siddardha Naraharisetti <siddardhan@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
arch/arm64/configs/tegra_android_defconfig

index 841dece6dd6d1c27a3407b658c788345bf468182..fb787d703b566f185078ddb583face83d30c34b7 100644 (file)
@@ -724,6 +724,9 @@ CONFIG_GK20A_VIDMEM=y
 CONFIG_ARM_SCPI_PROTOCOL=y
 CONFIG_NV_TEGRA_BPMP=y
 CONFIG_EXT2_FS=y
+CONFIG_EXT2_FS_XATTR=y
+CONFIG_EXT2_FS_POSIX_ACL=y
+CONFIG_EXT2_FS_SECURITY=y
 CONFIG_EXT3_FS=y
 CONFIG_EXT4_FS_POSIX_ACL=y
 CONFIG_EXT4_FS_SECURITY=y