xfstest.config: Enable NFS configurations by default. In COS kernel NFS configs are enabled as module, when xfstest kexec into the test kernel, the NFS modules are not loaded. This is causing NFS mount to fail. This change is only applied while compiling the kernel to test xfstests. BUG=b/240174731 TEST=presubmit,fusion2/52c71f6b-8e9d-3226-a48d-ee850157676d RELEASE_NOTE=None Signed-off-by: Meena Shanmugam <meenashanmugam@google.com> cos-patch: bug Change-Id: I687a44385ade9d76a8a53f6ebbc7e31a190d5129 Reviewed-on: https://cos-review.googlesource.com/c/third_party/kernel/+/51254 Tested-by: Cusky Presubmit Bot <presubmit@cos-infra-prod.iam.gserviceaccount.com> Reviewed-by: Oleksandr Tymoshenko <ovt@google.com> Main-Branch-Verified: Cusky Presubmit Bot <presubmit@cos-infra-prod.iam.gserviceaccount.com>
diff --git a/arch/arm64/configs/google/xfstest.config b/arch/arm64/configs/google/xfstest.config index 4283181..fb9126e 100644 --- a/arch/arm64/configs/google/xfstest.config +++ b/arch/arm64/configs/google/xfstest.config
@@ -17,3 +17,9 @@ CONFIG_NLS_UTF8=y CONFIG_FAT_DEFAULT_UTF8=y CONFIG_GVE=y +CONFIG_NFS_FS=y +CONFIG_NFS_V3=y +CONFIG_NFS_V3_ACL=y +CONFIG_NFS_V4=y +CONFIG_NFSD=y +CONFIG_NFSD_V4=y
diff --git a/arch/x86/configs/google/xfstest.config b/arch/x86/configs/google/xfstest.config index 2c0732c..1b6faaa 100644 --- a/arch/x86/configs/google/xfstest.config +++ b/arch/x86/configs/google/xfstest.config
@@ -16,3 +16,9 @@ CONFIG_NLS_ISO8859_1=y CONFIG_NLS_UTF8=y CONFIG_FAT_DEFAULT_UTF8=y +CONFIG_NFS_FS=y +CONFIG_NFS_V3=y +CONFIG_NFS_V3_ACL=y +CONFIG_NFS_V4=y +CONFIG_NFSD=y +CONFIG_NFSD_V4=y