[PATCH 0/2] bump static-analysis ci image version
From: Jeff King <hidden>
Date: 2026-07-26 08:32:55
This is another way to fix the slow coccinelle run discussed in: https://lore.kernel.org/git/20260724091152.27794-2-tnyman@openai.com/ (local) by using a newer version of coccinelle. We tweaked the code there to avoid the problem, so this isn't urgent. But it is worth doing to avoid running into the same problem again (and because in general I think it makes sense to run newer versions of our dev tools than older ones). The second patch is the interesting one. The first is a necessary clean-up (+cc Elijah as the relevant author there). [1/2]: bloom: silence CHECK_ASSERTION_SIDE_EFFECTS false positive [2/2]: ci: bump ubuntu image version for static-analysis job .github/workflows/main.yml | 4 ++-- .gitlab-ci.yml | 2 +- bloom.c | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) -Peff