Re: [PATCH bpf-next RESEND v12 05/11] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
From: bot+bpf-ci
Date: Tue Jun 02 2026 - 09:47:42 EST
> diff --git a/tools/testing/selftests/bpf/Makefile b/tools/testing/selftests/bpf/Makefile
> --- a/tools/testing/selftests/bpf/Makefile
> +++ b/tools/testing/selftests/bpf/Makefile
> @@ -726,11 +726,11 @@
> $(TRUNNER_TEST_OBJS:.o=.d): $(TRUNNER_OUTPUT)/%.test.d: \
> $(TRUNNER_TESTS_DIR)/%.c \
> $(TRUNNER_EXTRA_HDRS) \
> + $$(BPFOBJ) | $(TRUNNER_OUTPUT) \
> $(TRUNNER_BPF_SKELS) \
> $(TRUNNER_BPF_LSKELS) \
> $(TRUNNER_BPF_LSKELS_SIGNED) \
> - $(TRUNNER_BPF_SKELS_LINKED) \
> - $$(BPFOBJ) | $(TRUNNER_OUTPUT)
> + $(TRUNNER_BPF_SKELS_LINKED)
bot+bpf-ci@xxxxxxxxxx suggested in v11 that this patch should include a
Fixes: tag pointing to commit 81b7e7ba095f ("selftests/bpf: Tolerate BPF
and skeleton generation failures"). This appears to be a legitimate
request since this patch addresses issues introduced by that earlier
commit. Should this include:
Fixes: 81b7e7ba095f ("selftests/bpf: Tolerate BPF and skeleton generation failures")
Reference: https://lore.kernel.org/bpf/8bfb94f32bee29ef1204a13edb057cba1f61251eed39c5fa5fb86bf9e0cdb567@xxxxxxxxxxxxxxx/
---
AI reviewed your patch. Please fix the bug or email reply why it's not a bug.
See: https://github.com/kernel-patches/vmtest/blob/master/ci/claude/README.md
CI run summary: https://github.com/kernel-patches/bpf/actions/runs/26821824931