From patchwork Fri Aug 19 19:05:58 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Rasmussen X-Patchwork-Id: 12949090 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 E1420C32771 for ; Fri, 19 Aug 2022 19:06:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349713AbiHSTGI (ORCPT ); Fri, 19 Aug 2022 15:06:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42480 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350288AbiHSTGI (ORCPT ); Fri, 19 Aug 2022 15:06:08 -0400 Received: from mail-yw1-x1149.google.com (mail-yw1-x1149.google.com [IPv6:2607:f8b0:4864:20::1149]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9779E1095BD for ; Fri, 19 Aug 2022 12:06:06 -0700 (PDT) Received: by mail-yw1-x1149.google.com with SMTP id 00721157ae682-3360c0f0583so90493547b3.2 for ; Fri, 19 Aug 2022 12:06:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=cc:to:from:subject:mime-version:message-id:date:from:to:cc; bh=5JSsb+WOL2PRRRtzCmHCqxve5DtUEXcq/IOMBu4qce0=; b=SRGFz0UxO9qHFdoqQw32kNSRjkhmTjtfPheQkpWP605nkFzoYps1LZGNARmWXWb9MY G74w1rODJWrscyDa9rUk1mw8kYD5jw6ckmmgwCJuMuEapsu83BphhpcQ0M7mMp0h7KJj tQvJn64oDzHkh5ZGKK96zNBffP0UibPQiEw4Bj7Jo1HikizPf8mgF3kZNLzMWyBqcJTu RD6t9gPjUEvww/MCbtYDwqlp0fybRBzDus+1Vq+LIt1Ho0vJ+t6BoM1XX5atqgFnAfCj HCGKXdJJxK+C8iIO8XPBoYs0ap2fX1hJ8Th0ia5X5IRC8/Oss88K3pZlacOoJy/uAlxX cfTg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:from:subject:mime-version:message-id:date:x-gm-message-state :from:to:cc; bh=5JSsb+WOL2PRRRtzCmHCqxve5DtUEXcq/IOMBu4qce0=; b=1QbTJAmz4MTCOwYTTN4VRPnk5V5yXqdNPGyGP8+akFcRAkgaze1OjDGus6gdiUXhkc NmFD8M5lPI4Fy3LF2aSZxSBsyBDc2EJ31rD3SDmwuQ3fvPRAyt8ymL61VVjwSMQdf0HS tUhz854yE87zpJm7ZX1O1NKmyq+pe+DF1Ih/0Fkc/dE45vKzDcOKOZL5ISu9M14Fcs65 VCVNGMvo8MLINdpCPkEuL4onX8Pd/aP2xvjJZl51rNZpOMout18TFkBqDyQpY0Otc3HN 52/xU2saok7M7woMH+Pnh1BJ/mZ1wai0wdbiPcpjnr5yYaWkpyL2hBMMTzCPZ9sQWHkQ 35fA== X-Gm-Message-State: ACgBeo0HNB55atKD+KK3tQX3KfQvu657eCARW6m6ySx60DJWHc7aRlMG 8y7xCGlvYCCOofJlFqqcYUvqO+A3bxwcCQYqQ768 X-Google-Smtp-Source: AA6agR7COISpW6YfKqsutuWvWAN6P5p0kgRn+s9JAiTVa5fT1l1f3q6RNbxgEh2pJIBNHpn9F5/leOvSW9+DPABnP87+ X-Received: from ajr0.svl.corp.google.com ([2620:15c:2d4:203:676:8328:93fe:a318]) (user=axelrasmussen job=sendgmr) by 2002:a05:6902:124f:b0:66e:e3da:487e with SMTP id t15-20020a056902124f00b0066ee3da487emr9778025ybu.310.1660935965922; Fri, 19 Aug 2022 12:06:05 -0700 (PDT) Date: Fri, 19 Aug 2022 12:05:58 -0700 Message-Id: <20220819190558.477166-1-axelrasmussen@google.com> Mime-Version: 1.0 X-Mailer: git-send-email 2.37.1.595.g718a3a8f04-goog Subject: [PATCH] selftests: fix a couple missing .gitignore entries From: Axel Rasmussen To: Andrei Vagin , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Jens Axboe , Kees Cook , Paolo Abeni , Pavel Begunkov , Shuah Khan Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, Axel Rasmussen Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org Some recent commits added new test binaries, but forgot to add those to .gitignore. Now, after one does "make -C tools/testing/selftests", one ends up with some untracked files in the kernel tree. Add the test binaries to .gitignore, to avoid this minor annoyance. Fixes: d8b6171bd58a ("selftests/io_uring: test zerocopy send") Fixes: 6342140db660 ("selftests/timens: add a test for vfork+exit") Signed-off-by: Axel Rasmussen Reviewed-by: Kees Cook --- tools/testing/selftests/net/.gitignore | 3 ++- tools/testing/selftests/timens/.gitignore | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/testing/selftests/net/.gitignore b/tools/testing/selftests/net/.gitignore index 0e5751af6247..02abf8fdfd3a 100644 --- a/tools/testing/selftests/net/.gitignore +++ b/tools/testing/selftests/net/.gitignore @@ -39,4 +39,5 @@ toeplitz tun cmsg_sender unix_connect -tap \ No newline at end of file +tap +io_uring_zerocopy_tx diff --git a/tools/testing/selftests/timens/.gitignore b/tools/testing/selftests/timens/.gitignore index fe1eb8271b35..cae8dca0fbff 100644 --- a/tools/testing/selftests/timens/.gitignore +++ b/tools/testing/selftests/timens/.gitignore @@ -8,3 +8,4 @@ procfs timens timer timerfd +vfork_exec