On Mon, Sep 09, 2024 at 12:04:26PM -0700, Andrii Nakryiko wrote: > Build ID fetching code originated from ([0]), and is still both owned > and heavily relied upon by BPF subsystem. > > Fix the original omission in [0] to record this fact in MAINTAINERS. > > [0] bd7525dacd7e ("bpf: Move stack_map_get_build_id into lib") > > Signed-off-by: Andrii Nakryiko <andrii@xxxxxxxxxx> Acked-by: Jiri Olsa <jolsa@xxxxxxxxxx> thanks, jirka > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index f328373463b0..a86834bb4c25 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -4098,6 +4098,7 @@ F: include/uapi/linux/btf* > F: include/uapi/linux/filter.h > F: kernel/bpf/ > F: kernel/trace/bpf_trace.c > +F: lib/buildid.c > F: lib/test_bpf.c > F: net/bpf/ > F: net/core/filter.c > @@ -4218,6 +4219,7 @@ L: bpf@xxxxxxxxxxxxxxx > S: Maintained > F: kernel/bpf/stackmap.c > F: kernel/trace/bpf_trace.c > +F: lib/buildid.c > > BROADCOM ASP 2.0 ETHERNET DRIVER > M: Justin Chen <justin.chen@xxxxxxxxxxxx> > -- > 2.43.5 >