linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests: update .gitignore files for selftests/bpf and selftests/zram
@ 2019-09-19  8:29 Anatoly Pugachev
  2019-09-19 14:39 ` Alexei Starovoitov
  0 siblings, 1 reply; 4+ messages in thread
From: Anatoly Pugachev @ 2019-09-19  8:29 UTC (permalink / raw)
  To: linux-kselftest; +Cc: Shuah Khan, Alexei Starovoitov

selftests: update .gitignore files for selftests/bpf and selftests/zram

Signed-off-by: Anatoly Pugachev <matorola@gmail.com>
---
 tools/testing/selftests/bpf/.gitignore  | 4 ++++
 tools/testing/selftests/zram/.gitignore | 1 +
 2 files changed, 5 insertions(+)
 create mode 100644 tools/testing/selftests/zram/.gitignore

diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore
index 7470327edcfe..218ac37f460a 100644
--- a/tools/testing/selftests/bpf/.gitignore
+++ b/tools/testing/selftests/bpf/.gitignore
@@ -15,6 +15,9 @@ test_libbpf_open
 test_sock
 test_sock_addr
 test_sock_fields
+test_sockopt
+test_sockopt_multi
+test_sockopt_sk
 urandom_read
 test_btf
 test_sockmap
@@ -32,6 +35,7 @@ test_section_names
 test_tcpnotify_user
 test_libbpf
 test_tcp_check_syncookie_user
+test_tcp_rtt
 test_sysctl
 alu32
 libbpf.pc
diff --git a/tools/testing/selftests/zram/.gitignore b/tools/testing/selftests/zram/.gitignore
new file mode 100644
index 000000000000..b4a2cb6fafa6
--- /dev/null
+++ b/tools/testing/selftests/zram/.gitignore
@@ -0,0 +1 @@
+err.log
-- 
2.23.0


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

* Re: [PATCH] selftests: update .gitignore files for selftests/bpf and selftests/zram
  2019-09-19  8:29 [PATCH] selftests: update .gitignore files for selftests/bpf and selftests/zram Anatoly Pugachev
@ 2019-09-19 14:39 ` Alexei Starovoitov
  2019-09-19 17:09   ` shuah
  0 siblings, 1 reply; 4+ messages in thread
From: Alexei Starovoitov @ 2019-09-19 14:39 UTC (permalink / raw)
  To: Anatoly Pugachev, Daniel Borkmann, bpf
  Cc: open list:KERNEL SELFTEST FRAMEWORK, Shuah Khan, Alexei Starovoitov

On Thu, Sep 19, 2019 at 1:35 AM Anatoly Pugachev <matorola@gmail.com> wrote:
>
> selftests: update .gitignore files for selftests/bpf and selftests/zram
>
> Signed-off-by: Anatoly Pugachev <matorola@gmail.com>
> ---
>  tools/testing/selftests/bpf/.gitignore  | 4 ++++
>  tools/testing/selftests/zram/.gitignore | 1 +
>  2 files changed, 5 insertions(+)
>  create mode 100644 tools/testing/selftests/zram/.gitignore

could you please split this patch into selftests/bpf/ and the rest?
we'll take bpf bits via bpf tree.

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

* Re: [PATCH] selftests: update .gitignore files for selftests/bpf and selftests/zram
  2019-09-19 14:39 ` Alexei Starovoitov
@ 2019-09-19 17:09   ` shuah
  2019-09-27 13:06     ` Anatoly Pugachev
  0 siblings, 1 reply; 4+ messages in thread
From: shuah @ 2019-09-19 17:09 UTC (permalink / raw)
  To: Alexei Starovoitov, Anatoly Pugachev, Daniel Borkmann, bpf
  Cc: open list:KERNEL SELFTEST FRAMEWORK, Alexei Starovoitov, shuah

On 9/19/19 8:39 AM, Alexei Starovoitov wrote:
> On Thu, Sep 19, 2019 at 1:35 AM Anatoly Pugachev <matorola@gmail.com> wrote:
>>
>> selftests: update .gitignore files for selftests/bpf and selftests/zram
>>
>> Signed-off-by: Anatoly Pugachev <matorola@gmail.com>
>> ---
>>   tools/testing/selftests/bpf/.gitignore  | 4 ++++
>>   tools/testing/selftests/zram/.gitignore | 1 +
>>   2 files changed, 5 insertions(+)
>>   create mode 100644 tools/testing/selftests/zram/.gitignore
> 
> could you please split this patch into selftests/bpf/ and the rest?
> we'll take bpf bits via bpf tree.
> 

Yes. Please split them. .gitignore changes for each test need to be
in separate patches.

thanks,
-- Shuah


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

* Re: [PATCH] selftests: update .gitignore files for selftests/bpf and selftests/zram
  2019-09-19 17:09   ` shuah
@ 2019-09-27 13:06     ` Anatoly Pugachev
  0 siblings, 0 replies; 4+ messages in thread
From: Anatoly Pugachev @ 2019-09-27 13:06 UTC (permalink / raw)
  To: shuah
  Cc: Alexei Starovoitov, Daniel Borkmann, bpf,
	open list:KERNEL SELFTEST FRAMEWORK, Alexei Starovoitov

On Thu, Sep 19, 2019 at 8:09 PM shuah <shuah@kernel.org> wrote:
>
> On 9/19/19 8:39 AM, Alexei Starovoitov wrote:
> > On Thu, Sep 19, 2019 at 1:35 AM Anatoly Pugachev <matorola@gmail.com> wrote:
> >>
> >> selftests: update .gitignore files for selftests/bpf and selftests/zram
> >>
> >> Signed-off-by: Anatoly Pugachev <matorola@gmail.com>
> >> ---
> >>   tools/testing/selftests/bpf/.gitignore  | 4 ++++
> >>   tools/testing/selftests/zram/.gitignore | 1 +
> >>   2 files changed, 5 insertions(+)
> >>   create mode 100644 tools/testing/selftests/zram/.gitignore
> >
> > could you please split this patch into selftests/bpf/ and the rest?
> > we'll take bpf bits via bpf tree.
>
> Yes. Please split them. .gitignore changes for each test need to be
> in separate patches.

I wonder does it still make sense to post patch for .gitignore if my
current git kernel does not show this extra compiled binaries any more
(probably after make clean) ?

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

end of thread, other threads:[~2019-09-27 13:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-19  8:29 [PATCH] selftests: update .gitignore files for selftests/bpf and selftests/zram Anatoly Pugachev
2019-09-19 14:39 ` Alexei Starovoitov
2019-09-19 17:09   ` shuah
2019-09-27 13:06     ` Anatoly Pugachev

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