Bug 1020674

Summary: sctp kernel module missing
Product: [Fedora] Fedora Reporter: Jan Tluka <jtluka>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 18CC: gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda, marcelo.barbosa
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-18 15:43:55 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jan Tluka 2013-10-18 07:26:42 UTC
Description of problem:

Kernel package is missing sctp.ko kernel module even when config says it's built as module. I've checked the latest 3.10.14-100.fc18.x86_64 and also an older kernel 3.9.6-200.fc18.x86_64 and it seems that the module is missing in both of them.

# grep -i sctp /boot/config-3.10.14-100.fc18.x86_64 
CONFIG_NF_CT_PROTO_SCTP=m
CONFIG_NF_NAT_PROTO_SCTP=m
CONFIG_NETFILTER_XT_MATCH_SCTP=m
CONFIG_IP_VS_PROTO_SCTP=y
CONFIG_IP_SCTP=m            <======
CONFIG_NET_SCTPPROBE=m
# CONFIG_SCTP_DBG_MSG is not set
# CONFIG_SCTP_DBG_OBJCNT is not set
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5 is not set
CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1=y
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set
CONFIG_SCTP_COOKIE_HMAC_MD5=y
CONFIG_SCTP_COOKIE_HMAC_SHA1=y

# rpm -ql kernel-3.10.14-100.fc18.x86_64 | grep -i sctp
/lib/modules/3.10.14-100.fc18.x86_64/kernel/net/netfilter/nf_conntrack_proto_sctp.ko
/lib/modules/3.10.14-100.fc18.x86_64/kernel/net/netfilter/nf_nat_proto_sctp.ko
/lib/modules/3.10.14-100.fc18.x86_64/kernel/net/netfilter/xt_sctp.ko
/lib/modules/3.10.14-100.fc18.x86_64/kernel/net/sctp         <=======

# checksctp 
checksctp: Protocol not supported

Version-Release number of selected component (if applicable):


How reproducible:
querying module info using modinfo

Steps to Reproduce:
1. modinfo sctp
2. or using lksctp-tools: checksctp
3.

Actual results:
sctp.ko module is missing

Expected results:
sctp.ko is present

Additional info:

Comment 1 Josh Boyer 2013-10-18 15:43:55 UTC
It's in the kernel-modules-extra package.  Install that.