Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko <andrii@xxxxxxxxxx>: On Tue, 22 Aug 2023 12:38:40 -0700 you wrote: > I hit a memory leak when testing bpf_program__set_attach_target(). > Basically, set_attach_target() may allocate btf_vmlinux, for example, > when setting attach target for bpf_iter programs. But btf_vmlinux > is freed only in bpf_object_load(), which means if we only open > bpf object but not load it, setting attach target may leak > btf_vmlinux. > > [...] Here is the summary with links: - [bpf-next] libbpf: Free btf_vmlinux when closing bpf_object https://git.kernel.org/bpf/bpf-next/c/29d67fdebc42 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html