diff mbox series

[net] MAINTAINERS: exclude 9p from networking

Message ID 20231128145916.2475659-1-kuba@kernel.org (mailing list archive)
State Accepted
Commit cf50b5cae84741268c7bd3fed568c1b8beef9fa9
Delegated to: Netdev Maintainers
Headers show
Series [net] MAINTAINERS: exclude 9p from networking | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/codegen success Generated files up to date
netdev/tree_selection success Clearly marked for net
netdev/fixes_present success No Fixes tags, but series doesn't touch code
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 8 this patch: 8
netdev/cc_maintainers success CCed 0 of 0 maintainers
netdev/build_clang success Errors and warnings before: 8 this patch: 8
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: 8 this patch: 8
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

Commit Message

Jakub Kicinski Nov. 28, 2023, 2:59 p.m. UTC
We don't have much to say about 9p, even tho it lives under net/.
Avoid CCing netdev.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
CC: Eric Van Hensbergen <ericvh@kernel.org>
CC: Latchesar Ionkov <lucho@ionkov.net>
CC: Dominique Martinet <asmadeus@codewreck.org>
CC: Christian Schoenebeck <linux_oss@crudebyte.com>
CC: v9fs@lists.linux.dev
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Horman Nov. 30, 2023, 6:24 p.m. UTC | #1
On Tue, Nov 28, 2023 at 06:59:15AM -0800, Jakub Kicinski wrote:
> We don't have much to say about 9p, even tho it lives under net/.
> Avoid CCing netdev.
> 
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>

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

This patch was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Tue, 28 Nov 2023 06:59:15 -0800 you wrote:
> We don't have much to say about 9p, even tho it lives under net/.
> Avoid CCing netdev.
> 
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> ---
> CC: Eric Van Hensbergen <ericvh@kernel.org>
> CC: Latchesar Ionkov <lucho@ionkov.net>
> CC: Dominique Martinet <asmadeus@codewreck.org>
> CC: Christian Schoenebeck <linux_oss@crudebyte.com>
> CC: v9fs@lists.linux.dev
> 
> [...]

Here is the summary with links:
  - [net] MAINTAINERS: exclude 9p from networking
    https://git.kernel.org/netdev/net/c/cf50b5cae847

You are awesome, thank you!
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 509281e9e169..87d6cc3db4b1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15068,6 +15068,7 @@  F:	lib/random32.c
 F:	net/
 F:	tools/net/
 F:	tools/testing/selftests/net/
+X:	net/9p/
 X:	net/bluetooth/
 
 NETWORKING [IPSEC]