]> 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)
commitd04718f7a76b71666fc4c38d50dd063b0dac46c7
treef57b2f1c024d8461b12d43dc66fc0e7e1de13af2
parent097d5b5d20a11974d4294a04814ffc50bdc6d4cc
parent9ab89d999e404344fbe2c7ecda29fc01ec644d2d
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>