diff options
author | Javier Carrasco <[email protected]> | 2024-02-21 13:11:48 -0800 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2024-03-04 17:01:16 -0800 |
commit | 21992241cdcff2a279f170a02b0514d76f46b45a (patch) | |
tree | a007e210e037a713995ae475b81eb95acf5c04a4 | |
parent | fd2f556c4f3bcad46f1ddb461a0eb85c11033a13 (diff) |
selftests: damon: add access_memory to .gitignore
This binary is missing in the .gitignore and stays as an untracked file.
Link: https://lore.kernel.org/r/[email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Javier Carrasco <[email protected]>
Singed-off-by: SeongJae Park <[email protected]>
Reported-by: Bernd Edlinger <[email protected]>
Closes: https://lore.kernel.org/all/AS8P193MB1285C963658008F1B2702AF7E4792@AS8P193MB1285.EURP193.PROD.OUTLOOK.COM/
Reviewed-by: SeongJae Park <[email protected]>
Cc: Vincenzo Mezzela <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
-rw-r--r-- | tools/testing/selftests/damon/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |