From patchwork Mon Apr 23 14:00:50 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anders Roxell X-Patchwork-Id: 902959 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="V9nG2qUX"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40V7RP2GVfz9rxx for ; Tue, 24 Apr 2018 00:01:21 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755424AbeDWOBI (ORCPT ); Mon, 23 Apr 2018 10:01:08 -0400 Received: from mail-lf0-f67.google.com ([209.85.215.67]:39497 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755391AbeDWOBF (ORCPT ); Mon, 23 Apr 2018 10:01:05 -0400 Received: by mail-lf0-f67.google.com with SMTP id p142-v6so15144528lfd.6 for ; Mon, 23 Apr 2018 07:01:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=/R1mQI3ZIIwq1x5OorE4WyPQ7WbCaqjGROBn6xzEcG8=; b=V9nG2qUXO+fumPxs81VvJstmQSUeqgBjK2LjW5CQ9JYZ4nzCyIoi1eCjVBvqOg4ieL 3hn5xYlDciAjNlLMW0ovJ75PaE+kYt1z/+mNFfmmbZkxTYi5TkDc7Bjiys1h5qTGhDCD Ct2NQiwnsRWZ7pspOLjss6Udv+JxeC8+jDTAo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=/R1mQI3ZIIwq1x5OorE4WyPQ7WbCaqjGROBn6xzEcG8=; b=GE1JO0xxcdKidJoxbi3hCdAh7vrxtl+pRk5xVpAtHYnNYwenvaijga1xdK6kdRtGeF KDcUS9FEkauvJ/bshgteI7ipbq3L0hqSbbAO7VRoCErwwpA+s0KeVV1oLEdWkVIfCRho wAgPR7Gt1oE95yFadUi/AwJJJIE0PpHDJl2rdRNYfhH5bnuvr4gHXoCFtP/kTMADE/it s55vzFq/iCR8SEGzzjcW20/1afzPNPjCiIFELN331CyghXyuO+NV5sZPqJzXudH0VYmY /sqNRG5FOd0mG/Iij2E8OAtCxUwuy9ag2+C1P9wumYYWnieoL7ayo7CMtPqUPanhyHii KGSg== X-Gm-Message-State: ALQs6tCCLUp1lCxTsm0/0fsrtrQ9MytYSd6AgqFHLKEttp2GsMBG/JKo 3awr1KO4+qGNR+Zk6yRxUJm0Og== X-Google-Smtp-Source: AB8JxZpVn7CYWCAl6Z0NtJ8rPbB4uCx4Zuegu10l7BYk1jO0EMf5qtlXze0/E6EPzeay9MpZc6Vv9w== X-Received: by 2002:a19:2a88:: with SMTP id q8-v6mr8767022lfq.79.1524492063758; Mon, 23 Apr 2018 07:01:03 -0700 (PDT) Received: from localhost (c-2c3d70d5.07-21-73746f28.cust.bredbandsbolaget.se. [213.112.61.44]) by smtp.gmail.com with ESMTPSA id t25sm2344445ljc.44.2018.04.23.07.01.02 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 23 Apr 2018 07:01:02 -0700 (PDT) From: Anders Roxell To: shuah@kernel.org, davem@davemloft.net Cc: netdev@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, Anders Roxell Subject: [PATCH] selftests: net: update .gitignore with missing test Date: Mon, 23 Apr 2018 16:00:50 +0200 Message-Id: <20180423140050.4508-1-anders.roxell@linaro.org> X-Mailer: git-send-email 2.17.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Fixes: 192dc405f308 ("selftests: net: add tcp_mmap program") Signed-off-by: Anders Roxell --- 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 c612d6e38c62..5559f6add046 100644 --- a/tools/testing/selftests/net/.gitignore +++ b/tools/testing/selftests/net/.gitignore @@ -7,3 +7,4 @@ reuseport_bpf_cpu reuseport_bpf_numa reuseport_dualstack reuseaddr_conflict +tcp_mmap