Andrii Nakryiko
25a9cc27d7
ci: regenerate latest vmlinux.h
...
Update vmlinux.h to make BPF selftests compile.
Signed-off-by: Andrii Nakryiko <andrii@kernel.org >
2024-03-25 21:58:26 -07:00
Andrii Nakryiko
0f84f3bef6
ci: regenerate vmlinux.h
...
Update vmlinux.h for old kernel CI workflows.
Signed-off-by: Andrii Nakryiko <andrii@kernel.org >
2024-01-26 18:12:29 -05:00
Andrii Nakryiko
feabd96e00
ci: regenerate vmlinux.h
...
Need bpf_xfrm_state_opts and others.
Signed-off-by: Andrii Nakryiko <andrii@kernel.org >
2024-01-04 19:15:17 -05:00
Eduard Zingerman
5d4237d52d
ci: regenerate vmlinux.h
...
Regenerate latest vmlinux.h for old kernel CI tests.
Signed-off-by: Eduard Zingerman <eddyz87@gmail.com >
2023-11-13 18:21:02 -08:00
Yonghong Song
14648264b1
ci: Regenerate latest vmlinux.h for old kernel CI testts
...
Without the change, we will have failures like below:
Warning: Kernel ABI header at 'tools/include/uapi/linux/if_xdp.h' differs from latest version at 'include/uapi/linux/if_xdp.h'
progs/getsockname_unix_prog.c:27:15: error: no member named 'uaddrlen' in 'struct bpf_sock_addr_kern'
if (sa_kern->uaddrlen != unaddrlen)
~~~~~~~ ^
1 error generated.
make: *** [Makefile:605: /home/runner/work/libbpf/libbpf/.kernel/tools/testing/selftests/bpf/getsockname_unix_prog.bpf.o] Error 1
make: *** Waiting for unfinished jobs....
Error: Process completed with exit code 2.
in Kernel 5.5.0 on ubuntu-20.04 + selftests
Manu Bretelle kindly helped regenerate the vmlinux.h from latest
bpf-next kernel for me.
Signed-off-by: Yonghong Song <yonghong.song@linux.dev >
Signed-off-by: Yonghong Song <yonghong.song@linux.dev >
2023-10-19 11:36:22 -07:00
Daniel Müller
c850306199
ci: Regenerate latest vmlinux.h for old kernel CI tests.
...
CI will fail without it.
Signed-off-by: Daniel Müller <deso@posteo.net >
2023-05-25 16:44:19 -07:00
Song Liu
44b0bc9ad7
ci: Regenerate latest vmlinux.h for old kernel CI tests.
...
CI fails without it.
Signed-off-by: Song Liu <song@kernel.org >
2023-04-19 16:15:07 -07:00
David Vernet
b5e9722ec2
ci: Regenerate latest vmlinux.h for old kernel CI tests.
...
CI will fail without it.
Signed-off-by: David Vernet <void@manifault.com >
2023-03-15 13:18:34 -07:00
Song Liu
34212c94a6
ci: regenerate vmlinux.h
...
Regenerate latest vmlinux.h for old kernel CI tests.
Signed-off-by: Song Liu <song@kernel.org >
2023-02-17 17:17:27 -08:00
Andrii Nakryiko
f99818dd1a
libbpf: regenerate vmlinux.h
...
Regenerate latest vmlinux.h for old kernel CI tests.
Signed-off-by: Andrii Nakryiko <andrii@kernel.org >
2023-01-25 20:44:09 -08:00
Andrii Nakryiko
eb9b5c567d
sync: regenerate vmlinux.h
...
Update checked in vmlinux.h for 5.5 and 4.9 kernels.
Signed-off-by: Andrii Nakryiko <andrii@kernel.org >
2022-12-02 22:12:29 -08:00
Andrii Nakryiko
2ed27f9e63
ci: update vmlinux.h
...
Update vmlinux.h to get latest enums for some of selftests.
Signed-off-by: Andrii Nakryiko <andrii@kernel.org >
2022-11-12 18:24:12 -08:00
Andrii Nakryiko
1714037104
vmtest: regenerate latest vmlinux.h
...
Update checked in vmlinux.h for 5.5 kernel tests.
Signed-off-by: Andrii Nakryiko <andrii@kernel.org >
2022-09-27 15:23:45 -07:00
Andrii Nakryiko
e58c615210
ci: update vmlinux.h to latest config
...
Some selftests require conn->mark, regenerate vmlinux.h.
Signed-off-by: Andrii Nakryiko <andrii@kernel.org >
2022-08-18 15:29:04 -07:00
Andrii Nakryiko
72dbaf2ac3
ci: update vmlinux.h for 5.5 and 4.9 kernels
...
Update vmlinux.h to fix selftests build on 5.5 and 4.9 kernels.
Signed-off-by: Andrii Nakryiko <andrii@kernel.org >
2022-06-24 13:32:31 -07:00
Andrii Nakryiko
12e932ac0e
ci: whitelist 'usdt' test on 5.5 and update vmlinux.h
...
Update vmlinux.h for latest selftests. Also whitelist usdt test on 5.5,
as it should work.
Signed-off-by: Andrii Nakryiko <andrii@kernel.org >
2022-05-13 16:13:31 -07:00
Andrii Nakryiko
fec0813359
sync: regenerate vmlinux.h to include TASK_COMM_LEN constant
...
TASK_COMM_LEN is now part of vmlinux.h on latest kernel. Regenerate
vmlinux.h to have it on 5.5 and 4.9 kernels.
Signed-off-by: Andrii Nakryiko <andrii@kernel.org >
2022-01-25 23:37:04 -08:00
Andrii Nakryiko
5daafdccf9
ci: regenerate and check in latest vmlinux.h
...
Add a bunch of new kernel types that are needed for successful selftest
compilation.
Signed-off-by: Andrii Nakryiko <andrii@kernel.org >
2022-01-21 16:54:32 -08:00
Yucong Sun
7e89be4022
Migrate vmtest to modular actions in libbpf/ci
2021-12-09 14:09:04 -08:00