Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@xxxxxxxxxx>: On Mon, 12 Feb 2024 15:32:17 -0800 you wrote: > Fix confusing and incorrect inference of PTR_TO_CTX argument type in BPF > global subprogs. For some program types (iters, tracepoint, any program type > that doesn't have fixed named "canonical" context type) when user uses (in > a correct and valid way) a pointer argument to user-defined anonymous struct > type, verifier will incorrectly assume that it has to be PTR_TO_CTX argument. > While it should be just a PTR_TO_MEM argument with allowed size calculated > from user-provided (even if anonymous) struct. > > [...] Here is the summary with links: - [v2,bpf-next,1/4] bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type() https://git.kernel.org/bpf/bpf-next/c/fb5b86cfd4ef - [v2,bpf-next,2/4] bpf: handle bpf_user_pt_regs_t typedef explicitly for PTR_TO_CTX global arg https://git.kernel.org/bpf/bpf-next/c/824c58fb1090 - [v2,bpf-next,3/4] bpf: don't infer PTR_TO_CTX for programs with unnamed context type https://git.kernel.org/bpf/bpf-next/c/879bbe7aa4af - [v2,bpf-next,4/4] selftests/bpf: add anonymous user struct as global subprog arg test https://git.kernel.org/bpf/bpf-next/c/63d5a33fb4ec You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html