APPLIED: [SRU][Kinetic][PATCH] UBUNTU: [Config] Disable selftests/net/bpf/nat6to4

Stefan Bader stefan.bader at canonical.com
Wed Nov 23 09:01:50 UTC 2022


On 14.11.22 22:18, 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>
> ---

Applied to kinetic:linux/master-next. Thanks.

-Stefan

>   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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20221123/29b0ecd6/attachment.sig>


More information about the kernel-team mailing list