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)
commitf1177102454e1832b9814051f2b071a8285581ea
treef57b2f1c024d8461b12d43dc66fc0e7e1de13af2
parentf05c2001ecc98629cecd47728e4db11e5a17e58d
parent76790c7c66ccc8695afc75e73f54c0ca86267ed2
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>