[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<174299463026.1310063.14750398423292359224.git-patchwork-notify@kernel.org>
Date: Wed, 26 Mar 2025 13:10:30 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Daniel Hsu <d486250@...il.com>
Cc: jk@...econstruct.com.au, matt@...econstruct.com.au, andrew+netdev@...n.ch,
davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org, Daniel-Hsu@...ntatw.com
Subject: Re: [PATCH] mctp: Fix incorrect tx flow invalidation condition in
mctp-i2c
Hello:
This patch was applied to netdev/net.git (main)
by David S. Miller <davem@...emloft.net>:
On Tue, 25 Mar 2025 16:10:08 +0800 you wrote:
> Previously, the condition for invalidating the tx flow in
> mctp_i2c_invalidate_tx_flow() checked if `rc` was nonzero.
> However, this could incorrectly trigger the invalidation
> even when `rc > 0` was returned as a success status.
>
> This patch updates the condition to explicitly check for `rc < 0`,
> ensuring that only error cases trigger the invalidation.
>
> [...]
Here is the summary with links:
- mctp: Fix incorrect tx flow invalidation condition in mctp-i2c
https://git.kernel.org/netdev/net/c/70facbf978ac
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