bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf-next] selftests/bpf: fix .gitignore to ignore no_alu32/
@ 2019-10-25  4:55 Andrii Nakryiko
  2019-10-25  5:36 ` Yonghong Song
  2019-10-25 21:42 ` Daniel Borkmann
  0 siblings, 2 replies; 3+ messages in thread
From: Andrii Nakryiko @ 2019-10-25  4:55 UTC (permalink / raw)
  To: bpf, netdev, ast, daniel, yhs
  Cc: andrii.nakryiko, kernel-team, Andrii Nakryiko

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>
---
 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
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH bpf-next] selftests/bpf: fix .gitignore to ignore no_alu32/
  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
  2019-10-25 21:42 ` Daniel Borkmann
  1 sibling, 0 replies; 3+ messages in thread
From: Yonghong Song @ 2019-10-25  5:36 UTC (permalink / raw)
  To: Andrii Nakryiko, bpf, netdev, Alexei Starovoitov, daniel
  Cc: andrii.nakryiko, Kernel Team



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
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH bpf-next] selftests/bpf: fix .gitignore to ignore no_alu32/
  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
@ 2019-10-25 21:42 ` Daniel Borkmann
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Borkmann @ 2019-10-25 21:42 UTC (permalink / raw)
  To: Andrii Nakryiko; +Cc: bpf, netdev, ast, yhs, andrii.nakryiko, kernel-team

On Thu, Oct 24, 2019 at 09:55:03PM -0700, 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>

Applied, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-25 21:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2019-10-25 21:42 ` Daniel Borkmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).