From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6E6854D2EC2 for ; Tue, 9 Jun 2026 17:40:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781026824; cv=none; b=p3Mf5RJ9lP/+QmbOou9IlWejPqnLJMH0vz/sGM89LqJMCuKJYhuRx8ti6G4iyJdks9JbcSUHc7Q3OEwTCH6kyiqT4QAkXVpapHQR5R6P+qMUz6f8v1Bz5BbUkAyO29/vXItbS+qaerajmt3gneV0yqpqTjoCKbd9ubTNRjxQl8E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781026824; c=relaxed/simple; bh=7/8+siXY1Qf+sq1/S6smd/zQsplraEIEceTTlBcek+E=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=Ljpgky+jWtYAKPdHAmYlwN6DrYqJBuDeWMgo+H9cwv4TDZCUPsxooDYMK/+WMoWjUTqA5WtGdECfoLUTC3Vw7fQjTA9KtHkjDRtC3YR4JX0iE0gS/yeTmxkUhvsUYeM0hKD9wRBHvaiVSWDBcCT7yrZAh3h6pqtek6+D+LNyKuw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=YOl9bLgT; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="YOl9bLgT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 10CDF1F00893; Tue, 9 Jun 2026 17:40:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781026823; bh=KEetjoJKsH/VNU7ggT6g7tJIsIRPNAypK18CdEE8KqI=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=YOl9bLgTsHVXYYZEUAuVVOvwk+Gl1a4snuFK72ghVOVAQqWJj0LhTlykdaLydTeaw QVw/5moFK/hCrmx9bcmO4o3YLcpmBO+ThwENFCefpvYMMxom5rp438ZO3/4nObjZP+ KrzRu3TMraRWpZ3yB7+2baqdkuAHqcKxMAq6qDkNRS6GWOonddqXppuLKsn7SsyiXP XO2691099XZSRc6/B0PI1XlRZ3d/bLaDE/Ej+tjZ743DaMMMWICqN4YHi7aKtt5+Cn MkdzEzW1HGoFwwL91/fiOlTxSjfAOFcVvdqVCRfnc4YcAsN7N+UoK4QEBRgCDmLQQT G2h+f4s+IFjzw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 939AC393098D; Tue, 9 Jun 2026 17:40:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v2 00/12] net: ethtool: let ops locked drivers run without rtnl_lock From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178102682114.2158043.6852117340367698479.git-patchwork-notify@kernel.org> Date: Tue, 09 Jun 2026 17:40:21 +0000 References: <20260605002912.3456868-1-kuba@kernel.org> In-Reply-To: <20260605002912.3456868-1-kuba@kernel.org> To: Jakub Kicinski Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com, pabeni@redhat.com, andrew+netdev@lunn.ch, horms@kernel.org, michael.chan@broadcom.com, hkallweit1@gmail.com, maxime.chevallier@bootlin.com, joshwash@google.com, tariqt@nvidia.com, alexanderduyck@fb.com, willemb@google.com, jacob.e.keller@intel.com, kory.maincent@bootlin.com, sdf.kernel@gmail.com, jakub@cloudflare.com, nb@tipi-net.de Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 4 Jun 2026 17:29:00 -0700 you wrote: > With the ethtool_get_link_ksettings() situation hopefully ironed out > the previous series (commit 6a5d837f0ce2) let's return to the main > part of the series. > > We have been slowly moving towards removing the rtnl_lock dependency > in driver ops since the concept of "ops-locked" drivers have been > introduced last year. Since last year will take the netdev instance > lock before invoking any ndo or ethtool op of "ops-locked" drivers. > > [...] Here is the summary with links: - [net-next,v2,01/12] net: ethtool: serialize broadcast notification sequence allocation https://git.kernel.org/netdev/net-next/c/8845484367da - [net-next,v2,02/12] net: ethtool: relax ethnl_req_get_phydev() locking assertion https://git.kernel.org/netdev/net-next/c/ded86da4bbb7 - [net-next,v2,03/12] net: ethtool: make dev->hwprov ops-protected https://git.kernel.org/netdev/net-next/c/97f51bf91b3a - [net-next,v2,04/12] net: ethtool: optionally skip rtnl_lock on Netlink path for GET ops https://git.kernel.org/netdev/net-next/c/45079e00133e - [net-next,v2,05/12] net: ethtool: optionally skip rtnl_lock on Netlink path for SET ops https://git.kernel.org/netdev/net-next/c/f9a3e05114b8 - [net-next,v2,06/12] net: ethtool: optionally skip rtnl_lock in cable test handlers https://git.kernel.org/netdev/net-next/c/f16013fde46d - [net-next,v2,07/12] net: ethtool: optionally skip rtnl_lock in ethnl_tsinfo_dumpit() https://git.kernel.org/netdev/net-next/c/0c334c21f5a5 - [net-next,v2,08/12] net: ethtool: optionally skip rtnl_lock in ethnl_act_module_fw_flash() https://git.kernel.org/netdev/net-next/c/2526717624ab - [net-next,v2,09/12] net: ethtool: optionally skip rtnl_lock in RSS context handlers https://git.kernel.org/netdev/net-next/c/732fa5ced1cc - [net-next,v2,10/12] net: ethtool: ioctl: concentrate the locking https://git.kernel.org/netdev/net-next/c/f58a40d07be3 - [net-next,v2,11/12] net: ethtool: optionally skip rtnl_lock on IOCTL path https://git.kernel.org/netdev/net-next/c/f994752b1127 - [net-next,v2,12/12] docs: net: ethtool: document ops-locked drivers and op_needs_rtnl https://git.kernel.org/netdev/net-next/c/b5125db8d020 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html