]> git.hungrycats.org Git - linux/commit
MAINTAINERS: record lib/buildid.c as owned by BPF subsystem
authorAndrii Nakryiko <andrii@kernel.org>
Mon, 9 Sep 2024 19:04:26 +0000 (12:04 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 10 Sep 2024 21:29:25 +0000 (14:29 -0700)
commit58ff04e2e22319e63ea646d9a38890c17836a7f6
treea4eeb11e9ce729741dee097429e3fba07452132d
parentf04e2ad394e2755d0bb2d858ecb5598718bf00d5
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 <andrii@kernel.org>
Acked-by: Song Liu <song@kernel.org>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Link: https://lore.kernel.org/r/20240909190426.2229940-1-andrii@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
MAINTAINERS