diff options
author | Andrii Nakryiko <[email protected]> | 2024-09-09 12:04:26 -0700 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2024-09-10 14:29:25 -0700 |
commit | 58ff04e2e22319e63ea646d9a38890c17836a7f6 (patch) | |
tree | a4eeb11e9ce729741dee097429e3fba07452132d | |
parent | f04e2ad394e2755d0bb2d858ecb5598718bf00d5 (diff) |
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 <[email protected]>
Acked-by: Song Liu <[email protected]>
Acked-by: Jiri Olsa <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
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: [email protected] 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 <[email protected]> |