From patchwork Wed Jan 9 00:07:28 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stanislav Fomichev X-Patchwork-Id: 1022260 X-Patchwork-Delegate: bpf@iogearbox.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=reject dis=none) header.from=google.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=google.com header.i=@google.com header.b="IWoyM1gK"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 43Z8Zt20kgz9sDL for ; Wed, 9 Jan 2019 11:07:33 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729279AbfAIAHc (ORCPT ); Tue, 8 Jan 2019 19:07:32 -0500 Received: from mail-oi1-f201.google.com ([209.85.167.201]:52472 "EHLO mail-oi1-f201.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728313AbfAIAHc (ORCPT ); Tue, 8 Jan 2019 19:07:32 -0500 Received: by mail-oi1-f201.google.com with SMTP id w80so2563034oiw.19 for ; Tue, 08 Jan 2019 16:07:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=date:message-id:mime-version:subject:from:to:cc; bh=dLR2l2dy2NHFXizLYHt5oyXCANbpGy9ZqI3zQDDJB9U=; b=IWoyM1gK6xY5E1Ui988gsdP9RRuZkBP5Aio3oVSyRrNKPvRJm1d9m/5c0BxvXO9tev G63kuLpI4vCSHZo8lWRRlbDRHYr33qPTionRG0C+ruHNPIFE97wDbAIPZv4fpsNMvs+P FqSp4vSV38o99s2ZrUvBT8odqhQx/eYJNMMgC841O3282gkyEALpaT6QCG7pCYINA73R I91O/q05zEdqjXqS3OR06yyAK/LbWiGDoH3as8dvkX7qYqJwIL3lLNyOfIyDk2P8InmS rek6AzQo46LulLrRyDFnAqf/pXejEpUraetBu8I1FpwF2EaM+H1JVlNbU+20LYWAzaas krUQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:message-id:mime-version:subject:from:to:cc; bh=dLR2l2dy2NHFXizLYHt5oyXCANbpGy9ZqI3zQDDJB9U=; b=HoeoUSQVrQbHZQENdc2fm9Hd6n26nk5DnHFJN0J7BmoMNmf2iVOZnOoeaHFm9xy75p 2wahX4BfUv6L/B6ATiGfQfch6xhKI914ModHwREK9D+S+Qmp5H0S13jh1rhRailCchMQ XIyAJqYV5Ac4N4TzbbXf3QaT4lCZSVqyeze6PGDj2+pV0uleWueagzdUNkrptVYRt1MA bUfZWOhRCI7iLph1AmfiFlBFuafd16J6uNmV1VhX1yLn/1PH2h8wn+8QoGStS4Q7+SMt eOkouguuUzwxAZd7HgXGDyXGzvIWp4vDEpiqvDuCQi4bwwnSrN2EQgnP9/zY7R5sq5cx C2LQ== X-Gm-Message-State: AJcUukfXIIz7xiU7/h6HKPW/53qoGcqhnZgKnknH3Wg5HAe8IonEhrFO Jlqzp8/0xwGO/+1R/ZhFwcgp4rIG7Oj08DK8t6NXTLvov9vaVc9aTelJdI6BUoV6vRb2/XBq2ge 0YG7G6COkAU/SqZxjp/WCLVthpto16zNVySvOWbi3NzFYnkF7J0MTYw== X-Google-Smtp-Source: ALg8bN4zZUtiYQvZ9nxTTona6JF7384mWZ9PRvZhrpvQUAaOO7UtFtgWYhwfB5g1OAgc7+Xz4ecSxIc= X-Received: by 2002:a9d:7649:: with SMTP id o9mr2591818otl.18.1546992451195; Tue, 08 Jan 2019 16:07:31 -0800 (PST) Date: Tue, 8 Jan 2019 16:07:28 -0800 Message-Id: <20190109000728.27723-1-sdf@google.com> Mime-Version: 1.0 X-Mailer: git-send-email 2.20.1.97.g81188d93c3-goog Subject: [PATCH bpf] selftests/bpf: add missing executables to .gitignore From: Stanislav Fomichev To: netdev@vger.kernel.org Cc: davem@davemloft.net, ast@kernel.org, daniel@iogearbox.net, Stanislav Fomichev Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org We build test_libbpf with CXX to make sure linking against C++ works. $ make -s -C tools/lib/bpf $ git status -sb ? tools/lib/bpf/test_libbpf $ make -s -C tools/testing/selftests/bpf $ git status -sb ? tools/lib/bpf/test_libbpf ? tools/testing/selftests/bpf/test_libbpf Fixes: 8c4905b995c6 ("libbpf: make sure bpf headers are c++ include-able") Signed-off-by: Stanislav Fomichev --- tools/lib/bpf/.gitignore | 1 + tools/testing/selftests/bpf/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/tools/lib/bpf/.gitignore b/tools/lib/bpf/.gitignore index f81e549ddfdb..4db74758c674 100644 --- a/tools/lib/bpf/.gitignore +++ b/tools/lib/bpf/.gitignore @@ -1,2 +1,3 @@ libbpf_version.h FEATURE-DUMP.libbpf +test_libbpf diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore index 4a9785043a39..dd093bd91aa9 100644 --- a/tools/testing/selftests/bpf/.gitignore +++ b/tools/testing/selftests/bpf/.gitignore @@ -28,3 +28,4 @@ flow_dissector_load test_netcnt test_section_names test_tcpnotify_user +test_libbpf