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,
o.rempel@pengutronix.de, kory.maincent@bootlin.com,
maxime.chevallier@bootlin.com, haiyangz@microsoft.com
Subject: Re: [PATCH net 00/10] ethtool: more bug fixes
Date: Thu, 28 May 2026 01:00:18 +0000 [thread overview]
Message-ID: <177993001864.702981.4237097981895381273.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260526153533.2779187-1-kuba@kernel.org>
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 26 May 2026 08:35:23 -0700 you wrote:
> Last week I sent two patch sets - one fixing bugs in RSS handling,
> and one fixing CMIS / module handling. This set contains the remaining
> fixes. There's a concentration of fixes around PHY and timestamp config
> handling but not enough to break those out as separate sets.
>
> Jakub Kicinski (10):
> ethtool: coalesce: cap profile updates at NET_DIM_PARAMS_NUM_PROFILES
> ethtool: tsconfig: fix reply error handling
> ethtool: linkstate: fix unbalanced ethnl_ops_complete() on PHY lookup
> error
> ethtool: pse-pd: fix missing ethnl_ops_complete()
> ethtool: tsconfig: fix missing ethnl_ops_complete()
> ethtool: tsinfo: fix uninitialized stats on the by-PHC path
> ethtool: tsinfo: don't pass ERR_PTR to genlmsg_cancel on prepare
> failure
> ethtool: strset: fix header attribute index in ethnl_req_get_phydev()
> ethtool: eeprom: add missing ethnl_ops_begin() / _complete() during
> fallback
> ethtool: eeprom: add more safeties to EEPROM Netlink fallback
>
> [...]
Here is the summary with links:
- [net,01/10] ethtool: coalesce: cap profile updates at NET_DIM_PARAMS_NUM_PROFILES
https://git.kernel.org/netdev/net/c/7281b096b072
- [net,02/10] ethtool: tsconfig: fix reply error handling
https://git.kernel.org/netdev/net/c/a888bbd43940
- [net,03/10] ethtool: linkstate: fix unbalanced ethnl_ops_complete() on PHY lookup error
https://git.kernel.org/netdev/net/c/596c51ed9e12
- [net,04/10] ethtool: pse-pd: fix missing ethnl_ops_complete()
https://git.kernel.org/netdev/net/c/ab5bf428fb6b
- [net,05/10] ethtool: tsconfig: fix missing ethnl_ops_complete()
https://git.kernel.org/netdev/net/c/6386bd772de6
- [net,06/10] ethtool: tsinfo: fix uninitialized stats on the by-PHC path
https://git.kernel.org/netdev/net/c/1de405699c62
- [net,07/10] ethtool: tsinfo: don't pass ERR_PTR to genlmsg_cancel on prepare failure
https://git.kernel.org/netdev/net/c/c3fc9976f686
- [net,08/10] ethtool: strset: fix header attribute index in ethnl_req_get_phydev()
https://git.kernel.org/netdev/net/c/a8d8bef6b45b
- [net,09/10] ethtool: eeprom: add missing ethnl_ops_begin() / _complete() during fallback
https://git.kernel.org/netdev/net/c/2376586f85f9
- [net,10/10] ethtool: eeprom: add more safeties to EEPROM Netlink fallback
https://git.kernel.org/netdev/net/c/67cfdd9210b9
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:[~2026-05-28 1:00 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-26 15:35 [PATCH net 00/10] ethtool: more bug fixes Jakub Kicinski
2026-05-26 15:35 ` [PATCH net 01/10] ethtool: coalesce: cap profile updates at NET_DIM_PARAMS_NUM_PROFILES Jakub Kicinski
2026-05-26 17:41 ` Maxime Chevallier
2026-05-26 15:35 ` [PATCH net 02/10] ethtool: tsconfig: fix reply error handling Jakub Kicinski
2026-05-26 16:04 ` Vadim Fedorenko
2026-05-27 14:32 ` Kory Maincent
2026-05-26 15:35 ` [PATCH net 03/10] ethtool: linkstate: fix unbalanced ethnl_ops_complete() on PHY lookup error Jakub Kicinski
2026-05-26 16:41 ` Maxime Chevallier
2026-05-26 15:35 ` [PATCH net 04/10] ethtool: pse-pd: fix missing ethnl_ops_complete() Jakub Kicinski
2026-05-26 16:51 ` Maxime Chevallier
2026-05-26 15:35 ` [PATCH net 05/10] ethtool: tsconfig: " Jakub Kicinski
2026-05-26 16:06 ` Vadim Fedorenko
2026-05-27 14:34 ` Kory Maincent
2026-05-26 15:35 ` [PATCH net 06/10] ethtool: tsinfo: fix uninitialized stats on the by-PHC path Jakub Kicinski
2026-05-26 17:23 ` Maxime Chevallier
2026-05-26 22:51 ` Jakub Kicinski
2026-05-26 15:35 ` [PATCH net 07/10] ethtool: tsinfo: don't pass ERR_PTR to genlmsg_cancel on prepare failure Jakub Kicinski
2026-05-26 17:46 ` Maxime Chevallier
2026-05-27 14:35 ` Kory Maincent
2026-05-26 15:35 ` [PATCH net 08/10] ethtool: strset: fix header attribute index in ethnl_req_get_phydev() Jakub Kicinski
2026-05-26 17:15 ` Maxime Chevallier
2026-05-26 15:35 ` [PATCH net 09/10] ethtool: eeprom: add missing ethnl_ops_begin() / _complete() during fallback Jakub Kicinski
2026-05-26 17:13 ` Maxime Chevallier
2026-05-26 15:35 ` [PATCH net 10/10] ethtool: eeprom: add more safeties to EEPROM Netlink fallback Jakub Kicinski
2026-05-26 17:30 ` Maxime Chevallier
2026-05-28 1:00 ` 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=177993001864.702981.4237097981895381273.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=haiyangz@microsoft.com \
--cc=horms@kernel.org \
--cc=kory.maincent@bootlin.com \
--cc=kuba@kernel.org \
--cc=maxime.chevallier@bootlin.com \
--cc=netdev@vger.kernel.org \
--cc=o.rempel@pengutronix.de \
--cc=pabeni@redhat.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