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)
commite75b513ec6e545ce54c2f50e99fbd77e38911630
tree84185c1e0dc413e343ecfa48e0b8b5b237069707
parenteddbe8e6521401003e37e7848ef72e75c10ee2aa
parentf118aac651d87c1811d2abd940f73c45c16b29d7
Merge branch 'libbpf: Fix BTF dump of pointer-to-array-of-struct'

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>