Re: [PATCH 2/2] selftests: damon: change scripts to be executable
From: SeongJae Park
Date: Tue Feb 21 2023 - 12:56:41 EST
On Tue, 21 Feb 2023 08:08:37 +0100 Anders Roxell <anders.roxell@xxxxxxxxxx> wrote:
> When running kselftest-damon The following issues shows up:
>
> '# Warning: file debugfs_attrs.sh is not executable'
>
> Changing the scripts so they are executable.
I tried to make similar changes before[1], but resulted in making a change in
kselftest following Greg's comment[2]. So it might make sense to remove the
warning message from kselftest instead of this change, though I think this
change also looks good. Could I ask others' opinions?
[1] https://lore.kernel.org/mm-commits/20210810112050.22225-1-sj38.park@xxxxxxxxx/
[2] https://lore.kernel.org/mm-commits/YRJisBs9AunccCD4@xxxxxxxxx/
Thanks,
SJ
>
> Signed-off-by: Anders Roxell <anders.roxell@xxxxxxxxxx>
> ---