From patchwork Fri Oct 19 14:24:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anders Roxell X-Patchwork-Id: 10649559 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id BC4D013A4 for ; Fri, 19 Oct 2018 14:24:47 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A818928B1C for ; Fri, 19 Oct 2018 14:24:47 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 98B8628B5B; Fri, 19 Oct 2018 14:24:47 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6CD2828B62 for ; Fri, 19 Oct 2018 14:24:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727691AbeJSWbG (ORCPT ); Fri, 19 Oct 2018 18:31:06 -0400 Received: from mail-lf1-f65.google.com ([209.85.167.65]:43951 "EHLO mail-lf1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727689AbeJSWbG (ORCPT ); Fri, 19 Oct 2018 18:31:06 -0400 Received: by mail-lf1-f65.google.com with SMTP id p34-v6so25381515lfg.10 for ; Fri, 19 Oct 2018 07:24:44 -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:mime-version :content-transfer-encoding; bh=xkCjE8pu3Rrp/axa8hjLiMFPIzYIMrbAkYNKWhnvSho=; b=BlkVY6oS9RJ9VHNcdQRjJGJGOCvp2PF2TSHD4ymh1ALl+o22jmFcByrTHg19t330H8 gz7qnyxtsH6Mm4zV8wRzk63fmeYL9NVyzoMGhjFeu1tzTXQLvFoqYFxPshpTHIBqfUWx 0PWUBVHqRMDkoqL5henjvmPyWnKzr31fdrGGI= 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:mime-version :content-transfer-encoding; bh=xkCjE8pu3Rrp/axa8hjLiMFPIzYIMrbAkYNKWhnvSho=; b=Qx3UsLuffZscZt+jV//3ZH+EEnuDaa50YmVmIw/CSS6OhtenyF/OZxImOULzyGBcda 1hnMUNrKwXt9FI8i0kxT+bdcuEGD+r9AUJBVhXAcom0Yaqrk1odTHjYO+eHk8QgkJyu4 ESYoIcj4yKY79NRte5QYYvWqWpLDLdMW/xFyH8MtlfZLKsIg5/VY4D2IHGmYZHKbiDgQ zD0vPwVwuv2enUmoDG49eOmglMyT3L1wXz7cw20PF735UlapTFUoceoFo18u+foHx+ZQ vtbxYOTOJDvrVtMYwgaULCDnKKQhGoKljSOWT7wLm2bdm7Tg/autA1B7GApdnIB25sSt 8zmQ== X-Gm-Message-State: ABuFfoiU24TbxFqKcm1vR0LM9qVvPENtF5/PzweFKzLUBoKWEqWDIbLR x0X2MV0Vmt2c2EwsvjErMjYckg== X-Google-Smtp-Source: ACcGV62Y2bhKxySNwBpnoev78duw1aImsrzjqpAPV/+H0iFd4aMnKtzzAGOE8zNcBT9vRhamwz/C3w== X-Received: by 2002:a19:6b16:: with SMTP id d22-v6mr3143230lfa.49.1539959083706; Fri, 19 Oct 2018 07:24:43 -0700 (PDT) Received: from localhost (c-732171d5.07-21-73746f28.bbcust.telenor.se. [213.113.33.115]) by smtp.gmail.com with ESMTPSA id x9-v6sm2281547lfa.65.2018.10.19.07.24.42 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 19 Oct 2018 07:24:42 -0700 (PDT) From: Anders Roxell To: ast@kernel.org, daniel@iogearbox.net, shuah@kernel.org Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, Anders Roxell Subject: [PATCH] selftests/bpf: add missing executables to .gitignore Date: Fri, 19 Oct 2018 16:24:36 +0200 Message-Id: <20181019142436.2955-1-anders.roxell@linaro.org> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Sender: linux-kselftest-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Fixes: 371e4fcc9d96 ("selftests/bpf: cgroup local storage-based network counters") Fixes: 370920c47b26 ("selftests/bpf: Test libbpf_{prog,attach}_type_by_name") Signed-off-by: Anders Roxell Acked-by: Yonghong Song --- tools/testing/selftests/bpf/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore index 8a60c9b9892d..1b799e30c06d 100644 --- a/tools/testing/selftests/bpf/.gitignore +++ b/tools/testing/selftests/bpf/.gitignore @@ -25,3 +25,5 @@ test_cgroup_storage test_select_reuseport test_flow_dissector flow_dissector_load +test_netcnt +test_section_names