As reported by Justing Forbes in the last FESCo Meeting, 32bit arches in rawhide fail to build due to this error: ERROR: "__udivdi3" [net/netfilter/xt_hashlimit.ko] undefined! (see for example build https://koji.fedoraproject.org/koji/taskinfo?taskID=21734710 ) Athos Ribeiro looked into this and he found out that a patch has already been accepted upstream: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=90c4ae4e2c1da9f1eaf846136861af43d4c1ff34 And he also fired off a couple of builds in koji and copr: https://koji.fedoraproject.org/koji/taskinfo?taskID=21765118 https://copr.fedorainfracloud.org/coprs/athoscr/kernel/build/600404/ For more information, please see this thread: https://lists.fedoraproject.org/archives/list/x86@lists.fedoraproject.org/thread/NZNNSDUBYG4SQGODVZPTCXIQYNTW6VJT/ Could you please apply the patch to the rawhide kernel sources? Going forward, is there another, more preferable method for the x86 SIG to contact the kernel maintainers on such issues?
Bugzilla is fine, IRC on #fedora-kernel would work for things like this as well. Since it is in Linus' tree now, it would get picked up on the next rawhide build tomorrow anyway, A quick heads up would be plenty to keep us from doing an ExcludeArch for something to be fixed the next day. For things not in the Linus tree yet where we need a patch, an email to the fedora kernel list would also work. Thanks for all of the legwork on this, this is exactly the kind of thing we like to see for ongoing arch support.
This particular issue seems to be fixed. Thanks again!
You're welcome, it's good that we've learned a few things about your work flow too.