Hi YiFei.
This is OK for both trunk and GCC 10.
Thanks for the fix!
[I see you don't have a copyright transfer contract in place. I believe
this change, and also the patch in 2/2, are small/trivial enough to not
require one, but if you plan to do more contributions in the future we
will nee
Libbpf does not treat paddings after functions well. If function
symbols does not cover a whole text section, it will emit error
similar to:
libbpf: sec '.text': failed to find program symbol at offset 56
Each instruction in BPF is a multiple of 8 bytes, so align the
functions to 8 bytes, simil