diff mbox series

[net,3/3] MAINTAINERS: add entry for UNIX sockets

Message ID 20250202014728.1005003-4-kuba@kernel.org (mailing list archive)
State Accepted
Commit 8a2e22f665a0b5c212057031e94b75cfdc11a4a6
Delegated to: Netdev Maintainers
Headers show
Series MAINTAINERS: recognize Kuniyuki Iwashima as a maintainer | expand

Checks

Context Check Description
netdev/series_format success Posting correctly formatted
netdev/tree_selection success Clearly marked for net, async
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
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: 0 this patch: 0
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: 0 this patch: 0
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: 0 this patch: 0
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 15 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 warning net-next-2025-02-03--18-00 (tests: 535)

Commit Message

Jakub Kicinski Feb. 2, 2025, 1:47 a.m. UTC
Add a MAINTAINERS entry for UNIX socket, Kuniyuki has been
the de-facto maintainer of this code for a while.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Simon Horman Feb. 3, 2025, 10:54 a.m. UTC | #1
On Sat, Feb 01, 2025 at 05:47:28PM -0800, Jakub Kicinski wrote:
> Add a MAINTAINERS entry for UNIX socket, Kuniyuki has been
> the de-facto maintainer of this code for a while.
> 
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Reviewed-by: Simon Horman <horms@kernel.org>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index f61a8815fd28..ce92c8a3e3ce 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16663,6 +16663,15 @@  F:	net/core/*sock*
 F:	net/core/scm.c
 F:	net/socket.c
 
+NETWORKING [UNIX SOCKETS]
+M:	Kuniyuki Iwashima <kuniyu@amazon.com>
+S:	Maintained
+F:	include/net/af_unix.h
+F:	include/net/netns/unix.h
+F:	include/uapi/linux/unix_diag.h
+F:	net/unix/
+F:	tools/testing/selftests/net/af_unix/
+
 NETXEN (1/10) GbE SUPPORT
 M:	Manish Chopra <manishc@marvell.com>
 M:	Rahul Verma <rahulv@marvell.com>