From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/968#note_544023607 @knurd42 - I looked into your config comparison between the source git tree and dist-git tree. The issue is the configs are processed in 2 stages. First stage, merge everything in redhat/configs/... together in an arch specific way. Second stage, run those configs through 'make olddefconfig' to add in the rest of the options. You were comparing the source-git second stage options with the dist-git first stage options, hence the large set of differences. Instead run 'make dist-configs-check' in your source git tree and compare that to the dist-git tree. That is how Fedora generates the options for the dist-git tree. That diff should be useful and small depending on which dates you use for each tree. (yeah, I know complexity, who would know about 'make dist-configs-check'). When you get a chance can you run 'make dist-configs-check' and verify the diff is either empty or sane? Sorry for the confusion. Thanks for testing efforts! _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-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/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure