Currently sctp.ko and sctp_probe.ko are present in mod-extra.list. The problem is that sctp_probe.ko was removed upstream in kernel 4.16 and sctp_diag.ko was added, so sctp.ko is not inside kernel-modules-extra anymore, but it's inside kernel-modules (due to bz#1656580). This means that before Fedora "kernel-4.16" sctp.ko was in "kernel-modules-extra" and after "kernel-4.16" sctp.ko is inside kernel-modules This commit removes sctp_probe.ko and adds sctp_diag.ko to mod-extra.list. This means that both sctp.ko and sctp_diag.ko will be moved to kernel-modules-extra Signed-off-by: Timothy Redaelli <tredaelli@xxxxxxxxxx> --- mod-extra.list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod-extra.list b/mod-extra.list index f5841c96..550056ea 100644 --- a/mod-extra.list +++ b/mod-extra.list @@ -134,7 +134,7 @@ sch_red.ko sch_sfb.ko sch_teql.ko sctp.ko -sctp_probe.ko +sctp_diag.ko sidewinder.ko sja1000.ko sja1000_platform.ko -- 2.19.2 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx