OSDN Git Service

Merge branch 'libbpf: Fix BTF dump of pointer-to-array-of-struct'
authorAndrii Nakryiko <andrii@kernel.org>
Fri, 19 Mar 2021 21:14:44 +0000 (14:14 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 19 Mar 2021 21:14:44 +0000 (14:14 -0700)
Jean-Philippe Brucker says:

====================

Fix an issue with the libbpf BTF dump, see patch 1 for details.

Since [v1] I added the selftest in patch 2, though I couldn't figure out
a way to make it independent from the order in which debug info is
issued by the compiler.

[v1]: https://lore.kernel.org/bpf/20210318122700.396574-1-jean-philippe@linaro.org/
====================

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>

Trivial merge