]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tools/bpftool: Some build fixes'
authorAndrii Nakryiko <andrii@kernel.org>
Wed, 11 Nov 2020 20:18:23 +0000 (12:18 -0800)
committerAndrii Nakryiko <andrii@kernel.org>
Wed, 11 Nov 2020 20:19:41 +0000 (12:19 -0800)
commita6ae103a06acbaaccc65eb76ec6669ddd1a96db4
tree6fe29d061b40614361095a208de4e40732ed4f32
parent2358e16718d9a85ae24a7846a48f23af75295b6a
parent83f8898035f9bfb5dd83649624532093cd66c10b
Merge branch 'tools/bpftool: Some build fixes'

Jean-Philippe Brucker says:

====================

A few fixes for cross and out-of-tree build of bpftool and runqslower.
These changes allow to build for different target architectures, using
the same source tree.

Since [v2], I addressed Andrii's comments on patches 3 and 5, and added
patch 7 which fixes a build slowdown.

[v2] https://lore.kernel.org/bpf/20201109110929.1223538-1-jean-philippe@linaro.org/
====================

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>