commit | d503f1176b14f722a40ea5110312614982f9a80b | [log] [tgz] |
---|---|---|
author | Eduard Zingerman <eddyz87@gmail.com> | Sat Oct 01 13:44:25 2022 +0300 |
committer | Andrii Nakryiko <andrii@kernel.org> | Wed Oct 05 15:27:08 2022 -0700 |
tree | a37a9174f088ce5bcc995aa3d838401b3e96de64 | |
parent | 44a726c3f23cf762ef4ce3c1709aefbcbe97f62c [diff] |
selftests/bpf: Test btf dump for struct with padding only fields Structures with zero regular fields but some padding constitute a special case in btf_dump.c:btf_dump_emit_struct_def with regards to newline before closing '}'. Signed-off-by: Eduard Zingerman <eddyz87@gmail.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20221001104425.415768-2-eddyz87@gmail.com