From: Andrii Nakryiko Date: Mon, 9 Sep 2024 19:04:26 +0000 (-0700) Subject: MAINTAINERS: record lib/buildid.c as owned by BPF subsystem X-Git-Tag: microblaze-v6.13~115^2~23 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=58ff04e2e22319e63ea646d9a38890c17836a7f6;p=linux-2.6-microblaze.git MAINTAINERS: record lib/buildid.c as owned by BPF subsystem 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 Acked-by: Song Liu Acked-by: Jiri Olsa Link: https://lore.kernel.org/r/20240909190426.2229940-1-andrii@kernel.org Signed-off-by: Alexei Starovoitov --- diff --git a/MAINTAINERS b/MAINTAINERS index ebd4bca26e20..f5a3dafb817d 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@vger.kernel.org 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