linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests: Add missing gitignore entries
@ 2020-09-05  5:31 Gabriel Krisman Bertazi
  2020-09-20 23:54 ` Gabriel Krisman Bertazi
  0 siblings, 1 reply; 6+ messages in thread
From: Gabriel Krisman Bertazi @ 2020-09-05  5:31 UTC (permalink / raw)
  To: shuah; +Cc: linux-kselftest, Gabriel Krisman Bertazi, kernel

Prevent them from polluting git status after building selftests.

Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>
---
 tools/testing/selftests/firmware/.gitignore  | 2 ++
 tools/testing/selftests/netfilter/.gitignore | 2 ++
 tools/testing/selftests/ptrace/.gitignore    | 1 +
 3 files changed, 5 insertions(+)
 create mode 100644 tools/testing/selftests/firmware/.gitignore
 create mode 100644 tools/testing/selftests/netfilter/.gitignore

diff --git a/tools/testing/selftests/firmware/.gitignore b/tools/testing/selftests/firmware/.gitignore
new file mode 100644
index 000000000000..62abc92a94c4
--- /dev/null
+++ b/tools/testing/selftests/firmware/.gitignore
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0-only
+fw_namespace
diff --git a/tools/testing/selftests/netfilter/.gitignore b/tools/testing/selftests/netfilter/.gitignore
new file mode 100644
index 000000000000..8448f74adfec
--- /dev/null
+++ b/tools/testing/selftests/netfilter/.gitignore
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0-only
+nf-queue
diff --git a/tools/testing/selftests/ptrace/.gitignore b/tools/testing/selftests/ptrace/.gitignore
index 7bebf9534a86..792318aaa30c 100644
--- a/tools/testing/selftests/ptrace/.gitignore
+++ b/tools/testing/selftests/ptrace/.gitignore
@@ -1,3 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0-only
 get_syscall_info
 peeksiginfo
+vmaccess
-- 
2.28.0


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

* Re: [PATCH] selftests: Add missing gitignore entries
  2020-09-05  5:31 [PATCH] selftests: Add missing gitignore entries Gabriel Krisman Bertazi
@ 2020-09-20 23:54 ` Gabriel Krisman Bertazi
  2020-09-21 15:29   ` Shuah Khan
  0 siblings, 1 reply; 6+ messages in thread
From: Gabriel Krisman Bertazi @ 2020-09-20 23:54 UTC (permalink / raw)
  To: shuah; +Cc: linux-kselftest, kernel

Gabriel Krisman Bertazi <krisman@collabora.com> writes:

> Prevent them from polluting git status after building selftests.
>
> Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>

Hi Shuah,

Friendly ping here.  Thoughts?

-- 
Gabriel Krisman Bertazi

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

* Re: [PATCH] selftests: Add missing gitignore entries
  2020-09-20 23:54 ` Gabriel Krisman Bertazi
@ 2020-09-21 15:29   ` Shuah Khan
  0 siblings, 0 replies; 6+ messages in thread
From: Shuah Khan @ 2020-09-21 15:29 UTC (permalink / raw)
  To: Gabriel Krisman Bertazi, shuah; +Cc: linux-kselftest, kernel, Shuah Khan

On 9/20/20 5:54 PM, Gabriel Krisman Bertazi wrote:
> Gabriel Krisman Bertazi <krisman@collabora.com> writes:
> 
>> Prevent them from polluting git status after building selftests.
>>
>> Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>
> 
> Hi Shuah,
> 
> Friendly ping here.  Thoughts?
> 

I can pick these up.

thanks,
-- Shuah

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

* Re: [PATCH] selftests: Add missing gitignore entries
  2024-01-26  5:24 Bernd Edlinger
  2024-01-26  6:35 ` SeongJae Park
@ 2024-02-08  9:07 ` Javier Carrasco
  1 sibling, 0 replies; 6+ messages in thread
From: Javier Carrasco @ 2024-02-08  9:07 UTC (permalink / raw)
  To: Bernd Edlinger, SeongJae Park, Shuah Khan, damon, linux-mm,
	linux-kselftest

On 26.01.24 06:24, Bernd Edlinger wrote:
> Prevent them from polluting git status after building selftests.
> 
> Signed-off-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
> ---
>  tools/testing/selftests/damon/.gitignore                       | 1 +
>  tools/testing/selftests/thermal/intel/power_floor/.gitignore   | 2 ++
>  tools/testing/selftests/thermal/intel/workload_hint/.gitignore | 2 ++
>  tools/testing/selftests/uevent/.gitignore                      | 2 ++
>  4 files changed, 7 insertions(+)
>  create mode 100644 tools/testing/selftests/thermal/intel/power_floor/.gitignore
>  create mode 100644 tools/testing/selftests/thermal/intel/workload_hint/.gitignore
>  create mode 100644 tools/testing/selftests/uevent/.gitignore
> 
> diff --git a/tools/testing/selftests/damon/.gitignore b/tools/testing/selftests/damon/.gitignore
> index c6c2965a6607..79b32e30fce3 100644
> --- a/tools/testing/selftests/damon/.gitignore
> +++ b/tools/testing/selftests/damon/.gitignore
> @@ -1,2 +1,3 @@
>  # SPDX-License-Identifier: GPL-2.0-only
>  huge_count_read_write
> +access_memory
> diff --git a/tools/testing/selftests/thermal/intel/power_floor/.gitignore b/tools/testing/selftests/thermal/intel/power_floor/.gitignore
> new file mode 100644
> index 000000000000..754810406b33
> --- /dev/null
> +++ b/tools/testing/selftests/thermal/intel/power_floor/.gitignore
> @@ -0,0 +1,2 @@
> +# SPDX-License-Identifier: GPL-2.0-only
> +power_floor_test
> diff --git a/tools/testing/selftests/thermal/intel/workload_hint/.gitignore b/tools/testing/selftests/thermal/intel/workload_hint/.gitignore
> new file mode 100644
> index 000000000000..b5448c0576c9
> --- /dev/null
> +++ b/tools/testing/selftests/thermal/intel/workload_hint/.gitignore
> @@ -0,0 +1,2 @@
> +# SPDX-License-Identifier: GPL-2.0-only
> +workload_hint_test
> diff --git a/tools/testing/selftests/uevent/.gitignore b/tools/testing/selftests/uevent/.gitignore
> new file mode 100644
> index 000000000000..15127939d872
> --- /dev/null
> +++ b/tools/testing/selftests/uevent/.gitignore
> @@ -0,0 +1,2 @@
> +# SPDX-License-Identifier: GPL-2.0-only
> +uevent_filtering

Hi, there is already a series for this:

https://lore.kernel.org/linux-kselftest/20240101-selftest_gitignore-v1-0-eb61b09adb05@gmail.com/

which was sent longer than a month ago. That series still does not have

tools/testing/selftests/damon/.gitignore

and includes

tools/testing/selftests/netfilter/.gitignore

which is not required anymore.

tools/testing/selftests/thermal/intel/power_floor/.gitignore
tools/testing/selftests/thermal/intel/workload_hint/.gitignore
tools/testing/selftests/uevent/.gitignore

are still in the queue.

Best regards,
Javier Carrasco


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

* Re: [PATCH] selftests: Add missing gitignore entries
  2024-01-26  5:24 Bernd Edlinger
@ 2024-01-26  6:35 ` SeongJae Park
  2024-02-08  9:07 ` Javier Carrasco
  1 sibling, 0 replies; 6+ messages in thread
From: SeongJae Park @ 2024-01-26  6:35 UTC (permalink / raw)
  To: Bernd Edlinger
  Cc: SeongJae Park, Shuah Khan, damon, linux-mm, linux-kselftest

Hi Bernd,

On Fri, 26 Jan 2024 06:24:34 +0100 Bernd Edlinger <bernd.edlinger@hotmail.de> wrote:

> Prevent them from polluting git status after building selftests.
> 
> Signed-off-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
> ---
>  tools/testing/selftests/damon/.gitignore                       | 1 +
>  tools/testing/selftests/thermal/intel/power_floor/.gitignore   | 2 ++
>  tools/testing/selftests/thermal/intel/workload_hint/.gitignore | 2 ++
>  tools/testing/selftests/uevent/.gitignore                      | 2 ++
>  4 files changed, 7 insertions(+)
>  create mode 100644 tools/testing/selftests/thermal/intel/power_floor/.gitignore
>  create mode 100644 tools/testing/selftests/thermal/intel/workload_hint/.gitignore
>  create mode 100644 tools/testing/selftests/uevent/.gitignore
> 
> diff --git a/tools/testing/selftests/damon/.gitignore b/tools/testing/selftests/damon/.gitignore
> index c6c2965a6607..79b32e30fce3 100644
> --- a/tools/testing/selftests/damon/.gitignore
> +++ b/tools/testing/selftests/damon/.gitignore
> @@ -1,2 +1,3 @@
>  # SPDX-License-Identifier: GPL-2.0-only
>  huge_count_read_write
> +access_memory

For above damon part,

Reviewed-by: SeongJae Park <sj@kernel.org>

Thank you for finding and fixing it!


Thanks,
SJ

[...]

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

* [PATCH] selftests: Add missing gitignore entries
@ 2024-01-26  5:24 Bernd Edlinger
  2024-01-26  6:35 ` SeongJae Park
  2024-02-08  9:07 ` Javier Carrasco
  0 siblings, 2 replies; 6+ messages in thread
From: Bernd Edlinger @ 2024-01-26  5:24 UTC (permalink / raw)
  To: SeongJae Park, Shuah Khan, Shuah Khan, damon, linux-mm, linux-kselftest

Prevent them from polluting git status after building selftests.

Signed-off-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
---
 tools/testing/selftests/damon/.gitignore                       | 1 +
 tools/testing/selftests/thermal/intel/power_floor/.gitignore   | 2 ++
 tools/testing/selftests/thermal/intel/workload_hint/.gitignore | 2 ++
 tools/testing/selftests/uevent/.gitignore                      | 2 ++
 4 files changed, 7 insertions(+)
 create mode 100644 tools/testing/selftests/thermal/intel/power_floor/.gitignore
 create mode 100644 tools/testing/selftests/thermal/intel/workload_hint/.gitignore
 create mode 100644 tools/testing/selftests/uevent/.gitignore

diff --git a/tools/testing/selftests/damon/.gitignore b/tools/testing/selftests/damon/.gitignore
index c6c2965a6607..79b32e30fce3 100644
--- a/tools/testing/selftests/damon/.gitignore
+++ b/tools/testing/selftests/damon/.gitignore
@@ -1,2 +1,3 @@
 # SPDX-License-Identifier: GPL-2.0-only
 huge_count_read_write
+access_memory
diff --git a/tools/testing/selftests/thermal/intel/power_floor/.gitignore b/tools/testing/selftests/thermal/intel/power_floor/.gitignore
new file mode 100644
index 000000000000..754810406b33
--- /dev/null
+++ b/tools/testing/selftests/thermal/intel/power_floor/.gitignore
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0-only
+power_floor_test
diff --git a/tools/testing/selftests/thermal/intel/workload_hint/.gitignore b/tools/testing/selftests/thermal/intel/workload_hint/.gitignore
new file mode 100644
index 000000000000..b5448c0576c9
--- /dev/null
+++ b/tools/testing/selftests/thermal/intel/workload_hint/.gitignore
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0-only
+workload_hint_test
diff --git a/tools/testing/selftests/uevent/.gitignore b/tools/testing/selftests/uevent/.gitignore
new file mode 100644
index 000000000000..15127939d872
--- /dev/null
+++ b/tools/testing/selftests/uevent/.gitignore
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0-only
+uevent_filtering
-- 
2.39.2

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

end of thread, other threads:[~2024-02-08  9:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-05  5:31 [PATCH] selftests: Add missing gitignore entries Gabriel Krisman Bertazi
2020-09-20 23:54 ` Gabriel Krisman Bertazi
2020-09-21 15:29   ` Shuah Khan
2024-01-26  5:24 Bernd Edlinger
2024-01-26  6:35 ` SeongJae Park
2024-02-08  9:07 ` Javier Carrasco

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