Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko <andrii@xxxxxxxxxx>: On Mon, 24 Jun 2024 20:29:03 +0100 you wrote: > When building with clang for ARCH=i386, the following errors are > observed: > > CC kernel/bpf/btf_relocate.o > ./tools/lib/bpf/btf_relocate.c:206:23: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion] > 206 | info[id].needs_size = true; > | ^ ~ > ./tools/lib/bpf/btf_relocate.c:256:25: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion] > 256 | base_info.needs_size = true; > | ^ ~ > 2 errors generated. > > [...] Here is the summary with links: - [v2,bpf-next] libbpf: fix clang compilation error in btf_relocate.c https://git.kernel.org/bpf/bpf-next/c/0f31c2c61f69 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html