diff mbox series

[net-next,v2] MAINTAINERS: Add ethtool pse-pd to PSE NETWORK DRIVER

Message ID 20240909114336.362174-1-kory.maincent@bootlin.com (mailing list archive)
State Accepted
Commit 330dadacc59c2290e0fae47736ccd26b74aa1fd9
Delegated to: Netdev Maintainers
Headers show
Series [net-next,v2] MAINTAINERS: Add ethtool pse-pd to PSE NETWORK DRIVER | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net-next
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 7 this patch: 7
netdev/build_tools success No tools touched, skip
netdev/cc_maintainers success CCed 0 of 0 maintainers
netdev/build_clang success Errors and warnings before: 7 this patch: 7
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 7 this patch: 7
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 7 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest success net-next-2024-09-10--06-00 (tests: 722)

Commit Message

Kory Maincent Sept. 9, 2024, 11:43 a.m. UTC
Add net/ethtool/pse-pd.c to PSE NETWORK DRIVER to receive emails concerning
modifications to the ethtool part.

Reviewed-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
---

Net mailing list was missing from v1.
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Horman Sept. 9, 2024, 3:22 p.m. UTC | #1
On Mon, Sep 09, 2024 at 01:43:36PM +0200, Kory Maincent wrote:
> Add net/ethtool/pse-pd.c to PSE NETWORK DRIVER to receive emails concerning
> modifications to the ethtool part.
> 
> Reviewed-by: Oleksij Rempel <o.rempel@pengutronix.de>
> Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>

Reviewed-by: Simon Horman <horms@kernel.org>
patchwork-bot+netdevbpf@kernel.org Sept. 11, 2024, 1:40 a.m. UTC | #2
Hello:

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

On Mon,  9 Sep 2024 13:43:36 +0200 you wrote:
> Add net/ethtool/pse-pd.c to PSE NETWORK DRIVER to receive emails concerning
> modifications to the ethtool part.
> 
> Reviewed-by: Oleksij Rempel <o.rempel@pengutronix.de>
> Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
> ---
> 
> [...]

Here is the summary with links:
  - [net-next,v2] MAINTAINERS: Add ethtool pse-pd to PSE NETWORK DRIVER
    https://git.kernel.org/netdev/net/c/330dadacc59c

You are awesome, thank you!
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index ca1469d52076..710df2e236c4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18418,6 +18418,7 @@  L:	netdev@vger.kernel.org
 S:	Maintained
 F:	Documentation/devicetree/bindings/net/pse-pd/
 F:	drivers/net/pse-pd/
+F:	net/ethtool/pse-pd.c
 
 PSTORE FILESYSTEM
 M:	Kees Cook <kees@kernel.org>