[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<175919520650.1775912.18298480194325200871.git-patchwork-notify@kernel.org>
Date: Tue, 30 Sep 2025 01:20:06 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Alok Tiwari <alok.a.tiwari@...cle.com>
Cc: krishneil.k.singh@...el.com, alan.brady@...el.com,
aleksander.lobakin@...el.com, andrew+netdev@...n.ch,
anthony.l.nguyen@...el.com, przemyslaw.kitszel@...el.com,
davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com,
horms@...nel.org, netdev@...r.kernel.org, intel-wired-lan@...ts.osuosl.org
Subject: Re: [PATCH net] idpf: fix mismatched free function for
dma_alloc_coherent
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Thu, 25 Sep 2025 11:02:10 -0700 you wrote:
> The mailbox receive path allocates coherent DMA memory with
> dma_alloc_coherent(), but frees it with dmam_free_coherent().
> This is incorrect since dmam_free_coherent() is only valid for
> buffers allocated with dmam_alloc_coherent().
>
> Fix the mismatch by using dma_free_coherent() instead of
> dmam_free_coherent
>
> [...]
Here is the summary with links:
- [net] idpf: fix mismatched free function for dma_alloc_coherent
https://git.kernel.org/netdev/net/c/b9bd25f47eb7
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists