From 7a1ff9aca3fec1ac3e46643608f4e16bd7007b18 Mon Sep 17 00:00:00 2001 From: Adrian Vladu Date: Tue, 22 Oct 2024 13:08:39 +0300 Subject: [PATCH] sys-kernel/coreos-modules: disable CONFIG_NFS_V4_2_READ_PLUS Disable CONFIG_NFS_V4_2_READ_PLUS kernel config, as Linux kernel >= 6.6 enabled the CONFIG_NFS_V4_2_READ_PLUS config option by default, and nfs-ganesha version <= 6.1 is broken due to mishandling of the read_plus operation. See: https://github.com/nfs-ganesha/nfs-ganesha/commit/24da5c30429bb1ee0bfde3644ab5c3b84daa778e See: https://github.com/flatcar/Flatcar/issues/1565 See: https://github.com/nfs-ganesha/nfs-ganesha/issues/1188 --- .../sys-kernel/coreos-modules/files/commonconfig-6.6 | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 index d0f30edb5c4..83771370bc3 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 @@ -642,6 +642,7 @@ CONFIG_NFS_V3_ACL=y CONFIG_NFS_V4=m CONFIG_NFS_V4_1=y CONFIG_NFS_V4_2=y +CONFIG_NFS_V4_2_READ_PLUS=n CONFIG_NFT_BRIDGE_META=m CONFIG_NFT_BRIDGE_REJECT=m CONFIG_NFT_COMPAT=m