Hello, On Mon, 12 Feb 2024 20:43:39 +0100 Javier Carrasco <[email protected]> wrote:
> This binary is missing in the .gitignore and stays as an untracked file. > > Reported-by: Bernd Edlinger <[email protected]> > Signed-off-by: Javier Carrasco <[email protected]> 'checkpatch.pl' complains as below: WARNING: Reported-by: should be immediately followed by Closes: with a URL to the report #11: Reported-by: Bernd Edlinger <[email protected]> Signed-off-by: Javier Carrasco <[email protected]> I guess the 'Closes:' could this link? https://lore.kernel.org/r/as8p193mb1285c963658008f1b2702af7e4...@as8p193mb1285.eurp193.prod.outlook.com Also, note that this conflicts on mm-unstable. Other than those, Reviewed-by: SeongJae Park <[email protected]> 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 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 > > -- > 2.40.1
