]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit591c77f6665b608f14f96dbe613f43583d1f4efe
tree84185c1e0dc413e343ecfa48e0b8b5b237069707
parent8d1989b87bc9314960a07878dc7aa479ded39d2f
parentce78d0cce8922bd808e5c7e2c32946b629a5cab4
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>