View Issue Details

IDProjectCategoryView StatusLast Update
0000981channel: kernel/el8kernel-mlpublic2020-01-09 09:52
Reporterrmkrishna Assigned Toburakkucat  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Summary0000981: Please set CONFIG_9P_FS for kernel-ml
DescriptionIt seems like the CONFIG_9P_FS option is not set for kernel-ml. Can we please set this option (module)?
Additional Information$ cat config-5.4.8-1.el8.elrepo.x86_64 | grep -i 9p
CONFIG_NET_9P=m
CONFIG_NET_9P_VIRTIO=m
CONFIG_NET_9P_XEN=m
CONFIG_NET_9P_RDMA=m
# CONFIG_NET_9P_DEBUG is not set
# CONFIG_9P_FS is not set

$ uname -a
Linux CentOSStream-kvm 5.4.8-1.el8.elrepo.x86_64 #1 SMP Sat Jan 4 15:31:48 EST 2020 x86_64 x86_64 x86_64 GNU/Linux
TagsNo tags attached.

Activities

burakkucat

2020-01-05 10:35

administrator   ~0006761

Acknowledged.

On checking the master configuration files, I see that the following options are currently set --

[kernels]$ grep -r 'CONFIG_9P_FS' * | sort | grep -E '4\.4\.208|5\.4\.8|5\.5\.0'
el6/config-4.4/config-4.4.208-i686:CONFIG_9P_FSCACHE=y
el6/config-4.4/config-4.4.208-i686:CONFIG_9P_FS=m
el6/config-4.4/config-4.4.208-i686:CONFIG_9P_FS_POSIX_ACL=y
el6/config-4.4/config-4.4.208-i686:# CONFIG_9P_FS_SECURITY is not set
el6/config-4.4/config-4.4.208-i686-NONPAE:CONFIG_9P_FSCACHE=y
el6/config-4.4/config-4.4.208-i686-NONPAE:CONFIG_9P_FS=m
el6/config-4.4/config-4.4.208-i686-NONPAE:CONFIG_9P_FS_POSIX_ACL=y
el6/config-4.4/config-4.4.208-i686-NONPAE:# CONFIG_9P_FS_SECURITY is not set
el6/config-4.4/config-4.4.208-x86_64:CONFIG_9P_FSCACHE=y
el6/config-4.4/config-4.4.208-x86_64:CONFIG_9P_FS=m
el6/config-4.4/config-4.4.208-x86_64:CONFIG_9P_FS_POSIX_ACL=y
el6/config-4.4/config-4.4.208-x86_64:# CONFIG_9P_FS_SECURITY is not set
el7/config-4.4/config-4.4.208-x86_64:CONFIG_9P_FSCACHE=y
el7/config-4.4/config-4.4.208-x86_64:CONFIG_9P_FS=m
el7/config-4.4/config-4.4.208-x86_64:CONFIG_9P_FS_POSIX_ACL=y
el7/config-4.4/config-4.4.208-x86_64:# CONFIG_9P_FS_SECURITY is not set
el7/config-5.4/config-5.4.8-x86_64:CONFIG_9P_FSCACHE=y
el7/config-5.4/config-5.4.8-x86_64:CONFIG_9P_FS=m
el7/config-5.4/config-5.4.8-x86_64:CONFIG_9P_FS_POSIX_ACL=y
el7/config-5.4/config-5.4.8-x86_64:# CONFIG_9P_FS_SECURITY is not set
el7/config-5.5/config-5.5.0-x86_64:CONFIG_9P_FSCACHE=y
el7/config-5.5/config-5.5.0-x86_64:CONFIG_9P_FS=m
el7/config-5.5/config-5.5.0-x86_64:CONFIG_9P_FS_POSIX_ACL=y
el7/config-5.5/config-5.5.0-x86_64:# CONFIG_9P_FS_SECURITY is not set
el8/config-5.4/config-5.4.8-x86_64:# CONFIG_9P_FS is not set
el8/config-5.5/config-5.5.0-x86_64:# CONFIG_9P_FS is not set
[kernels]$

I have now queued a configuration adjustment for the next build of the kernel-ml package set, for el8. Namely --

CONFIG_9P_FSCACHE=y
CONFIG_9P_FS=m
CONFIG_9P_FS_POSIX_ACL=y

burakkucat

2020-01-09 09:52

administrator   ~0006762

The recently announced kernel-ml-5.4.10-1.el8.elrepo package set [1] contains the requested configuration adjustment.

Now closing as "resolved/fixed".

[1] http://lists.elrepo.org/pipermail/elrepo/2020-January/005005.html

Issue History

Date Modified Username Field Change
2020-01-05 10:18 rmkrishna New Issue
2020-01-05 10:18 rmkrishna Status new => assigned
2020-01-05 10:18 rmkrishna Assigned To => burakkucat
2020-01-05 10:35 burakkucat Note Added: 0006761
2020-01-09 09:52 burakkucat Note Added: 0006762
2020-01-09 09:52 burakkucat Severity minor => feature
2020-01-09 09:52 burakkucat Reproducibility always => N/A
2020-01-09 09:52 burakkucat Status assigned => resolved
2020-01-09 09:52 burakkucat Resolution open => fixed