Re: [PATCH] selftests/net: Fix permissions for fib_tests.sh

From: David Miller
Date: Thu Jun 28 2018 - 03:15:52 EST


From: Shuah Khan <shuah@xxxxxxxxxx>
Date: Tue, 26 Jun 2018 12:22:28 -0600

> On 06/19/2018 10:20 AM, Daniel Díaz wrote:
>> fib_tests.sh became non-executable at some point. This is
>> what happens:
>> selftests: net: fib_tests.sh: Warning: file fib_tests.sh is
>> not executable, correct this.
>> not ok 1..11 selftests: net: fib_tests.sh [FAIL]
>>
>> Fixes: d69faad76584 ("selftests: fib_tests: Add prefix route tests with metric")
>>
>> Signed-off-by: Daniel Díaz <daniel.diaz@xxxxxxxxxx>
>> ---
>> tools/testing/selftests/net/fib_tests.sh | 0
>> 1 file changed, 0 insertions(+), 0 deletions(-)
>> mode change 100644 => 100755 tools/testing/selftests/net/fib_tests.sh
>>
>> diff --git a/tools/testing/selftests/net/fib_tests.sh b/tools/testing/selftests/net/fib_tests.sh
>> old mode 100644
>> new mode 100755
>>
>
> Hi David,
>
> Are you planning to pick this up for 4.18-rc3 or later?

Applied, thanks.