From patchwork Mon Aug 29 18:47:48 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Rasmussen X-Patchwork-Id: 600968 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 DC58FECAAD5 for ; Mon, 29 Aug 2022 18:47:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229878AbiH2Sr4 (ORCPT ); Mon, 29 Aug 2022 14:47:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38282 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229726AbiH2Srz (ORCPT ); Mon, 29 Aug 2022 14:47:55 -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 E87877FFAE for ; Mon, 29 Aug 2022 11:47:53 -0700 (PDT) Received: by mail-yw1-x1149.google.com with SMTP id 00721157ae682-33dd097f993so143143107b3.10 for ; Mon, 29 Aug 2022 11:47:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=cc:to:from:subject:message-id:mime-version:date:from:to:cc:subject :date; bh=DbVqcIyW57dhZ/hIdLVFQvuYF0J4JrhZ5ni9wGMW9Ag=; b=Bpxc99Cx8g1WNPGF3BCmC/VoPNs61HsTmERxtKm422RXkqlVULM/hKLNF0xNFuVNkN 1KToXtUUr11Elo915BICHTSM1qqOdvl9rvKkoR9SX9HF6XQf8bCRum9MXue3tHp73vLu OrmpfFrPN9MRx8h4pqb1XbKVKoBPrLTM7eza7PaLJETy9bNwkXT+m6kSBSDIV/uaRTZW s5s0kAyLwnJUoQJZvwAwbLrAuJ8jBPWku15FOyeod5W6QHlo9Lf2hGXeA1yfSkz+ando oZzQ7i4T2D9zzNV8qtY9BglsiIxGQotK8D/K0lG7IynDaX8t/HiQhD6P2DXJmzEm3c8A 4lYw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:from:subject:message-id:mime-version:date:x-gm-message-state :from:to:cc:subject:date; bh=DbVqcIyW57dhZ/hIdLVFQvuYF0J4JrhZ5ni9wGMW9Ag=; b=m2cQMmmNwbNliBYfQgYEG77s/4IjXaIC1zQQ3yw645It0ZGjeBkcnbPLIBMdjRre3L 9ndj+bR11ij1syzTa/59pCstruyQJS0A33T3js3eJUIBUejRen3mJ5V/Bo1booE01c5F Oa6OMcCGqPYemShqNVBdZ75o1CEKjV8HxWwj7HtMKs8XQ8fVgV59skZOt6T/4Npv8ckO dTXtCe+OUZWNuXl9/UuDi9+ZXiTSKcEfVezJnWDUxdrDLWs8PJeSIOmuwKvK8WkK4fAd LzOE8xXMAJ4lVYNSVVVld5+pKx47EhHeEG53oufaGdcu8NbGK+ScDoQOBw0hkwgIYWJS Vhrg== X-Gm-Message-State: ACgBeo3g3Rw23e6B0ix3mLsaxSxFI3HPF9F98gbL/yxWDqNOZDvPoG82 0gsGmG8TpdE9qsKzrbzu/+TT5ROejR01ILLdIK21 X-Google-Smtp-Source: AA6agR5kg/MwB86XKDmGJd6n/E1ekru+JbHqpyFoaEkO8JpFf0a5wh4HuiaimXQUqlMdzguadjYDNNcritMemD1bSrhw X-Received: from ajr0.svl.corp.google.com ([2620:15c:2d4:203:3f93:1c9a:457e:d2d1]) (user=axelrasmussen job=sendgmr) by 2002:a25:b8c6:0:b0:692:af14:6f99 with SMTP id g6-20020a25b8c6000000b00692af146f99mr9874055ybm.197.1661798873239; Mon, 29 Aug 2022 11:47:53 -0700 (PDT) Date: Mon, 29 Aug 2022 11:47:48 -0700 Mime-Version: 1.0 X-Mailer: git-send-email 2.37.2.672.g94769d06f0-goog Message-ID: <20220829184748.1535580-1-axelrasmussen@google.com> Subject: [PATCH] selftests: net: sort .gitignore file From: Axel Rasmussen To: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Shuah Khan Cc: netdev@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, Axel Rasmussen Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org This is the result of `sort tools/testing/selftests/net/.gitignore`, but preserving the comment at the top. Suggested-by: Jakub Kicinski Signed-off-by: Axel Rasmussen --- tools/testing/selftests/net/.gitignore | 52 +++++++++++++------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/tools/testing/selftests/net/.gitignore b/tools/testing/selftests/net/.gitignore index 02abf8fdfd3a..e64419c3fed8 100644 --- a/tools/testing/selftests/net/.gitignore +++ b/tools/testing/selftests/net/.gitignore @@ -1,43 +1,43 @@ # SPDX-License-Identifier: GPL-2.0-only +cmsg_sender +fin_ack_lat +gro +hwtstamp_config +ioam6_parser +io_uring_zerocopy_tx +ip_defrag ipsec +ipv6_flowlabel +ipv6_flowlabel_mgr msg_zerocopy -socket +nettest psock_fanout psock_snd psock_tpacket -stress_reuseport_listen +reuseaddr_conflict +reuseaddr_ports_exhausted reuseport_addr_any reuseport_bpf reuseport_bpf_cpu reuseport_bpf_numa reuseport_dualstack -reuseaddr_conflict -tcp_mmap -udpgso -udpgso_bench_rx -udpgso_bench_tx -tcp_inq -tls -txring_overwrite -ip_defrag -ipv6_flowlabel -ipv6_flowlabel_mgr -so_txtime -tcp_fastopen_backup_key -nettest -fin_ack_lat -reuseaddr_ports_exhausted -hwtstamp_config rxtimestamp -timestamping -txtimestamp +socket so_netns_cookie +so_txtime +stress_reuseport_listen +tap +tcp_fastopen_backup_key +tcp_inq +tcp_mmap test_unix_oob -gro -ioam6_parser +timestamping +tls toeplitz tun -cmsg_sender +txring_overwrite +txtimestamp +udpgso +udpgso_bench_rx +udpgso_bench_tx unix_connect -tap -io_uring_zerocopy_tx