On 03/09/2019 12:58 AM, Andrii Nakryiko wrote: > This patch splits and cleans up error handling logic for loading BTF data. > Previously, if BTF data was parsed successfully, but failed to load into > kernel, we'd report nonsensical error code, instead of error returned from > btf__load(). Now btf__new() and btf__load() are handled separately with proper > cleanup and warning reporting. > > Fixes: d29d87f7e612 ("btf: separate btf creation and loading") > Reported-by: Martin KaFai Lau <kafai@xxxxxx> > Signed-off-by: Andrii Nakryiko <andriin@xxxxxx> Applied, thanks!