On Thu, Jan 23, 2020 at 07:24:32AM -0800, KP Singh wrote: > > +BPF SECURITY MODULE > +M: KP Singh <kpsingh@xxxxxxxxxxxx> > +L: linux-security-module@xxxxxxxxxxxxxxx > +L: bpf@xxxxxxxxxxxxxxx > +S: Maintained > +F: security/bpf/ Instead of creating new entry I think it's more appropriate to add this to main BPF entry like: diff --git a/MAINTAINERS b/MAINTAINERS index c74e4ea714a5..f656ddec0722 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3147,6 +3147,7 @@ R: Martin KaFai Lau <kafai@xxxxxx> R: Song Liu <songliubraving@xxxxxx> R: Yonghong Song <yhs@xxxxxx> R: Andrii Nakryiko <andriin@xxxxxx> +R: KP Singh <kpsingh@xxxxxxxxxxxx> L: netdev@xxxxxxxxxxxxxxx L: bpf@xxxxxxxxxxxxxxx T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git @@ -3172,6 +3173,7 @@ F: samples/bpf/ F: tools/bpf/ F: tools/lib/bpf/ F: tools/testing/selftests/bpf/ +F: security/bpf/ K: bpf N: bpf