From: patchwork-bot+netdevbpf@kernel.org
To: Jeremy Kerr <jk@codeconstruct.com.au>
Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org,
matt@codeconstruct.com.au, zhangjian.3032@bytedance.com
Subject: Re: [PATCH net] mctp i2c: don't count unused / invalid keys for flow release
Date: Sat, 12 Nov 2022 05:10:17 +0000 [thread overview]
Message-ID: <166822981747.20406.7853672671463304757.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20221110053135.329071-1-jk@codeconstruct.com.au>
Hello:
This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 10 Nov 2022 13:31:35 +0800 you wrote:
> We're currently hitting the WARN_ON in mctp_i2c_flow_release:
>
> if (midev->release_count > midev->i2c_lock_count) {
> WARN_ONCE(1, "release count overflow");
>
> This may be hit if we expire a flow before sending the first packet it
> contains - as we will not be pairing the increment of release_count
> (performed on flow release) with the i2c lock operation (only
> performed on actual TX).
>
> [...]
Here is the summary with links:
- [net] mctp i2c: don't count unused / invalid keys for flow release
https://git.kernel.org/netdev/net/c/9cbd48d5fa14
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2022-11-12 5:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-10 5:31 [PATCH net] mctp i2c: don't count unused / invalid keys for flow release Jeremy Kerr
2022-11-12 5:10 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=166822981747.20406.7853672671463304757.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=jk@codeconstruct.com.au \
--cc=kuba@kernel.org \
--cc=matt@codeconstruct.com.au \
--cc=netdev@vger.kernel.org \
--cc=zhangjian.3032@bytedance.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.