From patchwork Mon Sep 19 20:19:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Safonov X-Patchwork-Id: 12980984 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 44DA8C6FA86 for ; Mon, 19 Sep 2022 20:20:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229498AbiISUUL (ORCPT ); Mon, 19 Sep 2022 16:20:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48432 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229779AbiISUUJ (ORCPT ); Mon, 19 Sep 2022 16:20:09 -0400 Received: from mail-wm1-x335.google.com (mail-wm1-x335.google.com [IPv6:2a00:1450:4864:20::335]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 222BC3E762 for ; Mon, 19 Sep 2022 13:20:08 -0700 (PDT) Received: by mail-wm1-x335.google.com with SMTP id e18so324351wmq.3 for ; Mon, 19 Sep 2022 13:20:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=arista.com; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date; bh=6xMNpFDctbrTqt09QWL6lfcORm/k7xdMzm5dO9m+m64=; b=LzIVQMdGkm9781IqbRx66sZFQ7BVTsW4FrkWL1KPxCt4Bj5KToj+qad547N7m6uZe8 D5+C7Rz4jWgwY4dYh2iuTLyT4i9DGiVAi5v3v3a0WLpk6vYCncDUjVsLLNAUmYdd5LFX NrVtvKLpt+MnKbKz11zAa0vP2FPYH+NNxN6ypshDRZnwkovQiPs8HbWEeJCkTagdOJCu qbjJRp6udZtkWQ+IDXzOvwFBJr7IJpuk947JHOg9z1pIVM3z5yQTh2pOf2lzXrmVDSvk g3rIFl+avVkENbkuz/pZdEfZyDtDPmXEQGYef0Yu2XRMHtIaDMQIgFV5CDimhOuu77hB zpdw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date; bh=6xMNpFDctbrTqt09QWL6lfcORm/k7xdMzm5dO9m+m64=; b=I4QycXar6DdC/+eYCS8qVLmuOuH6N47wUwJiohL9eBexrJOfy6+Hvuc4+1MJM44MMh BXL1aDl35NvrgvS83QGB8ViuHsatT+iJ/XgT8mgA+wg2y1gJBJbaeZ5Gp6cRellFI/qb H+qc9dJGZ4B+ocVbtR0Q8iszXbigFvgIfOAl+fx5bPntEhzz1fG/d41DDhpF7ZCvGac8 q7vdaF/OgFT0FaHXFFCW/5+eKRmNj0VyDV1ayxKh/SMfRC2sFpdQAow2QAbHozDn3Dy1 IbYSzQf1QEKZP9EzZ5IcRpGVoTOmiGFto48GzKkiogt/ldizkbEkqhNjeYHmFgQpS3x2 b+SQ== X-Gm-Message-State: ACrzQf1KRDtC/S3+LemeatjBKWe7m1qqaPT6mUoSjU3rF+sa5UG7ylaD o3kI1fD3MxxuC6UCljrf0rrmew== X-Google-Smtp-Source: AMsMyM7EnWFZNaeHlqiYqTvahJjboUWoA3yBE+bQe4jeahvxWA2v1tUsR8AiP91T6Hgj8NrI4mDRgA== X-Received: by 2002:a1c:38c1:0:b0:3b4:a8c8:2558 with SMTP id f184-20020a1c38c1000000b003b4a8c82558mr13639961wma.82.1663618806514; Mon, 19 Sep 2022 13:20:06 -0700 (PDT) Received: from Mindolluin.ire.aristanetworks.com ([217.173.96.166]) by smtp.gmail.com with ESMTPSA id c11-20020a05600c0a4b00b003b47e8a5d22sm17342849wmq.23.2022.09.19.13.20.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Sep 2022 13:20:05 -0700 (PDT) From: Dmitry Safonov To: linux-kernel@vger.kernel.org Cc: Dmitry Safonov , Shuah Khan , Dmitry Safonov <0x7f454c46@gmail.com>, linux-kselftest@vger.kernel.org, "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Subject: [PATCH v2 1/2] selftests/Make: Recursively build TARGETS list Date: Mon, 19 Sep 2022 21:19:57 +0100 Message-Id: <20220919201958.279545-2-dima@arista.com> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20220919201958.279545-1-dima@arista.com> References: <20220919201958.279545-1-dima@arista.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org From [1]: > Please look into a wayto invoke all of them instead of adding individual > net/* to the main Makefile. This list seems to be growing. :) I might have misunderstood what was suggested... Here is an attempt to let sub-selftests define their own $(TARGETS) directories. [1]: https://lore.kernel.org/all/aa0143bc-b0d1-69fb-c117-1e7241f0ad89@linuxfoundation.org/T/#u Cc: "David S. Miller" Cc: Eric Dumazet Cc: Jakub Kicinski Cc: Paolo Abeni Signed-off-by: Dmitry Safonov --- tools/testing/selftests/Makefile | 71 ++++---------------- tools/testing/selftests/drivers/Makefile | 7 ++ tools/testing/selftests/filesystems/Makefile | 4 ++ tools/testing/selftests/lib.mk | 60 ++++++++++++++++- tools/testing/selftests/net/Makefile | 4 ++ 5 files changed, 86 insertions(+), 60 deletions(-) create mode 100644 tools/testing/selftests/drivers/Makefile diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index c2064a35688b..69bb25f7b3b8 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -10,15 +10,10 @@ TARGETS += core TARGETS += cpufreq TARGETS += cpu-hotplug TARGETS += damon -TARGETS += drivers/dma-buf -TARGETS += drivers/s390x/uvdevice -TARGETS += drivers/net/bonding +TARGETS += drivers TARGETS += efivarfs TARGETS += exec TARGETS += filesystems -TARGETS += filesystems/binderfs -TARGETS += filesystems/epoll -TARGETS += filesystems/fat TARGETS += firmware TARGETS += fpu TARGETS += ftrace @@ -44,9 +39,6 @@ TARGETS += move_mount_set_group TARGETS += mqueue TARGETS += nci TARGETS += net -TARGETS += net/af_unix -TARGETS += net/forwarding -TARGETS += net/mptcp TARGETS += netfilter TARGETS += nsfs TARGETS += pidfd @@ -93,16 +85,14 @@ TARGETS_HOTPLUG += memory-hotplug # BPF since it has cutting edge build time dependencies which require # more effort to install. SKIP_TARGETS ?= bpf -ifneq ($(SKIP_TARGETS),) - TMP := $(filter-out $(SKIP_TARGETS), $(TARGETS)) - override TARGETS := $(TMP) -endif +export SKIP_TARGETS # User can set FORCE_TARGETS to 1 to require all targets to be successfully # built; make will fail if any of the targets cannot be built. If # FORCE_TARGETS is not set (the default), make will succeed if at least one # of the targets gets built. FORCE_TARGETS ?= +export FORCE_TARGETS # Clear LDFLAGS and MAKEFLAGS when implicit rules are missing. This provides # implicit rules to sub-test Makefiles which avoids build failures in test @@ -145,6 +135,7 @@ endif # Prepare for headers install include $(top_srcdir)/scripts/subarch.include ARCH ?= $(SUBARCH) +export abs_objtree export BUILD export KHDR_INCLUDES @@ -152,23 +143,7 @@ export KHDR_INCLUDES # all isn't the first target in the file. .DEFAULT_GOAL := all -all: - @ret=1; \ - for TARGET in $(TARGETS); do \ - BUILD_TARGET=$$BUILD/$$TARGET; \ - mkdir $$BUILD_TARGET -p; \ - $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET \ - O=$(abs_objtree) \ - $(if $(FORCE_TARGETS),|| exit); \ - ret=$$((ret * $$?)); \ - done; exit $$ret; - -run_tests: all - @for TARGET in $(TARGETS); do \ - BUILD_TARGET=$$BUILD/$$TARGET; \ - $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests \ - O=$(abs_objtree); \ - done; +OUTPUT := $(BUILD) hotplug: @for TARGET in $(TARGETS_HOTPLUG); do \ @@ -204,8 +179,9 @@ KSFT_INSTALL_PATH := $(abspath $(KSFT_INSTALL_PATH)) INSTALL_PATH := $(KSFT_INSTALL_PATH) ALL_SCRIPT := $(INSTALL_PATH)/run_kselftest.sh TEST_LIST := $(INSTALL_PATH)/kselftest-list.txt +export TEST_LIST -install: all +main_install: all ifdef INSTALL_PATH @# Ask all targets to install their files mkdir -p $(INSTALL_PATH)/kselftest @@ -214,31 +190,14 @@ ifdef INSTALL_PATH install -m 744 kselftest/prefix.pl $(INSTALL_PATH)/kselftest/ install -m 744 run_kselftest.sh $(INSTALL_PATH)/ rm -f $(TEST_LIST) - @ret=1; \ - for TARGET in $(TARGETS); do \ - BUILD_TARGET=$$BUILD/$$TARGET; \ - $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET INSTALL_PATH=$(INSTALL_PATH)/$$TARGET install \ - O=$(abs_objtree) \ - $(if $(FORCE_TARGETS),|| exit); \ - ret=$$((ret * $$?)); \ - done; exit $$ret; - - - @# Ask all targets to emit their test scripts - @# While building kselftest-list.text skip also non-existent TARGET dirs: - @# they could be the result of a build failure and should NOT be - @# included in the generated runlist. - for TARGET in $(TARGETS); do \ - BUILD_TARGET=$$BUILD/$$TARGET; \ - [ ! -d $(INSTALL_PATH)/$$TARGET ] && echo "Skipping non-existent dir: $$TARGET" && continue; \ - echo -ne "Emit Tests for $$TARGET\n"; \ - $(MAKE) -s --no-print-directory OUTPUT=$$BUILD_TARGET COLLECTION=$$TARGET \ - -C $$TARGET emit_tests >> $(TEST_LIST); \ - done; else $(error Error: set INSTALL_PATH to use install) endif +include lib.mk + +install: main_install + FORMAT ?= .gz TAR_PATH = $(abspath ${INSTALL_PATH}/kselftest-packages/kselftest.tar${FORMAT}) gen_tar: install @@ -246,10 +205,4 @@ gen_tar: install @tar caf ${TAR_PATH} --exclude=kselftest-packages -C ${INSTALL_PATH} . @echo "Created ${TAR_PATH}" -clean: - @for TARGET in $(TARGETS); do \ - BUILD_TARGET=$$BUILD/$$TARGET; \ - $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET clean;\ - done; - -.PHONY: all run_tests hotplug run_hotplug clean_hotplug run_pstore_crash install clean gen_tar +.PHONY: run_tests hotplug run_hotplug clean_hotplug run_pstore_crash gen_tar diff --git a/tools/testing/selftests/drivers/Makefile b/tools/testing/selftests/drivers/Makefile new file mode 100644 index 000000000000..4d4693c8efbc --- /dev/null +++ b/tools/testing/selftests/drivers/Makefile @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0 + +TARGETS += dma-buf +TARGETS += s390x/uvdevice +TARGETS += net/bonding + +include ../lib.mk diff --git a/tools/testing/selftests/filesystems/Makefile b/tools/testing/selftests/filesystems/Makefile index 129880fb42d3..04fde0107d7a 100644 --- a/tools/testing/selftests/filesystems/Makefile +++ b/tools/testing/selftests/filesystems/Makefile @@ -4,4 +4,8 @@ CFLAGS += -I../../../../usr/include/ TEST_GEN_PROGS := devpts_pts TEST_GEN_PROGS_EXTENDED := dnotify_test +TARGETS += binderfs +TARGETS += epoll +TARGETS += fat + include ../lib.mk diff --git a/tools/testing/selftests/lib.mk b/tools/testing/selftests/lib.mk index d44c72b3abe3..7aed8dd54da8 100644 --- a/tools/testing/selftests/lib.mk +++ b/tools/testing/selftests/lib.mk @@ -33,14 +33,17 @@ else CC := $(CROSS_COMPILE)gcc endif # LLVM +pwd=$(shell pwd) ifeq (0,$(MAKELEVEL)) ifeq ($(OUTPUT),) - OUTPUT := $(shell pwd) + OUTPUT := $(pwd) DEFAULT_INSTALL_HDR_PATH := 1 endif endif selfdir = $(realpath $(dir $(filter %/lib.mk,$(MAKEFILE_LIST)))) top_srcdir = $(selfdir)/../../.. +testdir = $(pwd:$(selfdir)/%=%) +export OUTPUT # The following are built by lib.mk common compile rules. # TEST_CUSTOM_PROGS should be used by tests that require @@ -52,7 +55,24 @@ TEST_GEN_PROGS := $(patsubst %,$(OUTPUT)/%,$(TEST_GEN_PROGS)) TEST_GEN_PROGS_EXTENDED := $(patsubst %,$(OUTPUT)/%,$(TEST_GEN_PROGS_EXTENDED)) TEST_GEN_FILES := $(patsubst %,$(OUTPUT)/%,$(TEST_GEN_FILES)) +ifneq ($(SKIP_TARGETS),) + TARGETS_REL := $(patsubst %,$(testdir)/%,$(TARGETS)) + TMP := $(filter-out $(SKIP_TARGETS),$(TARGETS_REL)) + override TARGETS := $(TMP:$(testdir)/%=%) +endif + all: $(TEST_GEN_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) +ifneq ($(TARGETS),) + @ret=1; \ + for TARGET in $(TARGETS); do \ + BUILD_TARGET=$$OUTPUT/$$TARGET; \ + mkdir $$BUILD_TARGET -p; \ + $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET \ + O=$(abs_objtree) \ + $(if $(FORCE_TARGETS),|| exit); \ + ret=$$((ret * $$?)); \ + done; exit $$ret; +endif define RUN_TESTS BASE_DIR="$(selfdir)"; \ @@ -77,6 +97,13 @@ ifdef building_out_of_srctree else @$(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS)) endif +ifneq ($(TARGETS),) + @for TARGET in $(TARGETS); do \ + BUILD_TARGET=$$OUTPUT/$$TARGET; \ + $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests \ + O=$(abs_objtree); \ + done; +endif define INSTALL_SINGLE_RULE $(if $(INSTALL_LIST),@mkdir -p $(INSTALL_PATH)) @@ -97,6 +124,30 @@ endef install: all ifdef INSTALL_PATH $(INSTALL_RULE) +ifneq ($(TARGETS),) + @ret=1; \ + for TARGET in $(TARGETS); do \ + BUILD_TARGET=$$OUTPUT/$$TARGET; \ + $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET INSTALL_PATH=$(INSTALL_PATH)/$$TARGET install \ + O=$(abs_objtree) \ + $(if $(FORCE_TARGETS),|| exit); \ + ret=$$((ret * $$?)); \ + done; exit $$ret; + +ifneq ($(TEST_LIST),) + @# Ask all targets to emit their test scripts + @# While building kselftest-list.text skip also non-existent TARGET dirs: + @# they could be the result of a build failure and should NOT be + @# included in the generated runlist. + for TARGET in $(TARGETS); do \ + BUILD_TARGET=$$OUTPUT/$$TARGET; \ + [ ! -d $(INSTALL_PATH)/$$TARGET ] && echo "Skipping non-existent dir: $$TARGET" && continue; \ + echo -ne "Emit Tests for $$TARGET\n"; \ + $(MAKE) -s --no-print-directory OUTPUT=$$BUILD_TARGET COLLECTION=$$TARGET \ + -C $$TARGET emit_tests >> $(TEST_LIST); \ + done; +endif # ifneq ($(TEST_LIST),) +endif # ifneq ($(TARGETS),) else $(error Error: set INSTALL_PATH to use install) endif @@ -118,6 +169,13 @@ endef clean: $(CLEAN) +ifneq ($(TARGETS),) + @for TARGET in $(TARGETS); do \ + BUILD_TARGET=$$OUTPUT/$$TARGET; \ + $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET clean;\ + done; +endif + # When make O= with kselftest target from main level # the following aren't defined. diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile index c0ee2955fe54..ef768c0992f5 100644 --- a/tools/testing/selftests/net/Makefile +++ b/tools/testing/selftests/net/Makefile @@ -66,6 +66,10 @@ TEST_GEN_FILES += io_uring_zerocopy_tx TEST_FILES := settings +TARGETS += af_unix +TARGETS += forwarding +TARGETS += mptcp + include ../lib.mk include bpf/Makefile From patchwork Mon Sep 19 20:19:58 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Safonov X-Patchwork-Id: 12980983 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C8F35ECAAA1 for ; Mon, 19 Sep 2022 20:20:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229793AbiISUUK (ORCPT ); Mon, 19 Sep 2022 16:20:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48436 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229777AbiISUUJ (ORCPT ); Mon, 19 Sep 2022 16:20:09 -0400 Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 15A2048C86 for ; Mon, 19 Sep 2022 13:20:09 -0700 (PDT) Received: by mail-wm1-x330.google.com with SMTP id n8so319824wmr.5 for ; Mon, 19 Sep 2022 13:20:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=arista.com; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date; bh=FWyWHD71T9hAwWWYq5d0qFKEdIZn5y5bu6+nFTnlJ18=; b=hgBacRkq3ArZclC2AkYn2gaCdnEgnA6budJG0eY+2zqqZ/S4xQA/Mw17bX61E/XJg+ 9KqmY+35daVsIUzLH4/TkyGKlTaGRPxxQnUJdH6PhoepK1ff2a2rcC2Xso0I5a9aJPPz Hkn8r/ipkh38ZhfCKOAlYtpR5d3BrktrLv3krWwa5UeE/U2PQDRaEpI60in9rY2K9vXQ EhZzrnSol/3Gf64uvDiF6SNoQwGpytLqelrTNei9bSWPW8EDur8AFgZq1foc2CfYMx5L toqYpAPANl5pzm9fQriSZyriGEHGN/Kq4DG/dCSSLGsSqbzOdSDmLi/LRbo2MokM/e4B InAw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date; bh=FWyWHD71T9hAwWWYq5d0qFKEdIZn5y5bu6+nFTnlJ18=; b=uhx8jaOVj31HgmO94THNd++iPT2q2pYZGByaCcRAk6bkKAA+eIbzfdyCA4WE+bhZLB Ie+OgbMWfbjYuiZVev/HB7qGycqNMB+bz+1rY93rs2hvy52RtNsnwgocktHFL+PTqXlo malxudykqsfAodLVFtm7FTRWBc2BJzEb04mLfQWtKz2AapdWi/FlbaUB6quDNZbGHROo XmR5oGfuCA7r55g3XtSVCo1LuAjjchqmge/N4Ky6ng6SQRqYFl9Wszn1Coxa3l1nql1B 8c4oK8qVXl8AKocINH2+o+nIr0ZqCK2u6hRgFqroiYFtA+LYnwBKLRrsh6GgvKlkepZ2 TdSA== X-Gm-Message-State: ACrzQf3BFDbOZCZ0hw9Z+BvzmzCOzpqvN4mPC/4cJGaE18SBtulDqPJu ll5BjcVXyT1zYOIxo/GLBf1+Yw== X-Google-Smtp-Source: AMsMyM7birQYVrRfSnQfrNtoIsmDQfe5J5LG1IWer0w1g0P11BZbr84r+SJ3X4bc0gChCwFzA89WKg== X-Received: by 2002:a05:600c:4f55:b0:3b4:b687:a7b7 with SMTP id m21-20020a05600c4f5500b003b4b687a7b7mr14028458wmq.185.1663618807653; Mon, 19 Sep 2022 13:20:07 -0700 (PDT) Received: from Mindolluin.ire.aristanetworks.com ([217.173.96.166]) by smtp.gmail.com with ESMTPSA id c11-20020a05600c0a4b00b003b47e8a5d22sm17342849wmq.23.2022.09.19.13.20.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Sep 2022 13:20:07 -0700 (PDT) From: Dmitry Safonov To: linux-kernel@vger.kernel.org Cc: Dmitry Safonov , Shuah Khan , Dmitry Safonov <0x7f454c46@gmail.com>, linux-kselftest@vger.kernel.org Subject: [PATCH v2 2/2] selftests/.gitignore: Add io_uring_zerocopy_tx Date: Mon, 19 Sep 2022 21:19:58 +0100 Message-Id: <20220919201958.279545-3-dima@arista.com> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20220919201958.279545-1-dima@arista.com> References: <20220919201958.279545-1-dima@arista.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org Fixes: d8b6171bd58a ("selftests/io_uring: test zerocopy send") Signed-off-by: Dmitry Safonov --- tools/testing/selftests/net/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/net/.gitignore b/tools/testing/selftests/net/.gitignore index de7d5cc15f85..e17b4f1ad770 100644 --- a/tools/testing/selftests/net/.gitignore +++ b/tools/testing/selftests/net/.gitignore @@ -3,6 +3,7 @@ cmsg_sender fin_ack_lat gro hwtstamp_config +io_uring_zerocopy_tx ioam6_parser ip_defrag ipsec