]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
bpf, doc: add bpf trees and tps to maintainers entry
authorDaniel Borkmann <daniel@iogearbox.net>
Wed, 6 Dec 2017 00:12:40 +0000 (01:12 +0100)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 6 Dec 2017 22:32:42 +0000 (14:32 -0800)
i) Add the bpf and bpf-next trees to the maintainers entry
   so they can be found easily and picked up by test bots
   etc that would integrate all trees from maintainers file.
   Suggested by Stephen while integrating the trees into
   linux-next.

ii) Add the two headers defining BPF/XDP tracepoints to the
    list of files as well.

Suggested-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
MAINTAINERS

index 010e46a383734d16b88c9fb5ad12ba99e643de33..e6c1657d6a90fa005e38bcf39877f49350ea41cf 100644 (file)
@@ -2724,12 +2724,16 @@ M:      Alexei Starovoitov <ast@kernel.org>
 M:     Daniel Borkmann <daniel@iogearbox.net>
 L:     netdev@vger.kernel.org
 L:     linux-kernel@vger.kernel.org
+T:     git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
+T:     git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git
 S:     Supported
 F:     arch/x86/net/bpf_jit*
 F:     Documentation/networking/filter.txt
 F:     Documentation/bpf/
 F:     include/linux/bpf*
 F:     include/linux/filter.h
+F:     include/trace/events/bpf.h
+F:     include/trace/events/xdp.h
 F:     include/uapi/linux/bpf*
 F:     include/uapi/linux/filter.h
 F:     kernel/bpf/