From: Dorinda Bassey <[email protected]>
redhat/configs: make modular\disable NFS support
Upstream Status: RHEL only
Disable support for some NFS related configs
from the automotive kernel, and in some cases
enable them as a loadable module:
CONFIG_NFS_FS=m
CONFIG_NFS_ACL_SUPPORT=m
CONFIG_NFS_V2=m
CONFIG_NFS_V3=m
CONFIG_NFS_V4=m
CONFIG_PNFS_FILE_LAYOUT=m
CONFIG_PNFS_FLEXFILE_LAYOUT=m
This is needed to satisfy a requirement of FuSa efforts
for RHIVOS.
Link: https://issues.redhat.com/browse/RHEL-73720
Signed-off-by: Dorinda Bassey <[email protected]>
diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_NFS_ACL_SUPPORT
b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_ACL_SUPPORT
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_ACL_SUPPORT
@@ -0,0 +1 @@
+CONFIG_NFS_ACL_SUPPORT=m
diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_NFS_COMMON
b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_COMMON
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_COMMON
@@ -0,0 +1 @@
+CONFIG_NFS_COMMON=y
diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_NFS_DEBUG
b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_DEBUG
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_DEBUG
@@ -0,0 +1 @@
+CONFIG_NFS_DEBUG=y
diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_NFS_FS
b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_FS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_FS
@@ -0,0 +1 @@
+CONFIG_NFS_FS=m
diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_NFS_FSCACHE
b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_FSCACHE
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_FSCACHE
@@ -0,0 +1 @@
+# CONFIG_NFS_FSCACHE is not set
diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_NFS_USE_KERNEL_DNS
b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_USE_KERNEL_DNS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_USE_KERNEL_DNS
@@ -0,0 +1 @@
+CONFIG_NFS_USE_KERNEL_DNS=y
diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_NFS_USE_LEGACY_DNS
b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_USE_LEGACY_DNS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_USE_LEGACY_DNS
@@ -0,0 +1 @@
+# CONFIG_NFS_USE_LEGACY_DNS is not set
diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V2
b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V2
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V2
@@ -0,0 +1 @@
+CONFIG_NFS_V2=m
diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V3
b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V3
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V3
@@ -0,0 +1 @@
+CONFIG_NFS_V3=m
diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V3_ACL
b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V3_ACL
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V3_ACL
@@ -0,0 +1 @@
+# CONFIG_NFS_V3_ACL is not set
diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V4
b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V4
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V4
@@ -0,0 +1 @@
+CONFIG_NFS_V4=m
diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V4_1
b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V4_1
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V4_1
@@ -0,0 +1 @@
+# CONFIG_NFS_V4_1 is not set
diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V4_1_MIGRATION
b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V4_1_MIGRATION
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V4_1_MIGRATION
@@ -0,0 +1 @@
+# CONFIG_NFS_V4_1_MIGRATION is not set
diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V4_2
b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V4_2
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V4_2
@@ -0,0 +1 @@
+# CONFIG_NFS_V4_2 is not set
diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V4_2_READ_PLUS
b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V4_2_READ_PLUS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V4_2_READ_PLUS
@@ -0,0 +1 @@
+# CONFIG_NFS_V4_2_READ_PLUS is not set
diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V4_2_SSC_HELPER
b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V4_2_SSC_HELPER
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/automotive/generic/CONFIG_NFS_V4_2_SSC_HELPER
@@ -0,0 +1 @@
+# CONFIG_NFS_V4_2_SSC_HELPER is not set
diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_PNFS_FILE_LAYOUT
b/redhat/configs/rhel/automotive/generic/CONFIG_PNFS_FILE_LAYOUT
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/automotive/generic/CONFIG_PNFS_FILE_LAYOUT
@@ -0,0 +1 @@
+CONFIG_PNFS_FILE_LAYOUT=m
diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_PNFS_FLEXFILE_LAYOUT
b/redhat/configs/rhel/automotive/generic/CONFIG_PNFS_FLEXFILE_LAYOUT
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/automotive/generic/CONFIG_PNFS_FLEXFILE_LAYOUT
@@ -0,0 +1 @@
+CONFIG_PNFS_FLEXFILE_LAYOUT=m
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3593
--
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it:
https://pagure.io/fedora-infrastructure/new_issue