* [PATCH net] MAINTAINERS: add missing IPv4/IPv6 header paths
@ 2022-01-26 20:26 Jakub Kicinski
2022-01-26 20:29 ` David Ahern
0 siblings, 1 reply; 2+ messages in thread
From: Jakub Kicinski @ 2022-01-26 20:26 UTC (permalink / raw)
To: davem; +Cc: netdev, yoshfuji, dsahern, Jakub Kicinski
IP includes under include/linux/ are not explicitly
listed under any entry in MAINTAINERS.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 3e22999669c4..9c3ec0863e7e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13461,6 +13461,8 @@ L: netdev@vger.kernel.org
S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git
F: arch/x86/net/*
+F: include/linux/ip.h
+F: include/linux/ipv6*
F: include/net/ip*
F: net/ipv4/
F: net/ipv6/
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net] MAINTAINERS: add missing IPv4/IPv6 header paths
2022-01-26 20:26 [PATCH net] MAINTAINERS: add missing IPv4/IPv6 header paths Jakub Kicinski
@ 2022-01-26 20:29 ` David Ahern
0 siblings, 0 replies; 2+ messages in thread
From: David Ahern @ 2022-01-26 20:29 UTC (permalink / raw)
To: Jakub Kicinski, davem; +Cc: netdev, yoshfuji, dsahern
On 1/26/22 1:26 PM, Jakub Kicinski wrote:
> IP includes under include/linux/ are not explicitly
> listed under any entry in MAINTAINERS.
>
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> ---
> MAINTAINERS | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3e22999669c4..9c3ec0863e7e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13461,6 +13461,8 @@ L: netdev@vger.kernel.org
> S: Maintained
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git
> F: arch/x86/net/*
> +F: include/linux/ip.h
> +F: include/linux/ipv6*
include/net/fib* and include/net/route.h should be added as well
> F: include/net/ip*
> F: net/ipv4/
> F: net/ipv6/
Reviewed-by: David Ahern <dsahern@kernel.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-26 20:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-26 20:26 [PATCH net] MAINTAINERS: add missing IPv4/IPv6 header paths Jakub Kicinski
2022-01-26 20:29 ` David Ahern
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).