damon.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Javier Carrasco <javier.carrasco@wolfvision.net>
To: Bernd Edlinger <bernd.edlinger@hotmail.de>,
	SeongJae Park <sj@kernel.org>, Shuah Khan <shuah@kernel.org>,
	damon@lists.linux.dev, linux-mm@kvack.org,
	linux-kselftest@vger.kernel.org
Subject: Re: [PATCH] selftests: Add missing gitignore entries
Date: Thu, 8 Feb 2024 10:07:29 +0100	[thread overview]
Message-ID: <bb312a1a-1103-471c-b32d-def068fc84db@wolfvision.net> (raw)
In-Reply-To: <AS8P193MB1285C963658008F1B2702AF7E4792@AS8P193MB1285.EURP193.PROD.OUTLOOK.COM>

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


      parent reply	other threads:[~2024-02-08  9:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bb312a1a-1103-471c-b32d-def068fc84db@wolfvision.net \
    --to=javier.carrasco@wolfvision.net \
    --cc=bernd.edlinger@hotmail.de \
    --cc=damon@lists.linux.dev \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=shuah@kernel.org \
    --cc=sj@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).