Hi All, With new kernel-ark flow, it is not entirely clear to me how to do $subject ? In the past I would just add the patch to dist-git with a comment that it is only for F34+, but with ARK the dist-git content seems to be more or less auto-generated from kernel-ark.git. I need to add a small patch to the Fedora kernels for: https://fedoraproject.org/w/index.php?title=Changes/SofDefaultForIntelLpe The default driver is selected based on the order of a couple of entries in an array, so I need to swap that order. I can either just hardcode the order, or I can add a Kconfig for this, if having different Kconfig settings is easier between releases, so 2 questions: 1. Should the patch just hardcode the new order or is a Kconfig option preferred (for the Fedora kernel workflow). 2. How do I get a patch *or* a Kconfig option added/set to/for the Fedora kernels with the patch/option only being applied to F34+ kernel builds ? Regards, Hans _______________________________________________ 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