From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2105#note_1137946990 The issue I observed is that after a "fedpkg prep" there is no error around git-apply, but the patch itself is not applied. This is actually quite visible in the fact that we have some config options which are invalid without patches that we carry. So the current rawhide dist-git, a `fedpkg --release eln prep` from the current rawhide dist-git will complain that: ``` Error: Mismatches found in configuration files for powerpc ppc64le Found CONFIG_IO_URING=y after generation, had CONFIG_IO_URING=is not set in Source tree ``` This is because the patch b8ad8a5cb7f8c which allows IO_URING to be turned off without CONFIG_EXPERT is not applied, but you can just as easily select any change line in patch-6.1-redhat.patch and look at the "prepared tree" to see that it is not applied. _______________________________________________ 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, report it: https://pagure.io/fedora-infrastructure/new_issue