diff options
author | Davide Caratti <dcaratti@redhat.com> | 2023-10-23 11:17:09 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-10-24 13:00:31 -0700 |
commit | 9d1ed17f93ce873cda16698267bdee096a768839 (patch) | |
tree | 1d1431fb3c9bcc10717393f1370de2571dd205af /MAINTAINERS | |
parent | bc8aeb2045e22fe8fc86b6b4a7d63f61c29734c9 (diff) | |
download | lwn-9d1ed17f93ce873cda16698267bdee096a768839.tar.gz lwn-9d1ed17f93ce873cda16698267bdee096a768839.zip |
uapi: mptcp: use header file generated from YAML spec
generated with:
$ ./tools/net/ynl/ynl-gen-c.py --mode uapi \
> --spec Documentation/netlink/specs/mptcp.yaml \
> --header -o include/uapi/linux/mptcp_pm.h
Link: https://github.com/multipath-tcp/mptcp_net-next/issues/340
Acked-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Davide Caratti <dcaratti@redhat.com>
Signed-off-by: Mat Martineau <martineau@kernel.org>
Link: https://lore.kernel.org/r/20231023-send-net-next-20231023-1-v2-5-16b1f701f900@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 977de4624fe0..b2f53d5cae06 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14964,7 +14964,7 @@ F: Documentation/netlink/specs/mptcp.yaml F: Documentation/networking/mptcp-sysctl.rst F: include/net/mptcp.h F: include/trace/events/mptcp.h -F: include/uapi/linux/mptcp.h +F: include/uapi/linux/mptcp*.h F: net/mptcp/ F: tools/testing/selftests/bpf/*/*mptcp*.c F: tools/testing/selftests/net/mptcp/ |