diff options
| author | Andrii Nakryiko <[email protected]> | 2021-10-22 19:25:02 +0000 |
|---|---|---|
| committer | Alexei Starovoitov <[email protected]> | 2021-10-22 21:24:36 +0000 |
| commit | fae1b05e6f0acf116f6450535b0e1c13051102d3 (patch) | |
| tree | 085a0f6556cf90027c9e99da955ccb20b511170f /tools/bpf/bpftool/prog.c | |
| parent | Merge branch 'libbpf: support custom .rodata.*/.data.* sections' (diff) | |
| download | kernel-fae1b05e6f0acf116f6450535b0e1c13051102d3.tar.gz kernel-fae1b05e6f0acf116f6450535b0e1c13051102d3.zip | |
libbpf: Fix the use of aligned attribute
Building libbpf sources out of kernel tree (in Github repo) we run into
compilation error due to unknown __aligned attribute. It must be coming
from some kernel header, which is not available to Github sources. Use
explicit __attribute__((aligned(16))) instead.
Fixes: 961632d54163 ("libbpf: Fix dumping non-aligned __int128")
Signed-off-by: Andrii Nakryiko <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/bpf/bpftool/prog.c')
0 files changed, 0 insertions, 0 deletions
