]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'samples: bpf: fix build issues with Clang/LLVM'
authorAndrii Nakryiko <andrii@kernel.org>
Tue, 7 Dec 2021 03:33:45 +0000 (19:33 -0800)
committerAndrii Nakryiko <andrii@kernel.org>
Tue, 7 Dec 2021 03:33:45 +0000 (19:33 -0800)
commitf525a0afd6e1372b18ef6139a1001d89cfa8989b
tree0dc4ce1066208d66a19fae3eae4f780333021fd1
parent436058616968c44fdda93235ea5341db734b0f65
parent4153043d0088cf10b21a919159533c4b92595b91
Merge branch 'samples: bpf: fix build issues with Clang/LLVM'

Alexander Lobakin says:

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

Samples, at least XDP ones, can be built only with the compiler used
to build the kernel itself.
However, XDP sample infra introduced in Aug'21 was probably tested
with GCC/Binutils only as it's not really compilable for now with
Clang/LLVM.
These two are trivial fixes addressing this.
====================

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