diff options
author | Nathan Chancellor <nathan@kernel.org> | 2022-02-01 13:56:20 -0700 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2022-02-02 11:19:33 +0100 |
commit | f67644b4f282d42acf5ad9b0175ef5671314ab12 (patch) | |
tree | 63d2c2e3fa1952288d67dd2ff65e41699966b952 | |
parent | e96f2d64c812d9c20adea38a9b5e08feaa21fcf5 (diff) | |
download | linux-stable-f67644b4f282d42acf5ad9b0175ef5671314ab12.tar.gz linux-stable-f67644b4f282d42acf5ad9b0175ef5671314ab12.tar.bz2 linux-stable-f67644b4f282d42acf5ad9b0175ef5671314ab12.zip |
MAINTAINERS: Add scripts/pahole-flags.sh to BPF section
Currently, scripts/pahole-flags.sh has no formal maintainer. Add it to
the BPF section so that patches to it can be properly reviewed and
picked up.
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20220201205624.652313-2-nathan@kernel.org
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0d7883977e9b..0d422452c8ff 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3523,6 +3523,7 @@ F: net/sched/act_bpf.c F: net/sched/cls_bpf.c F: samples/bpf/ F: scripts/bpf_doc.py +F: scripts/pahole-flags.sh F: tools/bpf/ F: tools/lib/bpf/ F: tools/testing/selftests/bpf/ |