[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <164061660959.26121.4566598631672152879.git-patchwork-notify@kernel.org>
Date: Mon, 27 Dec 2021 14:50:09 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Karsten Graul <kgraul@...ux.ibm.com>
Cc: davem@...emloft.net, kuba@...nel.org, netdev@...r.kernel.org,
linux-s390@...r.kernel.org, hca@...ux.ibm.com
Subject: Re: [PATCH net] net/smc: fix using of uninitialized completions
Hello:
This patch was applied to netdev/net.git (master)
by David S. Miller <davem@...emloft.net>:
On Mon, 27 Dec 2021 14:35:30 +0100 you wrote:
> In smc_wr_tx_send_wait() the completion on index specified by
> pend->idx is initialized and after smc_wr_tx_send() was called the wait
> for completion starts. pend->idx is used to get the correct index for
> the wait, but the pend structure could already be cleared in
> smc_wr_tx_process_cqe().
> Introduce pnd_idx to hold and use a local copy of the correct index.
>
> [...]
Here is the summary with links:
- [net] net/smc: fix using of uninitialized completions
https://git.kernel.org/netdev/net/c/6d7373dabfd3
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