xfstest.config: Enable GVE config by default. In COS kernel CONFIG_GVE is enabled as module, when xfstest kexec into the test kernel, the GVE module is not loaded and network is not up after kexec. Network should be up to run the xfstests. By compiling the GVE module in the kernel, network is up after kexec. This change doesn't affect the cos arm kernel. This change is only applied while compiling the kernel to test xfstests. BUG=b/240174731 TEST=presubmit RELEASE_NOTE=None cos-patch: bug Signed-off-by: Meena Shanmugam <meenashanmugam@google.com> Change-Id: If0c74ecc53ec7047fd610843dd754fa9826cf89a Reviewed-on: https://cos-review.googlesource.com/c/third_party/kernel/+/50621 Reviewed-by: Oleksandr Tymoshenko <ovt@google.com> Tested-by: Cusky Presubmit Bot <presubmit@cos-infra-prod.iam.gserviceaccount.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 4460c03..4283181 100644 --- a/arch/arm64/configs/google/xfstest.config +++ b/arch/arm64/configs/google/xfstest.config
@@ -16,3 +16,4 @@ CONFIG_NLS_ISO8859_1=y CONFIG_NLS_UTF8=y CONFIG_FAT_DEFAULT_UTF8=y +CONFIG_GVE=y