From: patchwork-bot+netdevbpf@kernel.org
To: Alex Elder <elder@linaro.org>
Cc: davem@davemloft.net, kuba@kernel.org, evgreen@chromium.org,
subashab@codeaurora.org, cpratapa@codeaurora.org,
bjorn.andersson@linaro.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org, swboyd@chromium.org
Subject: Re: [PATCH net] net: ipa: lock when freeing transaction
Date: Tue, 17 Nov 2020 01:40:04 +0000 [thread overview]
Message-ID: <160557720487.5616.9020550394630303825.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20201114182017.28270-1-elder@linaro.org>
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Sat, 14 Nov 2020 12:20:17 -0600 you wrote:
> Transactions sit on one of several lists, depending on their state
> (allocated, pending, complete, or polled). A spinlock protects
> against concurrent access when transactions are moved between these
> lists.
>
> Transactions are also reference counted. A newly-allocated
> transaction has an initial count of 1; a transaction is released in
> gsi_trans_free() only if its decremented reference count reaches 0.
> Releasing a transaction includes removing it from the polled (or if
> unused, allocated) list, so the spinlock is acquired when we release
> a transaction.
>
> [...]
Here is the summary with links:
- [net] net: ipa: lock when freeing transaction
https://git.kernel.org/netdev/net/c/064c9c32b17c
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:[~2020-11-17 1:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-14 18:20 [PATCH net] net: ipa: lock when freeing transaction Alex Elder
2020-11-17 1:40 ` 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=160557720487.5616.9020550394630303825.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=bjorn.andersson@linaro.org \
--cc=cpratapa@codeaurora.org \
--cc=davem@davemloft.net \
--cc=elder@linaro.org \
--cc=evgreen@chromium.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=subashab@codeaurora.org \
--cc=swboyd@chromium.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox