From: Yonghong Song <yhs@fb.com>
To: Andrii Nakryiko <andriin@fb.com>,
"bpf@vger.kernel.org" <bpf@vger.kernel.org>,
"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
Alexei Starovoitov <ast@fb.com>,
"daniel@iogearbox.net" <daniel@iogearbox.net>
Cc: "andrii.nakryiko@gmail.com" <andrii.nakryiko@gmail.com>,
Kernel Team <Kernel-team@fb.com>
Subject: Re: [PATCH bpf-next] selftests/bpf: fix .gitignore to ignore no_alu32/
Date: Fri, 25 Oct 2019 05:36:47 +0000 [thread overview]
Message-ID: <874e3435-e092-2151-64aa-b58b61ddfb4f@fb.com> (raw)
In-Reply-To: <20191025045503.3043427-1-andriin@fb.com>
On 10/24/19 9:55 PM, Andrii Nakryiko wrote:
> When switching to alu32 by default, no_alu32/ subdirectory wasn't added
> to .gitignore. Fix it.
>
> Fixes: e13a2fe642bd ("tools/bpf: Turn on llvm alu32 attribute by default")
> Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Thanks for the fix!
Acked-by: Yonghong Song <yhs@fb.com>
> ---
> tools/testing/selftests/bpf/.gitignore | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore
> index 6f46170e09c1..4865116b96c7 100644
> --- a/tools/testing/selftests/bpf/.gitignore
> +++ b/tools/testing/selftests/bpf/.gitignore
> @@ -37,5 +37,5 @@ libbpf.so.*
> test_hashmap
> test_btf_dump
> xdping
> -/alu32
> +/no_alu32
> /bpf_gcc
>
next prev parent reply other threads:[~2019-10-25 5:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-25 4:55 [PATCH bpf-next] selftests/bpf: fix .gitignore to ignore no_alu32/ Andrii Nakryiko
2019-10-25 5:36 ` Yonghong Song [this message]
2019-10-25 21:42 ` Daniel Borkmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=874e3435-e092-2151-64aa-b58b61ddfb4f@fb.com \
--to=yhs@fb.com \
--cc=Kernel-team@fb.com \
--cc=andrii.nakryiko@gmail.com \
--cc=andriin@fb.com \
--cc=ast@fb.com \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.