mbox series

[v1,net,0/1] ocelot stats mutex fix

Message ID 20220210150451.416845-1-colin.foster@in-advantage.com (mailing list archive)
Headers show
Series ocelot stats mutex fix | expand

Message

Colin Foster Feb. 10, 2022, 3:04 p.m. UTC
Originally submitted to net-next as part of
20220210041345.321216-6-colin.foster@in-advantage.com, this patch
resolves a bug where a mutex was not guarding a buffer read that could
be concurrently written into.

Break this out as a separate patch to be applied to net.


Colin Foster (1):
  net: mscc: ocelot: fix mutex lock error during ethtool stats read

 drivers/net/ethernet/mscc/ocelot.c | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 10, 2022, 8 p.m. UTC | #1
Hello:

This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 10 Feb 2022 07:04:50 -0800 you wrote:
> Originally submitted to net-next as part of
> 20220210041345.321216-6-colin.foster@in-advantage.com, this patch
> resolves a bug where a mutex was not guarding a buffer read that could
> be concurrently written into.
> 
> Break this out as a separate patch to be applied to net.
> 
> [...]

Here is the summary with links:
  - [v1,net,1/1] net: mscc: ocelot: fix mutex lock error during ethtool stats read
    https://git.kernel.org/netdev/net/c/7fbf6795d127

You are awesome, thank you!