diff options
| author | Haoran Jiang <[email protected]> | 2025-04-25 09:50:42 +0000 |
|---|---|---|
| committer | Andrii Nakryiko <[email protected]> | 2025-04-25 16:32:02 +0000 |
| commit | 548762f05d19c5542db7590bcdfb9be1fb928376 (patch) | |
| tree | 3133f43eb18fbc042c9a808d1dcb992acd268e0b /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
| parent | bpf: Add namespace to BPF internal symbols (diff) | |
| download | kernel-548762f05d19c5542db7590bcdfb9be1fb928376.tar.gz kernel-548762f05d19c5542db7590bcdfb9be1fb928376.zip | |
samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora
When building the latest samples/bpf on LoongArch Fedora
make M=samples/bpf
There are compilation errors as follows:
In file included from ./linux/samples/bpf/sockex2_kern.c:2:
In file included from ./include/uapi/linux/in.h:25:
In file included from ./include/linux/socket.h:8:
In file included from ./include/linux/uio.h:9:
In file included from ./include/linux/thread_info.h:60:
In file included from ./arch/loongarch/include/asm/thread_info.h:15:
In file included from ./arch/loongarch/include/asm/processor.h:13:
In file included from ./arch/loongarch/include/asm/cpu-info.h:11:
./arch/loongarch/include/asm/loongarch.h:13:10: fatal error: 'larchintrin.h' file not found
^~~~~~~~~~~~~~~
1 error generated.
larchintrin.h is included in /usr/lib64/clang/14.0.6/include,
and the header file location is specified at compile time.
Test on LoongArch Fedora:
https://github.com/fedora-remix-loongarch/releases-info
Signed-off-by: Haoran Jiang <[email protected]>
Signed-off-by: zhangxi <[email protected]>
Signed-off-by: Andrii Nakryiko <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions
