Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Fri, 2 Oct 2020 17:25:44 -0700 you wrote: > We are missing a deref for the case when we are doing BPF_PROG_BIND_MAP > on a map that's being already held by the program. > There is 'if (ret) bpf_map_put(map)' below which doesn't trigger > because we don't consider this an error. > Let's add missing bpf_map_put() for this specific condition. > > Fixes: ef15314aa5de ("bpf: Add BPF_PROG_BIND_MAP syscall") > Reported-by: Alexei Starovoitov <ast@xxxxxxxxxx> > Signed-off-by: Stanislav Fomichev <sdf@xxxxxxxxxx> > > [...] Here is the summary with links: - [bpf-next] bpf: deref map in BPF_PROG_BIND_MAP when it's already used https://git.kernel.org/bpf/bpf-next/c/1028ae406999 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html