[PATCH net-next] MAINTAINERS: Add in6.h to MAINTAINERS

Kees Cook posted 1 patch 2 months, 2 weeks ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH net-next] MAINTAINERS: Add in6.h to MAINTAINERS
Posted by Kees Cook 2 months, 2 weeks ago
My CC-adding automation returned nothing on a future patch to the
include/linux/in6.h file, and I went looking for why. Add the missed
in6.h to MAINTAINERS.

Signed-off-by: Kees Cook <kees@kernel.org>
---
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Eric Dumazet <edumazet@google.com>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Paolo Abeni <pabeni@redhat.com>
Cc: Simon Horman <horms@kernel.org>
Cc: <netdev@vger.kernel.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index ffb35359f1e2..210e8402cc2a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17563,6 +17563,7 @@ F:	include/linux/ethtool.h
 F:	include/linux/framer/framer-provider.h
 F:	include/linux/framer/framer.h
 F:	include/linux/in.h
+F:	include/linux/in6.h
 F:	include/linux/indirect_call_wrapper.h
 F:	include/linux/inet.h
 F:	include/linux/inet_diag.h
-- 
2.34.1
Re: [PATCH net-next] MAINTAINERS: Add in6.h to MAINTAINERS
Posted by Simon Horman 2 months, 2 weeks ago
On Tue, Jul 22, 2025 at 09:56:49AM -0700, Kees Cook wrote:
> My CC-adding automation returned nothing on a future patch to the
> include/linux/in6.h file, and I went looking for why. Add the missed
> in6.h to MAINTAINERS.
> 
> Signed-off-by: Kees Cook <kees@kernel.org>

Thanks, nice to have one less file without a home.

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