* [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; 3+ 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] 3+ messages in thread
* Re: [PATCH] selftests: Add missing gitignore entries
2024-01-26 5:24 [PATCH] selftests: Add missing gitignore entries Bernd Edlinger
@ 2024-01-26 6:35 ` SeongJae Park
2024-02-08 9:07 ` Javier Carrasco
1 sibling, 0 replies; 3+ 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] 3+ messages in thread
* Re: [PATCH] selftests: Add missing gitignore entries
2024-01-26 5:24 [PATCH] selftests: Add missing gitignore entries Bernd Edlinger
2024-01-26 6:35 ` SeongJae Park
@ 2024-02-08 9:07 ` Javier Carrasco
1 sibling, 0 replies; 3+ 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] 3+ messages in thread
end of thread, other threads:[~2024-02-08 9:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-26 5:24 [PATCH] selftests: Add missing gitignore entries 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).