Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@xxxxxxxxxx>: On Fri, 21 Feb 2025 09:56:44 -0800 you wrote: > Reduce the variable passing madness surrounding check_ctx_access(). > Currently, check_mem_access() passes many pointers to local variables to > check_ctx_access(). They are used to initialize "struct > bpf_insn_access_aux info" in check_ctx_access() and then passed to > is_valid_access(). Then, check_ctx_access() takes the data our from > info and write them back the pointers to pass them back. This can be > simpilified by moving info up to check_mem_access(). > > [...] Here is the summary with links: - bpf: Refactor check_ctx_access() https://git.kernel.org/bpf/bpf-next/c/201b62ccc831 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html