diff mbox series

[v3,4/4] selftests: damon: add access_memory to .gitignore

Message ID 20240213-selftest_gitignore-v3-4-1f812368702b@gmail.com
State Accepted
Commit 21992241cdcff2a279f170a02b0514d76f46b45a
Headers show
Series selftests: add missing gitignore files and include generated objects | expand

Commit Message

Javier Carrasco Feb. 13, 2024, 10:46 p.m. UTC
This binary is missing in the .gitignore and stays as an untracked file.

Reported-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Closes: https://lore.kernel.org/all/AS8P193MB1285C963658008F1B2702AF7E4792@AS8P193MB1285.EURP193.PROD.OUTLOOK.COM/
Reviewed-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
---
 tools/testing/selftests/damon/.gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

SeongJae Park Feb. 13, 2024, 11:38 p.m. UTC | #1
On Tue, 13 Feb 2024 23:46:53 +0100 Javier Carrasco <javier.carrasco.cruz@gmail.com> wrote:

> This binary is missing in the .gitignore and stays as an untracked file.
> 
> Reported-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
> Closes: https://lore.kernel.org/all/AS8P193MB1285C963658008F1B2702AF7E4792@AS8P193MB1285.EURP193.PROD.OUTLOOK.COM/
> Reviewed-by: SeongJae Park <sj@kernel.org>
> Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>

Thank you, I confirmed this can cleanly be applied on mm-unstable.  But, I
think my suggestion was to split this patch out of the patchset and send
separately so that Andrew can carry this on mm-unstable?  Otherwise, Shuah
would get the conflict on her tree, or Andrew would need to carry the patches
for theremal and uevent selftests on mm-unstable.


Thanks,
SJ

> ---
>  tools/testing/selftests/damon/.gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tools/testing/selftests/damon/.gitignore b/tools/testing/selftests/damon/.gitignore
> index d861701f0327..e65ef9d9cedc 100644
> --- a/tools/testing/selftests/damon/.gitignore
> +++ b/tools/testing/selftests/damon/.gitignore
> @@ -2,3 +2,4 @@
>  huge_count_read_write
>  debugfs_target_ids_read_before_terminate_race
>  debugfs_target_ids_pid_leak
> +access_memory
> 
> -- 
> 2.40.1
diff mbox series

Patch

diff --git a/tools/testing/selftests/damon/.gitignore b/tools/testing/selftests/damon/.gitignore
index d861701f0327..e65ef9d9cedc 100644
--- a/tools/testing/selftests/damon/.gitignore
+++ b/tools/testing/selftests/damon/.gitignore
@@ -2,3 +2,4 @@ 
 huge_count_read_write
 debugfs_target_ids_read_before_terminate_race
 debugfs_target_ids_pid_leak
+access_memory