From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 76D99C433F5 for ; Mon, 16 May 2022 21:09:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229592AbiEPVJA (ORCPT ); Mon, 16 May 2022 17:09:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54044 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349213AbiEPVIN (ORCPT ); Mon, 16 May 2022 17:08:13 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 36590213 for ; Mon, 16 May 2022 13:50:15 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id DC490B81662 for ; Mon, 16 May 2022 20:50:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 7DC19C34116; Mon, 16 May 2022 20:50:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652734212; bh=waTm6HxxDeXHYals0sIZH9fcaTU2cSySso6vz2Wm5bc=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=OIzVhAMTcDARiC0KWZduSFn0zN4NwU8ynQndxhbdAix1HPRwDG3/RW9IZa2Y1GJDz /sa4ZqRzTfxYOatB+FZsZP+fRSK5XZtAMBcGNR65z0NjZoxprcQRkstl+hcU6xjZyE r1sbGtlcTeNDjWhgLtUlwZUGFtwBEWhqopYWh5Nvsw22EFtss9x8nSS2Exk9EuxNHS HKQa382fv0Hv398Xg2UMmqvKvOEJS6g7wJ4DgtBuVGdMtYfukEuwUox7JOO+elpvYn joow1XnZ8WtvLWRAPBpLxXuGsBdjCr3hJp0GtcfcfOfJBfFJ92w/4iX75+Z1j4hqSn Oqy3Vhp1Qw/fA== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 4FB55E8DBBF; Mon, 16 May 2022 20:50:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next] libbpf: fix memory leak in attach_tp for target-less tracepoint program From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165273421231.18505.12010272072291099949.git-patchwork-notify@kernel.org> Date: Mon, 16 May 2022 20:50:12 +0000 References: <20220516184547.3204674-1-andrii@kernel.org> In-Reply-To: <20220516184547.3204674-1-andrii@kernel.org> To: Andrii Nakryiko Cc: bpf@vger.kernel.org, ast@kernel.org, daniel@iogearbox.net, kernel-team@fb.com Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Mon, 16 May 2022 11:45:47 -0700 you wrote: > Fix sec_name memory leak if user defines target-less SEC("tp"). > > Fixes: 9af8efc45eb1 ("libbpf: Allow "incomplete" basic tracing SEC() definitions") > Signed-off-by: Andrii Nakryiko > --- > tools/lib/bpf/libbpf.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Here is the summary with links: - [bpf-next] libbpf: fix memory leak in attach_tp for target-less tracepoint program https://git.kernel.org/bpf/bpf-next/c/ac6a65868a5a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html