Files
linux/tools/bpf/bpftool
Andrii Nakryiko 50bc5a5566 tools/bpftool: Fix compilation warnings in 32-bit mode
[ Upstream commit 09f44b753a ]

Fix few compilation warnings in bpftool when compiling in 32-bit mode.
Abstract away u64 to pointer conversion into a helper function.

Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20200813204945.1020225-2-andriin@fb.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-09-03 11:29:33 +02:00
..