On Thu, Apr 22, 2021 at 9:19 AM Yonghong Song [off-list ref] wrote:
On 4/16/21 1:23 PM, Andrii Nakryiko wrote:
quoted
Make skip_mods_and_typedefs(), btf_kind_str(), and btf_func_linkage() helpers
available outside of libbpf.c, to be used by static linker code.
Also do few cleanups (error code fixes, comment clean up, etc) that don't
deserve their own commit.
In general, a separate commit will be good. In this case, we already
have quite some commits in the patch set. So it should be okay
to add some minor cleanups here.
Yeah, that and it always feels like those minor clean ups that you
only ever discover as you work on some bigger feature would be a waste
of everyone's time, if submitted as individual patches.
quoted
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Yonghong Song <redacted>