diff options
author | 2021-10-21 12:46:58 +0200 | |
---|---|---|
committer | 2021-10-21 15:50:04 -0700 | |
commit | 632f96d2652e0d4188de837f88a977eedb55aee1 (patch) | |
tree | b5fa2fd6b0bde0c5dfa561194a57cb799f4196b9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch 'Add bpf_skc_to_unix_sock() helper' (diff) | |
download | linux-dev-632f96d2652e0d4188de837f88a977eedb55aee1.tar.xz linux-dev-632f96d2652e0d4188de837f88a977eedb55aee1.zip |
libbpf: Fix ptr_is_aligned() usages
Currently ptr_is_aligned() takes size, and not alignment, as a
parameter, which may be overly pessimistic e.g. for __i128 on s390,
which must be only 8-byte aligned. Fix by using btf__align_of().
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20211021104658.624944-2-iii@linux.ibm.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions