diff options
author | Andrii Nakryiko <[email protected]> | 2019-10-28 22:59:53 -0700 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2019-10-29 06:38:12 -0700 |
commit | a566e35f1e8b4b3be1e96a804d1cca38b578167c (patch) | |
tree | d410460426cc960c1e3e2f9af7c2cabe339d8239 /tools/perf/scripts/python/check-perf-trace.py | |
parent | d3a3aa0c59e83d8c13a758128b10dd459ce0d866 (diff) |
libbpf: Don't use kernel-side u32 type in xsk.c
u32 is a kernel-side typedef. User-space library is supposed to use __u32.
This breaks Github's projection of libbpf. Do u32 -> __u32 fix.
Fixes: 94ff9ebb49a5 ("libbpf: Fix compatibility for kernels without need_wakeup")
Signed-off-by: Andrii Nakryiko <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Acked-by: Björn Töpel <[email protected]>
Cc: Magnus Karlsson <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions