Message ID | 20231120-indirect_call_wrapper-maintainer-v1-1-0a6bb1f7363e@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 9c6dc13106f2dd2d6819d66618b25a6f41f0ee6a |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next] MAINTAINERS: Add indirect_call_wrapper.h to NETWORKING [GENERAL] | expand |
Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni <pabeni@redhat.com>: On Mon, 20 Nov 2023 08:28:40 +0000 you wrote: > indirect_call_wrapper.h is not, strictly speaking, networking specific. > However, it's git history indicates that in practice changes go through > netdev and thus the netdev maintainers have effectively been taking > responsibility for it. > > Formalise this by adding it to the NETWORKING [GENERAL] section in the > MAINTAINERS file. > > [...] Here is the summary with links: - [net-next] MAINTAINERS: Add indirect_call_wrapper.h to NETWORKING [GENERAL] https://git.kernel.org/netdev/net/c/9c6dc13106f2 You are awesome, thank you!
diff --git a/MAINTAINERS b/MAINTAINERS index 482d428472e7..b0493ebd361a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15055,6 +15055,7 @@ F: Documentation/networking/ F: Documentation/process/maintainer-netdev.rst F: Documentation/userspace-api/netlink/ F: include/linux/in.h +F: include/linux/indirect_call_wrapper.h F: include/linux/net.h F: include/linux/netdevice.h F: include/net/
indirect_call_wrapper.h is not, strictly speaking, networking specific. However, it's git history indicates that in practice changes go through netdev and thus the netdev maintainers have effectively been taking responsibility for it. Formalise this by adding it to the NETWORKING [GENERAL] section in the MAINTAINERS file. It is not clear how many other files under include/linux fall into this category and it would be interesting, as a follow-up, to audit that and propose further updates to the MAINTAINERS file as appropriate. Link: https://lore.kernel.org/netdev/20231116010310.4664dd38@kernel.org/ Signed-off-by: Simon Horman <horms@kernel.org> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)