Re: [PATCH] branch: avoid slow strvec Coccinelle matching
Harald Nordgren <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <CAHwyqnVNjspjWkiu3Gq-jde_M+hX9x5RfjxoC-3Wzfin_JZuqg@mail.gmail.com> |
Thanks for the report, Ted! CI had been timing out on this branch, but I chalked it up to one of the many CI failures we had in the last few months. CI is now generally stable again for some days, and with your fix it's also green on this branch specifically. Good point, Jeff, probably it can be 'int i' in the 'candidates.nr', case to avoid a cast. I'll push it to GitHub to verify that the CI passes there as well, but I'll wait with submitting until others have finished reviewing, to not overload inboxes after already pushing out one version today. Harald