ACK: [SRU][Kinetic, Unstable][PATCH] UBUNTU: [Config] Disable selftests/net/bpf/nat6to4

Tim Gardner tim.gardner at canonical.com
Tue Nov 15 14:06:29 UTC 2022


On 11/14/22 2:18 PM, Kamal Mostafa wrote:
> BugLink: https://bugs.launchpad.net/bugs/1996536
> 
> This mainline bpf selftest (nat6to4) requires additional package
> dependencies not satisfied by the Ubuntu kernel Build-depends and
> unsatisfiable when cross compilers are installed.  Disable it to allow
> the rest of selftests/ to build.
> 
> Signed-off-by: Kamal Mostafa <kamal at canonical.com>
> ---
>   tools/testing/selftests/net/bpf/Makefile | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/net/bpf/Makefile b/tools/testing/selftests/net/bpf/Makefile
> index 8ccaf8732eb2..7d8eddd327b7 100644
> --- a/tools/testing/selftests/net/bpf/Makefile
> +++ b/tools/testing/selftests/net/bpf/Makefile
> @@ -5,7 +5,8 @@ CCINCLUDE += -I../../bpf
>   CCINCLUDE += -I../../../../lib
>   CCINCLUDE += -I../../../../../usr/include/
>   
> -TEST_CUSTOM_PROGS = $(OUTPUT)/bpf/nat6to4.o
> +TEST_CUSTOM_PROGS = \
> +	# $(OUTPUT)/bpf/nat6to4.o # Disabled for Ubuntu selftests build
>   all: $(TEST_CUSTOM_PROGS)
>   
>   $(OUTPUT)/%.o: %.c
Acked-by: Tim Gardner <tim.gardner at canonical.com>
-- 
-----------
Tim Gardner
Canonical, Inc




More information about the kernel-team mailing list