From patchwork Wed Jul 7 11:47:27 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Po-Hsu Lin X-Patchwork-Id: 1501705 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4GKdBq0qSzz9t25; Wed, 7 Jul 2021 21:54:43 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1m168V-0002yW-Aw; Wed, 07 Jul 2021 11:54:39 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1m168T-0002xx-9e for kernel-team@lists.ubuntu.com; Wed, 07 Jul 2021 11:54:37 +0000 Received: from mail-pg1-f199.google.com ([209.85.215.199]) by youngberry.canonical.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1m168T-0007nD-1L for kernel-team@lists.ubuntu.com; Wed, 07 Jul 2021 11:54:37 +0000 Received: by mail-pg1-f199.google.com with SMTP id u8-20020a6345480000b0290227a64be361so1590570pgk.9 for ; Wed, 07 Jul 2021 04:54:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=n9CkpXyEvAkhAJuNnr75FQbb7gowtQt0zQPiylzU+b0=; b=eO0dni9TkkKFkNN4nRO1wMp34Pm+QpvT66SuYUS7k46/R+e1wrhszqMcLcUEpwhIXC 4pBZK6BwKZ1YEhb6qvsY4sudOV/LmLAUcc7lfe873TNhuWVWJ7XGkgsVpVR9JlF7D1LM Gu9+SeE4gbpEjNalLJFOwK6qBNVjPkgooZw+8N3fOCnONsGtx6t/qBdHwqqX7sVKJvLo G/elVRW7ipviJ/9a6A1Damqx0ogua18FDL1lROivFrGZlwgBv56SNyBvdCtqNBQstq/W CcJlTkN5z4EN976vniINHrtncvxzV2n1HP8T3CA/Ar2vC57SqXHxuqASdDEeU4iVy0E6 NqGA== X-Gm-Message-State: AOAM533Z8aAAv1VKBTsh/Q9Zh9Vn1PSqr80k14zovrGrkI5sqe7AhUpF 0q4G0jVelv1uO5MDpq9/yUSP0BfQpYjTPQspdzgAJbi3ZTBGsYIyjqhGsoOOdeipnj1oF7DRd00 lpCAlfWVh8e2OID1fNXuh5Y1GFFDLdL9z7gq+egg3 X-Received: by 2002:a17:90a:2c09:: with SMTP id m9mr5751723pjd.212.1625658875694; Wed, 07 Jul 2021 04:54:35 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwv1sI0l8hD0QcgG1apTj4Vjb+SadMXr8gn2TKzIA5oPuysMnuv2DDOnClyftMN17JPhPJbCQ== X-Received: by 2002:a17:90a:2c09:: with SMTP id m9mr5751703pjd.212.1625658875485; Wed, 07 Jul 2021 04:54:35 -0700 (PDT) Received: from localhost.localdomain (223-137-239-238.emome-ip.hinet.net. [223.137.239.238]) by smtp.gmail.com with ESMTPSA id 20sm19881619pfi.170.2021.07.07.04.54.34 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 07 Jul 2021 04:54:34 -0700 (PDT) From: Po-Hsu Lin To: kernel-team@lists.ubuntu.com Subject: [B][SRU][PATCH 1/4] selftests: Add fib-onlink-tests.sh to TEST_PROGS Date: Wed, 7 Jul 2021 19:47:27 +0800 Message-Id: <20210707114730.40375-2-po-hsu.lin@canonical.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210707114730.40375-1-po-hsu.lin@canonical.com> References: <20210707114730.40375-1-po-hsu.lin@canonical.com> MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" From: David Ahern BugLink: https://bugs.launchpad.net/bugs/1934759 Fixes: 153e1b84f477 ("selftests: Add FIB onlink tests") Reported-by: Ido Schimmel Signed-off-by: David Ahern Signed-off-by: David S. Miller (backported from commit a52b839752aab7063c38c1cb7b8e63efc54e3c30) [PHLin: ignore fib_tests.sh] Signed-off-by: Po-Hsu Lin --- tools/testing/selftests/net/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile index 337d84a..92c3b41 100644 --- a/tools/testing/selftests/net/Makefile +++ b/tools/testing/selftests/net/Makefile @@ -5,6 +5,7 @@ CFLAGS = -Wall -Wl,--no-as-needed -O2 -g CFLAGS += -I../../../../usr/include/ TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh netdevice.sh rtnetlink.sh +TEST_PROGS += fib-onlink-tests.sh TEST_GEN_FILES = socket TEST_GEN_FILES += psock_fanout psock_tpacket msg_zerocopy TEST_GEN_PROGS = reuseport_bpf reuseport_bpf_cpu reuseport_bpf_numa