Am So., 11. Feb. 2024 um 23:14 Uhr schrieb Julian Sikorski <beleg...@gmail.com>:
>
> Hello,
>
> I am trying to bisect an issue which appears to have regressed between
> 5.18 final and 5.19-rc2. This is somewhat challenging as most of the
> kernels are since gone from koji, and the ark os-build branch seems to
> have been rebased after kernel 6.7 release, meaning that the required
> commits to the redhat folder are not in sync with the commits to the
> kernel itself.

I'm not sure I'm following this completely - are you saying that (part
of) the old kernel sources are not there (in git) any more because a
branch got rebased?

> I tried cherry-picking them on top, but it does not apply
> cleanly either:
>
> $ git clone -b os-build g...@gitlab.com:cki-project/kernel-ark.git
> $ git bisect start
> $ git bisect bad v5.19-rc2
> $ git bisect good v5.18
> $ git checkout 2518f226c60d8e04d18ba4295500a5b0b8ac7659
> $ git cherry-pick
> 0dd3ee31125508cd67f7e7172247f05b7fd1753a..6d8a7e484dc667c1094fc90452dee6af30d509f6
>
> Is there a way simpler than trying to fix the cherry-pick conflicts
> every single time?

`rerere` can be really helpful for something like this.

I guess you've checked already whether the problem you're trying to
solve depends on the extra redhat commits.

Cheers,
Michael
--
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to