]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'btf2c-padding'
authorAlexei Starovoitov <ast@kernel.org>
Wed, 9 Oct 2019 22:38:37 +0000 (15:38 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 9 Oct 2019 22:38:45 +0000 (15:38 -0700)
commit8877e5fcffe8314393a84612687ead13e971c6ea
treef57b2f1c024d8461b12d43dc66fc0e7e1de13af2
parent0cd17dd20ec6180cdce18e35f07d97502d90e566
parent631c50c49515b18bfc91b24d1d2e67e1ffd98626
Merge branch 'btf2c-padding'

Andrii Nakryiko says:

====================
Fix BTF-to-C logic of handling padding at the end of a struct. Fix existing
test that should have captured this. Also move test_btf_dump into a test_progs
test to leverage common infrastructure.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>