[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <874e3435-e092-2151-64aa-b58b61ddfb4f@fb.com>
Date: Fri, 25 Oct 2019 05:36:47 +0000
From: Yonghong Song <yhs@...com>
To: Andrii Nakryiko <andriin@...com>,
"bpf@...r.kernel.org" <bpf@...r.kernel.org>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
Alexei Starovoitov <ast@...com>,
"daniel@...earbox.net" <daniel@...earbox.net>
CC: "andrii.nakryiko@...il.com" <andrii.nakryiko@...il.com>,
Kernel Team <Kernel-team@...com>
Subject: Re: [PATCH bpf-next] selftests/bpf: fix .gitignore to ignore
no_alu32/
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@...com>
Thanks for the fix!
Acked-by: Yonghong Song <yhs@...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
>
Powered by blists - more mailing lists