[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<174079683098.2344768.8052382112959218283.git-patchwork-notify@kernel.org>
Date: Sat, 01 Mar 2025 02:40:30 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Vitaliy Shevtsov <v.shevtsov@...integration.ru>
Cc: andrew+netdev@...n.ch, davem@...emloft.net, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com, mst@...hat.com, jiri@...nulli.us,
krzysztof.kozlowski@...aro.org, rusty@...tcorp.com.au,
erwan.yvin@...ricsson.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, lvc-project@...uxtesting.org
Subject: Re: [PATCH] caif_virtio: fix wrong pointer check in cfv_probe()
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Thu, 27 Feb 2025 23:46:27 +0500 you wrote:
> del_vqs() frees virtqueues, therefore cfv->vq_tx pointer should be checked
> for NULL before calling it, not cfv->vdev. Also the current implementation
> is redundant because the pointer cfv->vdev is dereferenced before it is
> checked for NULL.
>
> Fix this by checking cfv->vq_tx for NULL instead of cfv->vdev before
> calling del_vqs().
>
> [...]
Here is the summary with links:
- caif_virtio: fix wrong pointer check in cfv_probe()
https://git.kernel.org/netdev/net/c/a466fd7e9faf
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