]> nv-tegra.nvidia Code Review - linux-4.9.git/commit
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)
commitcaccb0c7eb9466ccd3710b264e66b4bf42844ee8
treea6b47c851b658a05059a6dc053c7a58eecdea234
parent04e729638b976d51de45aa333307843515a06e3e
arm64: config: tegra: Enable Ext2 extended attributes

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