This binary is missing in the .gitignore and stays as an untracked file. Reported-by: Bernd Edlinger <[email protected]> Closes: https://lore.kernel.org/all/as8p193mb1285c963658008f1b2702af7e4...@as8p193mb1285.eurp193.prod.outlook.com/ Reviewed-by: SeongJae Park <[email protected]> Signed-off-by: Javier Carrasco <[email protected]> --- 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 --- base-commit: 7e56cf9a7f108e8129d75cea0dabc9488fb4defa change-id: 20240214-damon_selftest_gitignore-d1586d2f58ff Best regards, -- Javier Carrasco <[email protected]>
