public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Ziyi Guo <n7l8m4@u.northwestern.edu>
Cc: vladimir.oltean@nxp.com, claudiu.manoil@nxp.com,
	alexandre.belloni@bootlin.com, UNGLinuxDriver@microchip.com,
	andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com,
	kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 0/3] net: mscc: ocelot: fix missing lock in ocelot_port_xmit()
Date: Fri, 13 Feb 2026 03:10:11 +0000	[thread overview]
Message-ID: <177095221132.1827286.321634089039592592.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260208225602.1339325-1-n7l8m4@u.northwestern.edu>

Hello:

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

On Sun,  8 Feb 2026 22:55:59 +0000 you wrote:
> ocelot_port_xmit() calls ocelot_can_inject() and
> ocelot_port_inject_frame() without holding the injection group lock.
> Both functions contain lockdep_assert_held() for the injection lock,
> and the correct caller felix_port_deferred_xmit() properly acquires
> the lock using ocelot_lock_inj_grp() before calling these functions.
> 
> this v3 splits the fix into a 3-patch series to separate
> refactoring from the behavioral change:
> 
> [...]

Here is the summary with links:
  - [v3,1/3] net: mscc: ocelot: extract ocelot_xmit_timestamp() helper
    https://git.kernel.org/netdev/net/c/29372f07f796
  - [v3,2/3] net: mscc: ocelot: split xmit into FDMA and register injection paths
    https://git.kernel.org/netdev/net/c/47f79b20e7fb
  - [v3,3/3] net: mscc: ocelot: add missing lock protection in ocelot_port_xmit_inj()
    https://git.kernel.org/netdev/net/c/026f6513c588

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2026-02-13  3:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-08 22:55 [PATCH v3 0/3] net: mscc: ocelot: fix missing lock in ocelot_port_xmit() Ziyi Guo
2026-02-08 22:56 ` [PATCH v3 1/3] net: mscc: ocelot: extract ocelot_xmit_timestamp() helper Ziyi Guo
2026-02-08 22:56 ` [PATCH v3 2/3] net: mscc: ocelot: split xmit into FDMA and register injection paths Ziyi Guo
2026-02-08 22:56 ` [PATCH v3 3/3] net: mscc: ocelot: add missing lock protection in ocelot_port_xmit_inj() Ziyi Guo
2026-02-09  8:56 ` [PATCH v3 0/3] net: mscc: ocelot: fix missing lock in ocelot_port_xmit() Vladimir Oltean
2026-02-13  3: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=177095221132.1827286.321634089039592592.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=UNGLinuxDriver@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=claudiu.manoil@nxp.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=n7l8m4@u.northwestern.edu \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=vladimir.oltean@nxp.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox