Netdev List
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Jakub Kicinski <kuba@kernel.org>
Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com,
	pabeni@redhat.com, andrew+netdev@lunn.ch, horms@kernel.org,
	jakub@cloudflare.com, maxime.chevallier@bootlin.com,
	nb@tipi-net.de, lee@kernel.org, linux-leds@vger.kernel.org,
	pavel@kernel.org, jv@jvosburgh.net, michael.chan@broadcom.com,
	jhs@mojatatu.com, vinicius.gomes@intel.com, idosch@nvidia.com,
	razor@blackwall.org, hare@suse.de, jhasan@marvell.com,
	danieller@nvidia.com
Subject: Re: [PATCH net-next v2 00/11] net: ethtool: make sure __ethtool_get_link_ksettings() is ops-locked
Date: Thu, 04 Jun 2026 21:30:19 +0000	[thread overview]
Message-ID: <178060861965.3031243.13905126660213599412.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260603012840.2254293-1-kuba@kernel.org>

Hello:

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

On Tue,  2 Jun 2026 18:28:29 -0700 you wrote:
> This is prep for the series which will make most of the ethtool ops
> run without rtnl_lock. The AI bots surfaced a number of callers of
> __ethtool_get_link_ksettings() which need fixing, so I decided to
> send that as a smaller prep-series. Each driver changed separately
> for ease of review.
> 
> Full series unlocking ethtool ops AKA v1::
> https://lore.kernel.org/20260528231637.251822-1-kuba@kernel.org
> 
> [...]

Here is the summary with links:
  - [net-next,v2,01/11] net: rename netdev_ops_assert_locked()
    https://git.kernel.org/netdev/net-next/c/251bc9db88fb
  - [net-next,v2,02/11] net: ethtool: cmis_cdb: hold instance lock for ops locked devices
    https://git.kernel.org/netdev/net-next/c/1d3964e29e53
  - [net-next,v2,03/11] net: document NETDEV_CHANGENAME as ops locked
    https://git.kernel.org/netdev/net-next/c/b8dfa196cb97
  - [net-next,v2,04/11] net: ethtool: add netif_get_link_ksettings() for correct ops-locked use
    https://git.kernel.org/netdev/net-next/c/f32fe1d79a18
  - [net-next,v2,05/11] net: bonding: don't recurse on the slave's netdev ops lock
    https://git.kernel.org/netdev/net-next/c/107b097790e9
  - [net-next,v2,06/11] net: team: don't recurse on the port's netdev ops lock
    https://git.kernel.org/netdev/net-next/c/a6882c158326
  - [net-next,v2,07/11] net: bridge: don't recurse on the port's netdev ops lock
    https://git.kernel.org/netdev/net-next/c/20398c41d001
  - [net-next,v2,08/11] net: sched: don't recurse on the netdev ops lock in qdiscs
    https://git.kernel.org/netdev/net-next/c/e50f6245be53
  - [net-next,v2,09/11] leds: trigger: netdev: don't recurse on the netdev ops lock
    https://git.kernel.org/netdev/net-next/c/ea8ea212d415
  - [net-next,v2,10/11] scsi: fcoe: don't recurse on the netdev's ops lock
    https://git.kernel.org/netdev/net-next/c/af1737dab07c
  - [net-next,v2,11/11] net: ethtool: make sure __ethtool_get_link_ksettings() is ops-locked
    https://git.kernel.org/netdev/net-next/c/9f275c2e9020

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-06-04 21:30 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-03  1:28 [PATCH net-next v2 00/11] net: ethtool: make sure __ethtool_get_link_ksettings() is ops-locked Jakub Kicinski
2026-06-03  1:28 ` [PATCH net-next v2 01/11] net: rename netdev_ops_assert_locked() Jakub Kicinski
2026-06-03  7:29   ` Nicolai Buchwitz
2026-06-03 11:15   ` Jakub Sitnicki
2026-06-03 17:05   ` Stanislav Fomichev
2026-06-03  1:28 ` [PATCH net-next v2 02/11] net: ethtool: cmis_cdb: hold instance lock for ops locked devices Jakub Kicinski
2026-06-03 17:06   ` Stanislav Fomichev
2026-06-03  1:28 ` [PATCH net-next v2 03/11] net: document NETDEV_CHANGENAME as ops locked Jakub Kicinski
2026-06-03 12:47   ` Jakub Sitnicki
2026-06-03 17:06   ` Stanislav Fomichev
2026-06-03  1:28 ` [PATCH net-next v2 04/11] net: ethtool: add netif_get_link_ksettings() for correct ops-locked use Jakub Kicinski
2026-06-03  6:40   ` Maxime Chevallier
2026-06-03 17:06   ` Stanislav Fomichev
2026-06-03  1:28 ` [PATCH net-next v2 05/11] net: bonding: don't recurse on the slave's netdev ops lock Jakub Kicinski
2026-06-03  7:20   ` Nicolai Buchwitz
2026-06-03  1:28 ` [PATCH net-next v2 06/11] net: team: don't recurse on the port's " Jakub Kicinski
2026-06-03  1:28 ` [PATCH net-next v2 07/11] net: bridge: " Jakub Kicinski
2026-06-03  7:16   ` Nicolai Buchwitz
2026-06-03  7:54   ` Nikolay Aleksandrov
2026-06-03 13:28   ` Ido Schimmel
2026-06-03  1:28 ` [PATCH net-next v2 08/11] net: sched: don't recurse on the netdev ops lock in qdiscs Jakub Kicinski
2026-06-04 23:38   ` Vinicius Costa Gomes
2026-06-03  1:28 ` [PATCH net-next v2 09/11] leds: trigger: netdev: don't recurse on the netdev ops lock Jakub Kicinski
2026-06-03  1:28 ` [PATCH net-next v2 10/11] scsi: fcoe: don't recurse on the netdev's " Jakub Kicinski
2026-06-03  1:28 ` [PATCH net-next v2 11/11] net: ethtool: make sure __ethtool_get_link_ksettings() is ops-locked Jakub Kicinski
2026-06-03  7:18   ` Nicolai Buchwitz
2026-06-03 17:06   ` Stanislav Fomichev
2026-06-04 21:30 ` 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=178060861965.3031243.13905126660213599412.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=danieller@nvidia.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=hare@suse.de \
    --cc=horms@kernel.org \
    --cc=idosch@nvidia.com \
    --cc=jakub@cloudflare.com \
    --cc=jhasan@marvell.com \
    --cc=jhs@mojatatu.com \
    --cc=jv@jvosburgh.net \
    --cc=kuba@kernel.org \
    --cc=lee@kernel.org \
    --cc=linux-leds@vger.kernel.org \
    --cc=maxime.chevallier@bootlin.com \
    --cc=michael.chan@broadcom.com \
    --cc=nb@tipi-net.de \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=pavel@kernel.org \
    --cc=razor@blackwall.org \
    --cc=vinicius.gomes@intel.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