Re: [PATCH bpf-next 01/11] libbpf: factor out common operations in BTF writing APIs
From: Song Liu <hidden>
Date: 2020-10-30 00:36:52
Also in:
bpf
From: Song Liu <hidden>
Date: 2020-10-30 00:36:52
Also in:
bpf
On Oct 28, 2020, at 5:58 PM, Andrii Nakryiko [off-list ref] wrote: Factor out commiting of appended type data. Also extract fetching the very last type in the BTF (to append members to). These two operations are common across many APIs and will be easier to refactor with split BTF, if they are extracted into a single place. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Song Liu <redacted> [...]