Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann <daniel@xxxxxxxxxxxxx>: On Tue, 19 Jul 2022 12:49:34 +0300 you wrote: > The code here is supposed to take a signed int and store it in a > signed long long. Unfortunately, the way that the type promotion works > with this conditional statement is that it takes a signed int, type > promotes it to a __u32, and then stores that as a signed long long. > The result is never negative. > > Fixes: d90ec262b35b ("libbpf: Add enum64 support for btf_dump") > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > > [...] Here is the summary with links: - libbpf: fix sign expansion bug in btf_dump_get_enum_value() https://git.kernel.org/bpf/bpf-next/c/c6018fc6e7b6 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html