Re: [PATCH v2] selftests/damon/access_memory_even: remove unused variables

2024-09-29 Thread SeongJae Park
From: s...@kernel.org On Mon, 23 Sep 2024 21:08:45 -0700 SeongJae Park wrote: > Hi Ba, > > > Thank you for revising this patch following my comment. > > On Tue, 24 Sep 2024 10:14:26 +0800 Ba Jing > wrote: > > > By reading the code, I found these variables are never > > referenced in the code.

Re: [PATCH v2] selftests/damon/access_memory_even: remove unused variables

2024-09-25 Thread Shuah Khan
On 9/23/24 20:14, Ba Jing wrote: By reading the code, I found these variables are never referenced in the code. Just remove them. Signed-off-by: Ba Jing --- Notes: v1: https://lore.kernel.org/all/20240903034300.10443-1-baj...@cmss.chinamobile.com/ v2: Modify the commit subject and commit log.

Re: [PATCH v2] selftests/damon/access_memory_even: remove unused variables

2024-09-23 Thread Dev Jain
On 9/24/24 07:44, Ba Jing wrote: By reading the code, I found these variables are never referenced in the code. Just remove them. Signed-off-by: Ba Jing Reviewed-by: Dev Jain

Re: [PATCH v2] selftests/damon/access_memory_even: remove unused variables

2024-09-23 Thread SeongJae Park
Hi Ba, Thank you for revising this patch following my comment. On Tue, 24 Sep 2024 10:14:26 +0800 Ba Jing wrote: > By reading the code, I found these variables are never > referenced in the code. Just remove them. > > Signed-off-by: Ba Jing Reviewed-by: SeongJae Park Thanks, SJ > --- >

[PATCH v2] selftests/damon/access_memory_even: remove unused variables

2024-09-23 Thread Ba Jing
By reading the code, I found these variables are never referenced in the code. Just remove them. Signed-off-by: Ba Jing --- Notes: v1: https://lore.kernel.org/all/20240903034300.10443-1-baj...@cmss.chinamobile.com/ v2: Modify the commit subject and commit log. tools/testing/selftests/damon/ac