View Issue Details

IDProjectCategoryView StatusLast Update
0001144channel: kernel/el7kernel-mlpublic2021-10-04 17:47
Reportermrpouit Assigned Toburakkucat  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0001144: igc module missing from kernel-ml 5.14.9
DescriptionHi,

The igc module seems to have disappeared with kernel-ml 5.14.9 (and there's nothing in the changelog about it). It was present in 5.14.8 and earlier.
Thanks.

Steps To ReproduceInstall kernel-ml 5.14.9.
Additional Information# rpm -ql kernel-ml-5.14.9 | grep igc
# rpm -ql kernel-ml-5.14.8 | grep igc
/lib/modules/5.14.8-1.el7.elrepo.x86_64/kernel/drivers/net/ethernet/intel/igc
/lib/modules/5.14.8-1.el7.elrepo.x86_64/kernel/drivers/net/ethernet/intel/igc/igc.ko

# diff -pruN /boot/config-5.14.8-1.el7.elrepo.x86_64 /boot/config-5.14.9-1.el7.elrepo.x86_64
--- /boot/config-5.14.8-1.el7.elrepo.x86_64 2021-09-25 14:54:19.000000000 +0000
+++ /boot/config-5.14.9-1.el7.elrepo.x86_64 2021-09-28 17:46:00.000000000 +0000
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 5.14.8-1.el7.elrepo.x86_64 Kernel Configuration
+# Linux/x86_64 5.14.9-1.el7.elrepo.x86_64 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 9.3.1 20200408 (Red Hat 9.3.1-2)"
 CONFIG_CC_IS_GCC=y
@@ -2893,7 +2893,6 @@ CONFIG_IAVF=m
 CONFIG_I40EVF=m
 CONFIG_ICE=m
 CONFIG_FM10K=m
-CONFIG_IGC=m
 CONFIG_NET_VENDOR_MICROSOFT=y
 CONFIG_MICROSOFT_MANA=m
 CONFIG_JME=m
TagsNo tags attached.

Activities

burakkucat

2021-10-04 10:37

administrator   ~0007891

How very odd!

On checking the master configuration files (for both el7 and el8) I see --

[bcat config-5.4]$ grep 'IGC' * | sort
config-5.4.141-x86_64:CONFIG_IGC=m
config-5.4.142-x86_64:CONFIG_IGC=m
config-5.4.143-x86_64:CONFIG_IGC=m
config-5.4.144-x86_64:CONFIG_IGC=m
config-5.4.145-x86_64:CONFIG_IGC=m
config-5.4.146-x86_64:CONFIG_IGC=m
config-5.4.147-x86_64:CONFIG_IGC=m
config-5.4.148-x86_64:CONFIG_IGC=m
config-5.4.149-x86_64:CONFIG_IGC=m
config-5.4.150-x86_64:CONFIG_IGC=m
[bcat config-5.4]$

[bcat config-5.14]$ grep 'IGC' * | sort
config-5.14.0-x86_64:CONFIG_IGC=m
config-5.14.1-x86_64:CONFIG_IGC=m
config-5.14.2-x86_64:CONFIG_IGC=m
config-5.14.3-x86_64:CONFIG_IGC=m
config-5.14.4-x86_64:CONFIG_IGC=m
config-5.14.5-x86_64:CONFIG_IGC=m
config-5.14.6-x86_64:CONFIG_IGC=m
config-5.14.7-x86_64:CONFIG_IGC=m
config-5.14.8-x86_64:CONFIG_IGC=m
[bcat config-5.14]$

[bcat config-5.15]$ grep 'IGC' * | sort
CONFIG_IGC=m
[bcat config-5.15]$

I confirm that the CONFIG_IGC=m option is missing from the kernel-ml-5.14.9-1.el{7|8}.elrepo package sets, exactly as you have reported.

A re-build of the package set is now in progress.

burakkucat

2021-10-04 11:34

administrator   ~0007892

The package sets have now been re-built (as kernel-ml-5.14.9-2.el{7|8}.elrepo) with the missing configuration option re-instated and they are currently synchronising across our mirror network.

burakkucat

2021-10-04 17:47

administrator   ~0007893

Now closing as "resolved/fixed".

Issue History

Date Modified Username Field Change
2021-10-04 06:05 mrpouit New Issue
2021-10-04 06:05 mrpouit Status new => assigned
2021-10-04 06:05 mrpouit Assigned To => burakkucat
2021-10-04 10:37 burakkucat Note Added: 0007891
2021-10-04 11:34 burakkucat Note Added: 0007892
2021-10-04 17:47 burakkucat Status assigned => resolved
2021-10-04 17:47 burakkucat Resolution open => fixed
2021-10-04 17:47 burakkucat Note Added: 0007893