Found on Xenial 4.15 as well. So this is something we might need to fix
in the generic kernel.
** Summary changed:
- reuseport_bpf in net from kernel_selftests failed to build on AWS X-4.15
+ reuseport_bpf in net from kernel_selftests failed to build on X-4.15
** Package changed: linux-aws (Ubuntu) => linux (Ubuntu)
--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/1813883
Title:
reuseport_bpf in net from kernel_selftests failed to build on X-4.15
Status in ubuntu-kernel-tests:
New
Status in linux package in Ubuntu:
New
Bug description:
make: Entering directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests'
make[1]: Entering directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/net'
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ reuseport_bpf.c -o /home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/net/reuseport_bpf
../lib.mk:109: recipe for target '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/net/reuseport_bpf' failed
make[1]: Leaving directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/net'
Makefile:72: recipe for target 'all' failed
make: Leaving directory '/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests'
stderr:
reuseport_bpf.c: In function 'attach_ebpf':
reuseport_bpf.c:126:33: error: 'SO_ATTACH_REUSEPORT_EBPF' undeclared (first use in this function)
if (setsockopt(fd, SOL_SOCKET, SO_ATTACH_REUSEPORT_EBPF, &bpf_fd,
^
reuseport_bpf.c:126:33: note: each undeclared identifier is reported only once for each function it appears in
reuseport_bpf.c: In function 'attach_cbpf':
reuseport_bpf.c:148:33: error: 'SO_ATTACH_REUSEPORT_CBPF' undeclared (first use in this function)
if (setsockopt(fd, SOL_SOCKET, SO_ATTACH_REUSEPORT_CBPF, &p, sizeof(p)))
^
reuseport_bpf.c: In function 'test_filter_no_reuseport':
reuseport_bpf.c:378:34: error: 'SO_ATTACH_REUSEPORT_EBPF' undeclared (first use in this function)
if (!setsockopt(fd, SOL_SOCKET, SO_ATTACH_REUSEPORT_EBPF, &bpf_fd,
^
reuseport_bpf.c:383:34: error: 'SO_ATTACH_REUSEPORT_CBPF' undeclared (first use in this function)
if (!setsockopt(fd, SOL_SOCKET, SO_ATTACH_REUSEPORT_CBPF, &cprog,
^
make[1]: *** [/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/net/reuseport_bpf] Error 1
make: *** [all] Error 2
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1813883/+subscriptions
Комментариев нет:
Отправить комментарий