Skip to content

Commit 8cb0a93

Browse files
hormsPaolo Abeni
authored andcommitted
MAINTAINERS: Add limited globs for Networking headers
This aims to add limited globs to improve the coverage of header files in the NETWORKING DRIVERS and NETWORKING [GENERAL] sections. It is done so in a minimal way to exclude overlap with other sections. And so as not to require "X" entries to exclude files otherwise matched by these new globs. While imperfect, due to it's limited nature, this does extend coverage of header files by these sections. And aims to automatically cover new files that seem very likely belong to these sections. The include/linux/netdev* glob (both sections) + Subsumes the entries for: - include/linux/netdevice.h + Extends the sections to cover - include/linux/netdevice_xmit.h - include/linux/netdev_features.h The include/uapi/linux/netdev* globs: (both sections) + Subsumes the entries for: - include/linux/netdevice.h + Extends the sections to cover - include/linux/netdev.h The include/linux/skbuff* glob (NETWORKING [GENERAL] section only): + Subsumes the entry for: - include/linux/skbuff.h + Extends the section to cover - include/linux/skbuff_ref.h A include/uapi/linux/net_* glob was not added to the NETWORKING [GENERAL] section. Although it would subsume the entry for include/uapi/linux/net_namespace.h, which is fine, it would also extend coverage to: - include/uapi/linux/net_dropmon.h, which belongs to the NETWORK DROP MONITOR section - include/uapi/linux/net_tstamp.h which, as per an earlier patch in this series, belongs to the SOCKET TIMESTAMPING section Signed-off-by: Simon Horman <[email protected]> Signed-off-by: Paolo Abeni <[email protected]>
1 parent eb208fe commit 8cb0a93

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

MAINTAINERS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15884,10 +15884,10 @@ F: include/linux/fddidevice.h
1588415884
F: include/linux/hippidevice.h
1588515885
F: include/linux/if_*
1588615886
F: include/linux/inetdevice.h
15887-
F: include/linux/netdevice.h
15887+
F: include/linux/netdev*
1588815888
F: include/uapi/linux/cn_proc.h
1588915889
F: include/uapi/linux/if_*
15890-
F: include/uapi/linux/netdevice.h
15890+
F: include/uapi/linux/netdev*
1589115891
F: tools/testing/selftests/drivers/net/
1589215892
X: drivers/net/wireless/
1589315893

@@ -15940,13 +15940,13 @@ F: include/linux/framer/framer.h
1594015940
F: include/linux/in.h
1594115941
F: include/linux/indirect_call_wrapper.h
1594215942
F: include/linux/net.h
15943-
F: include/linux/netdevice.h
15944-
F: include/linux/skbuff.h
15943+
F: include/linux/netdev*
15944+
F: include/linux/skbuff*
1594515945
F: include/net/
1594615946
F: include/uapi/linux/in.h
1594715947
F: include/uapi/linux/net.h
1594815948
F: include/uapi/linux/net_namespace.h
15949-
F: include/uapi/linux/netdevice.h
15949+
F: include/uapi/linux/netdev*
1595015950
F: lib/net_utils.c
1595115951
F: lib/random32.c
1595215952
F: net/

0 commit comments

Comments
 (0)