From nobody Mon Apr 13 12:01:20 2026 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 C6AADECAAD8 for ; Mon, 29 Aug 2022 18:47:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229942AbiH2Sr5 (ORCPT ); Mon, 29 Aug 2022 14:47:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38280 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229551AbiH2Srz (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 E894483066 for ; Mon, 29 Aug 2022 11:47:53 -0700 (PDT) Received: by mail-yw1-x1149.google.com with SMTP id 00721157ae682-33dc888dc62so141770377b3.4 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=qq1L8YThpsctHMFGOHk2gS1Pmeq3KAf1oPnf4R8I08ICepAu5UbWDYxT/lkbFNv3TE Nw/tOAnASaiOWC3ld//PzmlGIqGKQjWe2z1oO3mtV6B5pAI+ytjVX47/8GM9bJxnCGp+ VoJMr7PABMOnZ92gwy0VuZ8HR8O6qC54yfQ6gtXtj1mCdist6VV0iMz2QFU4z52UcS/I H+rYlOw53g06ZlG26zKpV1t3Ks5iTHQAHGq6F3LYH3fyn+1/xTU9RGUAOD0Tni2WbIUH lUcTwbLVrUV5F5lFzGbsmyUjTz8wwE0kLxPrVpa0HxFg8WNqmMutv5Yaze1FgSm6iF62 4udQ== X-Gm-Message-State: ACgBeo2utk7+kuAlgbzVSyLdkXE2L+V/GEGeTE+/Kx+5yF7CjcmS6Bna 8iMf+vsD3mul7hW2hOjgrcZ68yFSITk0Rf1Wl/+I 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-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" 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/selftes= ts/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 --=20 2.37.2.672.g94769d06f0-goog