linux-yocto/samples
Haoran Jiang dac9d6ad5e samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora
[ Upstream commit 548762f05d ]

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 <jianghaoran@kylinos.cn>
Signed-off-by: zhangxi <zhangxi@kylinos.cn>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20250425095042.838824-1-jianghaoran@kylinos.cn
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-05-29 11:02:01 +02:00
..
acrn
auxdisplay
binderfs
bpf samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora 2025-05-29 11:02:01 +02:00
cgroup
configfs
connector
coresight
fanotify
fprobe
ftrace tracing: samples: Initialize trace_array_printk() with the correct function 2025-05-22 14:29:48 +02:00
hid
hidraw
hw_breakpoint
kdb
kfifo kfifo: don't include dma-mapping.h in kfifo.h 2024-12-05 14:03:03 +01:00
kmemleak
kobject
kprobes
landlock samples/landlock: Fix possible NULL dereference in parse_path() 2025-02-08 09:57:11 +01:00
livepatch
mei
nitro_enclaves
pfsm
pidfd
pktgen samples: pktgen: correct dev to DEV 2024-11-13 18:54:33 -08:00
qmi
rpmsg
rust rust: treewide: switch to the kernel Vec type 2025-03-13 13:01:46 +01:00
seccomp
timers
trace_events tracing: Verify event formats that have "%*p.." 2025-05-02 07:58:52 +02:00
trace_printk
uhid
user_events
v4l
vfio-mdev [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
vfs
watch_queue
watchdog
Kconfig
Makefile