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 7FC28C433EF for ; Thu, 10 Mar 2022 15:20:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233038AbiCJPVO (ORCPT ); Thu, 10 Mar 2022 10:21:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43938 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234361AbiCJPVN (ORCPT ); Thu, 10 Mar 2022 10:21:13 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8366570312; Thu, 10 Mar 2022 07:20:12 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 205C961839; Thu, 10 Mar 2022 15:20:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 75FFCC340F4; Thu, 10 Mar 2022 15:20:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646925611; bh=ldvT4RfClw9mMsOh34apXs/Ocn8K3gUePc3BrlLETbI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=NL3vLBtHB4kE4r+njLZ6dJzdTcUWBpPOULw7CTKiQzaBNvrcH67iE8WULpDiART18 DtrWYY7t7bA8F6y4MbqbOEPAd1aMrQAYN4LC3PgHHqO6HYXQVZGwKc5kB+HeLVTxqU iBd7U4PU6kkqawO+mwe3G5qq8IRQpiDrtoVE2SOzumshSkwDmHdqpvWRgqKUeYhbCt P1+qMg92atKWNFOyIDNQuTrO0oyHz699g7WX4wnjQ5IQa8p3hEaYucScdajiYLDMtQ AtKeW0WAzH1dY3EGXfaumzqPUfsVHVxZqXgrmMtvsAUnUJEBxVGIrX9INscrZg/IZN xCUQKfyzQvR4A== 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 51B92E8DD5B; Thu, 10 Mar 2022 15:20:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] bpf: test_run: use kvfree() for memory allocated with kvmalloc() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164692561133.14970.17679444348900357435.git-patchwork-notify@kernel.org> Date: Thu, 10 Mar 2022 15:20:11 +0000 References: <20220310092828.13405-1-hanyihao@vivo.com> In-Reply-To: <20220310092828.13405-1-hanyihao@vivo.com> To: Yihao Han Cc: davem@davemloft.net, kuba@kernel.org, ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, kafai@fb.com, songliubraving@fb.com, yhs@fb.com, john.fastabend@gmail.com, kpsingh@kernel.org, hawk@kernel.org, netdev@vger.kernel.org, bpf@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@vivo.com Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Thu, 10 Mar 2022 01:28:27 -0800 you wrote: > It is allocated with kvmalloc(), the corresponding release function > should not be kfree(), use vfree() instead. > > Generated by: scripts/coccinelle/api/kfree_mismatch.cocci > > Signed-off-by: Yihao Han > > [...] Here is the summary with links: - bpf: test_run: use kvfree() for memory allocated with kvmalloc() https://git.kernel.org/bpf/bpf-next/c/2fe145de5ba3 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html