linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests/bpf: add missing executables to .gitignore
@ 2018-10-19 14:24 anders.roxell
  2018-10-19 14:24 ` Anders Roxell
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: anders.roxell @ 2018-10-19 14:24 UTC (permalink / raw)


Fixes: 371e4fcc9d96 ("selftests/bpf: cgroup local storage-based network counters")
Fixes: 370920c47b26 ("selftests/bpf: Test libbpf_{prog,attach}_type_by_name")
Signed-off-by: Anders Roxell <anders.roxell at linaro.org>
---
 tools/testing/selftests/bpf/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore
index 8a60c9b9892d..1b799e30c06d 100644
--- a/tools/testing/selftests/bpf/.gitignore
+++ b/tools/testing/selftests/bpf/.gitignore
@@ -25,3 +25,5 @@ test_cgroup_storage
 test_select_reuseport
 test_flow_dissector
 flow_dissector_load
+test_netcnt
+test_section_names
-- 
2.19.1

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

* [PATCH] selftests/bpf: add missing executables to .gitignore
  2018-10-19 14:24 [PATCH] selftests/bpf: add missing executables to .gitignore anders.roxell
@ 2018-10-19 14:24 ` Anders Roxell
  2018-10-19 18:00 ` ys114321
  2018-10-19 20:32 ` alexei.starovoitov
  2 siblings, 0 replies; 6+ messages in thread
From: Anders Roxell @ 2018-10-19 14:24 UTC (permalink / raw)


Fixes: 371e4fcc9d96 ("selftests/bpf: cgroup local storage-based network counters")
Fixes: 370920c47b26 ("selftests/bpf: Test libbpf_{prog,attach}_type_by_name")
Signed-off-by: Anders Roxell <anders.roxell at linaro.org>
---
 tools/testing/selftests/bpf/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore
index 8a60c9b9892d..1b799e30c06d 100644
--- a/tools/testing/selftests/bpf/.gitignore
+++ b/tools/testing/selftests/bpf/.gitignore
@@ -25,3 +25,5 @@ test_cgroup_storage
 test_select_reuseport
 test_flow_dissector
 flow_dissector_load
+test_netcnt
+test_section_names
-- 
2.19.1

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

* [PATCH] selftests/bpf: add missing executables to .gitignore
  2018-10-19 14:24 [PATCH] selftests/bpf: add missing executables to .gitignore anders.roxell
  2018-10-19 14:24 ` Anders Roxell
@ 2018-10-19 18:00 ` ys114321
  2018-10-19 18:00   ` Y Song
  2018-10-19 20:32 ` alexei.starovoitov
  2 siblings, 1 reply; 6+ messages in thread
From: ys114321 @ 2018-10-19 18:00 UTC (permalink / raw)


On Fri, Oct 19, 2018 at 7:25 AM Anders Roxell <anders.roxell at linaro.org> wrote:
>
> Fixes: 371e4fcc9d96 ("selftests/bpf: cgroup local storage-based network counters")
> Fixes: 370920c47b26 ("selftests/bpf: Test libbpf_{prog,attach}_type_by_name")
> Signed-off-by: Anders Roxell <anders.roxell at linaro.org>

Acked-by: Yonghong Song <yhs at fb.com>

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

* [PATCH] selftests/bpf: add missing executables to .gitignore
  2018-10-19 18:00 ` ys114321
@ 2018-10-19 18:00   ` Y Song
  0 siblings, 0 replies; 6+ messages in thread
From: Y Song @ 2018-10-19 18:00 UTC (permalink / raw)


On Fri, Oct 19, 2018@7:25 AM Anders Roxell <anders.roxell@linaro.org> wrote:
>
> Fixes: 371e4fcc9d96 ("selftests/bpf: cgroup local storage-based network counters")
> Fixes: 370920c47b26 ("selftests/bpf: Test libbpf_{prog,attach}_type_by_name")
> Signed-off-by: Anders Roxell <anders.roxell at linaro.org>

Acked-by: Yonghong Song <yhs at fb.com>

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

* [PATCH] selftests/bpf: add missing executables to .gitignore
  2018-10-19 14:24 [PATCH] selftests/bpf: add missing executables to .gitignore anders.roxell
  2018-10-19 14:24 ` Anders Roxell
  2018-10-19 18:00 ` ys114321
@ 2018-10-19 20:32 ` alexei.starovoitov
  2018-10-19 20:32   ` Alexei Starovoitov
  2 siblings, 1 reply; 6+ messages in thread
From: alexei.starovoitov @ 2018-10-19 20:32 UTC (permalink / raw)


On Fri, Oct 19, 2018 at 04:24:36PM +0200, Anders Roxell wrote:
> Fixes: 371e4fcc9d96 ("selftests/bpf: cgroup local storage-based network counters")
> Fixes: 370920c47b26 ("selftests/bpf: Test libbpf_{prog,attach}_type_by_name")
> Signed-off-by: Anders Roxell <anders.roxell at linaro.org>

Applied, Thanks

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

* [PATCH] selftests/bpf: add missing executables to .gitignore
  2018-10-19 20:32 ` alexei.starovoitov
@ 2018-10-19 20:32   ` Alexei Starovoitov
  0 siblings, 0 replies; 6+ messages in thread
From: Alexei Starovoitov @ 2018-10-19 20:32 UTC (permalink / raw)


On Fri, Oct 19, 2018@04:24:36PM +0200, Anders Roxell wrote:
> Fixes: 371e4fcc9d96 ("selftests/bpf: cgroup local storage-based network counters")
> Fixes: 370920c47b26 ("selftests/bpf: Test libbpf_{prog,attach}_type_by_name")
> Signed-off-by: Anders Roxell <anders.roxell at linaro.org>

Applied, Thanks

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

end of thread, other threads:[~2018-10-19 20:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-19 14:24 [PATCH] selftests/bpf: add missing executables to .gitignore anders.roxell
2018-10-19 14:24 ` Anders Roxell
2018-10-19 18:00 ` ys114321
2018-10-19 18:00   ` Y Song
2018-10-19 20:32 ` alexei.starovoitov
2018-10-19 20:32   ` Alexei Starovoitov

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).