From patchwork Mon Apr 23 22:53:05 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anders Roxell X-Patchwork-Id: 903215 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=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="ckheoDty"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40VMFC3Fnkz9rxx for ; Tue, 24 Apr 2018 08:53:19 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932621AbeDWWxR (ORCPT ); Mon, 23 Apr 2018 18:53:17 -0400 Received: from mail-lf0-f65.google.com ([209.85.215.65]:46667 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932567AbeDWWxO (ORCPT ); Mon, 23 Apr 2018 18:53:14 -0400 Received: by mail-lf0-f65.google.com with SMTP id j68-v6so17333252lfg.13 for ; Mon, 23 Apr 2018 15:53:13 -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:in-reply-to:references; bh=NlvAshwZyY1yTPgdqJV5JmHyEddpZD/xygkSatM6Zq4=; b=ckheoDtyyNWxb8egHUmSSl+AnEQ+5j+xNm5Ad/MsZAhECSqu/j45IvtDXQGHXsiSR3 Xx2lhj+c6UHubSM9abRGHBIU2AbJDmMa+/tZ1JSDGVj0Hkb6Q48Q5VzuxTFovVGGvuhC iZHKmTnEbNAjCm4LL5Gi+Xx+gRd6p+plGGpC0= 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:in-reply-to :references; bh=NlvAshwZyY1yTPgdqJV5JmHyEddpZD/xygkSatM6Zq4=; b=qW+1Pe9DQBtLjH+wXexzepj9pDzvaZd/YTUzK3Q4uAIoRD3vLTSabRCZnljlw77C0K 0zLaV2EptEJ0l0ETcXfeDpUY5FC9x5lvschZvu16SvyZxhyCO+aj0PIS6FKNMsfazwgf qm+eR5gGu84LQvrIyx7cyNbXT92isiWZGsH4eXWIF5Uba2kF94Z60r8Mtnyjs2ZiU6Ph +71WRyotq8O/XmpVuUjnkfJMMoJM1zzAyqO1XZt3k6JJXORBaJhxmpbD2IdBJ4+WDzod tEzFE6nA/uMSlZpszm5ir49KhMyUwScrTcu0bjeT3Y0OP3GBZUXsMSDSvRHSNMRnB6Vu Oqdg== X-Gm-Message-State: ALQs6tC++/9HiV1H5teSOrY7DPY8Z+j/pxlq732PycscX2INT3k0VvVu NB3XrJrMSK6I3qaTCMxeWtBoKA== X-Google-Smtp-Source: AIpwx4/uOqWKlUMwjTaGUDJrAkvvFsIEe/zsKKb8BB70DUCXWMoSzeBGIGqpebpi5lZU6J4muXzqcw== X-Received: by 10.46.156.204 with SMTP id g12mr15856531ljj.141.1524523993048; Mon, 23 Apr 2018 15:53:13 -0700 (PDT) Received: from localhost (c-2c3d70d5.07-21-73746f28.cust.bredbandsbolaget.se. [213.112.61.44]) by smtp.gmail.com with ESMTPSA id r26-v6sm3060081lfd.32.2018.04.23.15.53.11 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 23 Apr 2018 15:53:12 -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 v2] selftests: bpf: update .gitignore with missing file Date: Tue, 24 Apr 2018 00:53:05 +0200 Message-Id: <20180423225305.18947-1-anders.roxell@linaro.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <065a8bc2-6065-3d43-8b03-35ed693de7ce@iogearbox.net> References: <065a8bc2-6065-3d43-8b03-35ed693de7ce@iogearbox.net> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Fixes: c0fa1b6c3efc ("bpf: btf: Add BTF tests") Signed-off-by: Anders Roxell --- Rebased against bpf-next. tools/testing/selftests/bpf/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore index 9cf83f895d98..da19f0562bf8 100644 --- a/tools/testing/selftests/bpf/.gitignore +++ b/tools/testing/selftests/bpf/.gitignore @@ -12,3 +12,4 @@ test_tcpbpf_user test_verifier_log feature test_libbpf_open +test_btf