[PATCH bpf-next 1/5] MAINTAINERS: Add scripts/pahole-flags.sh to BPF section

Nathan Chancellor posted 5 patches 3 years, 10 months ago
There is a newer version of this series
[PATCH bpf-next 1/5] MAINTAINERS: Add scripts/pahole-flags.sh to BPF section
Posted by Nathan Chancellor 3 years, 10 months ago
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>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

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/
-- 
2.35.1