From: Andrii Nakryiko Date: Tue, 7 Dec 2021 03:33:45 +0000 (-0800) Subject: Merge branch 'samples: bpf: fix build issues with Clang/LLVM' X-Git-Tag: v5.17-rc1~170^2~228^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fda684fb5ec9ff5afb76441ad5371f89aa3775a4;p=thirdparty%2Flinux.git 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 --- fda684fb5ec9ff5afb76441ad5371f89aa3775a4