Hello: This series was applied to bpf/bpf.git (master) by Daniel Borkmann <daniel@xxxxxxxxxxxxx>: On Thu, 3 Nov 2022 17:34:39 +0800 you wrote: > Some helper functions will allocate memory. To avoid memory leaks, the > verifier requires the eBPF program to release these memories by calling > the corresponding helper functions. > > When a resource is released, all pointer registers corresponding to the > resource should be invalidated. The verifier use release_references() to > do this job, by apply __mark_reg_unknown() to each relevant register. > > [...] Here is the summary with links: - [bpf,1/2,v2] bpf: Fix wrong reg type conversion in release_reference() https://git.kernel.org/bpf/bpf/c/f1db20814af5 - [bpf,2/2] selftests/bpf: Add verifier test for release_reference() https://git.kernel.org/bpf/bpf/c/475244f5e06b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html