Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@xxxxxxxxxx>: On Thu, 1 Dec 2022 13:39:39 +0100 you wrote: > The bpf_ct_set_nat_info() kfunc is defined in the nf_nat.ko module, and > takes as a parameter the nf_conn___init struct, which is allocated through > the bpf_xdp_ct_alloc() helper defined in the nf_conntrack.ko module. > However, because kernel modules can't deduplicate BTF types between each > other, and the nf_conn___init struct is not referenced anywhere in vmlinux > BTF, this leads to two distinct BTF IDs for the same type (one in each > module). This confuses the verifier, as described here: > > [...] Here is the summary with links: - [bpf,v2] bpf: Add dummy type reference to nf_conn___init to fix type deduplication https://git.kernel.org/bpf/bpf-next/c/578ce69ffda4 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html