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> > ---