Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko <andrii@xxxxxxxxxx>: On Mon, 10 Mar 2025 14:51:12 +0000 you wrote: > The Makefile uses the exit code of the `llvm-config --link-static --libs` > command to choose between statically-linked and dynamically-linked LLVMs. > The stdout and stderr of that command are redirected to /dev/null. > To redirect the output the "&>" construction is used, which might not be > supported by /bin/sh, which is executed by make for $(shell ...) commands. > On such systems the test will fail even if static LLVM is actually > supported. Replace "&>" by ">/dev/null 2>&1" to fix this. > > [...] Here is the summary with links: - [bpf-next] selftests/bpf: fix selection of static vs. dynamic LLVM https://git.kernel.org/bpf/bpf-next/c/74f36a97e5e5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html