[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+G9fYvGO5q4o_Td_kyQgYieXWKw6ktMa-Q0sBu6S-0y3w2aEQ@mail.gmail.com>
Date: Fri, 9 Feb 2024 16:25:31 +0530
From: Naresh Kamboju <naresh.kamboju@...aro.org>
To: open list <linux-kernel@...r.kernel.org>, Netdev <netdev@...r.kernel.org>,
lkft-triage@...ts.linaro.org,
"open list:KERNEL SELFTEST FRAMEWORK" <linux-kselftest@...r.kernel.org>
Cc: "David S. Miller" <davem@...emloft.net>, Mat Martineau <martineau@...nel.org>,
Maxim Galaganov <max@...ernet.ru>, Matthieu Baerts <matttbe@...nel.org>,
Dan Carpenter <dan.carpenter@...aro.org>
Subject: selftests: net: ip_local_port_range.c:152:17: error: use of
undeclared identifier 'IPPROTO_MPTCP'
I encountered the following build errors while compiling the selftests net
test cases on Linux next-20240208 tag with clang toolchain.
Reported-by: Linux Kernel Functional Testing <lkft@...aro.org>
selftests/net/ip_local_port_range
ip_local_port_range.c:152:17: error: use of undeclared identifier
'IPPROTO_MPTCP'
152 | .so_protocol = IPPROTO_MPTCP,
| ^
ip_local_port_range.c:176:17: error: use of undeclared identifier
'IPPROTO_MPTCP'
176 | .so_protocol = IPPROTO_MPTCP,
| ^
2 errors generated.
Build link,
- https://storage.tuxsuite.com/public/linaro/lkft/builds/2c4LtUoRSYhdGbErOY8hqHxc6Tu/
--
Linaro LKFT
https://lkft.linaro.org
Powered by blists - more mailing lists