On Tue, Jun 9, 2020 at 12:17 PM Justin Forbes <jmforbes@xxxxxxxxxxx> wrote: > > On Tue, Jun 9, 2020 at 9:06 AM Richard W.M. Jones <rjones@xxxxxxxxxx> wrote: > > > > I've installed kernel-5.8.0-0.rc0.20200608gitaf7b4801030c.1.fc33.x86_64 but > > not rebooted (still running 5.6.0-0.rc5.git0.1.fc33.x86_64 on the host). > > > > However /lib/modules/5.8.0-[...] has not been fully created in some way. > > In particular there are no *.ko files at all under that directory: > > > > $ ls /lib/modules/5.8.0-0.rc0.20200608gitaf7b4801030c.1.fc33.x86_64/ > > bls.conf modules.builtin modules.drm source > > build modules.builtin.alias.bin modules.modesetting symvers.gz > > config modules.builtin.bin modules.networking System.map > > kernel modules.builtin.modinfo modules.order updates > > modules.alias modules.dep modules.softdep vdso > > modules.alias.bin modules.dep.bin modules.symbols vmlinuz > > modules.block modules.devname modules.symbols.bin weak-updates > > $ find /lib/modules/5.8.0-0.rc0.20200608gitaf7b4801030c.1.fc33.x86_64/ -name '*.ko' > > > > find /lib/module/<kver> -name *.ko should return nothing on any > shipping kernel. Modules have been xz compressed for some time now. > > $ find /lib/modules/5.8.0-0.rc0.20200608gitaf7b4801030c.1.fc33.x86_64/ > -name *.ko.xz | wc -l > 3599 > $ find /lib/modules/5.7.0-1.fc33.x86_64/ -name *.ko.xz | wc -l > 3484 > > > Using virt-rescue to examine the new kernel also fails as you'd expect > > when it tries to load any module. > > > > Yes, something is definitely failing, trying to figure that out now. > So, it turns out that this is entirely a problem with the ark scripts during the merge window. The kernel rpm expects that the version doesn't bump until rc1, but the scripts are changing the version as soon as there is a git commit. End result, the kernel uname is 5.7.0-0.rc0.20200608gitaf7b4801030c.1.fc33.x86_64 but the modules are in /lib/modules/5.8.0-0.rc0.20200608gitaf7b4801030c.1.fc33.x86_64/. I can fix it when koji comes back. > > Any idea where to begin debugging this, or if there's an existing bug? > > _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx