Bug 21182 - Add missed config options for NFS4_1 and NFS4_2
Summary: Add missed config options for NFS4_1 and NFS4_2
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: New RPM package request (show other bugs)
Version: Cauldron
Hardware: All Linux
Priority: Normal enhancement
Target Milestone: ---
Assignee: Kernel and Drivers maintainers
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-03 22:55 CEST by Giuseppe Ghibò
Modified: 2017-07-30 20:40 CEST (History)
2 users (show)

See Also:
Source RPM: kernel-4.9.35-1.mga6.src.rpm
CVE:
Status comment:


Attachments

Description Giuseppe Ghibò 2017-07-03 22:55:59 CEST
As already discussed on ML, please add the NFS_V4_1 and NFS_V4_2 config options to the current kernel. BTW, here is the config file changes, just need to be applied in the next build:

--- x86_64.config.orig	2017-07-01 19:48:20.374721597 +0200
+++ x86_64.config	2017-07-03 22:45:47.121632667 +0200
@@ -7904,8 +7975,11 @@
 CONFIG_NFS_V3=m
 CONFIG_NFS_V3_ACL=y
 CONFIG_NFS_V4=m
-# CONFIG_NFS_SWAP is not set
-# CONFIG_NFS_V4_1 is not set
+CONFIG_NFS_SWAP=y
+CONFIG_NFS_V4_1=y
+CONFIG_NFS_V4_2=y
+CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
+CONFIG_NFS_V4_1_MIGRATION=y
 CONFIG_NFS_FSCACHE=y
 # CONFIG_NFS_USE_LEGACY_DNS is not set
 CONFIG_NFS_USE_KERNEL_DNS=y
@@ -7916,10 +7990,10 @@
 CONFIG_NFSD_V3_ACL=y
 CONFIG_NFSD_V4=y
 CONFIG_NFSD_PNFS=y
-# CONFIG_NFSD_BLOCKLAYOUT is not set
-# CONFIG_NFSD_SCSILAYOUT is not set
+CONFIG_NFSD_BLOCKLAYOUT=y
+CONFIG_NFSD_SCSILAYOUT=y
 CONFIG_NFSD_FLEXFILELAYOUT=y
-# CONFIG_NFSD_V4_SECURITY_LABEL is not set
+CONFIG_NFSD_V4_SECURITY_LABEL=y
 # CONFIG_NFSD_FAULT_INJECTION is not set
 CONFIG_GRACE_PERIOD=m
 CONFIG_LOCKD=m
Marja Van Waes 2017-07-05 10:41:55 CEST

Assignee: bugsquad => kernel
CC: (none) => marja11

Comment 1 Thomas Backlund 2017-07-30 20:40:12 CEST
Fixed in Cauldron earlier, and now in Mga6:

http://advisories.mageia.org/MGASA-2017-0234.html

CC: (none) => tmb
Status: NEW => RESOLVED
Resolution: (none) => FIXED


Note You need to log in before you can comment on or make changes to this bug.