Received: by 2002:ac0:a591:0:0:0:0:0 with SMTP id m17-v6csp227818imm; Wed, 4 Jul 2018 22:25:46 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcJks5QwoBwknaeaYVKv0KNabIiOd+IIwSErHtoRaW1Z4D6qCJY2KBYK+IDFko4hF/GvxDf X-Received: by 2002:a63:842:: with SMTP id 63-v6mr4333558pgi.406.1530768346875; Wed, 04 Jul 2018 22:25:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530768346; cv=none; d=google.com; s=arc-20160816; b=QIDnJWz3Qv6MtCl3wWZVd2IUZiAuuhiJV8qGzf6uRBvxOeYsyfGR2sYadOBWt0vrVU tx51po/Hbwvjq2BBUB1URrKvrqhFh+ZEiOk9s2I1Lu7XaMEUItBN/cFoUOzh8tb4LbcZ 3l/h61+RSoVU/b0QzhHL2drClTPzy0Mz1i867/EyAgTllgOmzlMMkrNTTpC8tCp3zA6c HXhJbkvp9uutg3qAAHzYxujtwTKDIqnxspGd0GIpkgDCvdGOx0yJbUetm8h9Dt2rq4GV oCVXR9O04DoDJ6xznGx+VspUye8BiEDpfSoJiWMp+07IpM72lbjsGN5XvhGJ9qAs/evH Mh1Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date :arc-authentication-results; bh=ODp2mtKeOOMmMcbHB/hln8LeROFxpF5WV9SFnoA0L18=; b=c+yDYGIKH8R6bH0BtZsqqahuIUNv7OCjP0bZhatP95AFYq8sI5LY3v1ATw2WoLre5N W1gdTvr0XmbfeqvqrZouYhGwjASQgWoa4kYr4Z2nuxGIqyMnjnawnwN9CWDruNIPxzCp tn22KdVeRcUJZHyJKhX9bfQTYTcyGo6EngBUE66CXZDoI2jxUykYJvykXu3DfDg8nYU+ hitFUnNIbUp4a/fULq62iC/vmIaSC2l0lvr4rm/bxf+RfDgFE7bbvpTEAPCqi8egMBI1 7Y7xC1UpbYvn5Ct+LePCVoE18Pg0D0b0WAHefB4L70iRNOCGVRYJnoY64fWN4VZBRaoD fvog== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u11-v6si4820062pgo.670.2018.07.04.22.25.32; Wed, 04 Jul 2018 22:25:46 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753459AbeGEFYf (ORCPT + 99 others); Thu, 5 Jul 2018 01:24:35 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:50754 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751746AbeGEFYc (ORCPT ); Thu, 5 Jul 2018 01:24:32 -0400 Received: from localhost (unknown [211.196.191.92]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 2FE90108CE7C3; Wed, 4 Jul 2018 22:24:30 -0700 (PDT) Date: Thu, 05 Jul 2018 14:24:29 +0900 (KST) Message-Id: <20180705.142429.205573073306551316.davem@davemloft.net> To: treeze.taeung@gmail.com Cc: ast@kernel.org, daniel@iogearbox.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 4/4] samples/bpf: add .gitignore file From: David Miller In-Reply-To: <20180704133639.11855-5-treeze.taeung@gmail.com> References: <20180704133639.11855-1-treeze.taeung@gmail.com> <20180704133639.11855-5-treeze.taeung@gmail.com> X-Mailer: Mew version 6.7 on Emacs 26 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Wed, 04 Jul 2018 22:24:32 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Taeung Song Date: Wed, 4 Jul 2018 22:36:39 +0900 > For untracked executables of samples/bpf, add this. > > Untracked files: > (use "git add ..." to include in what will be committed) > > samples/bpf/cpustat > samples/bpf/fds_example > samples/bpf/lathist > samples/bpf/load_sock_ops > ... > > Signed-off-by: Taeung Song Acked-by: David S. Miller