[F][SRU][PATCH 0/1] selftests: Fix the executable permissions for fib_tests.sh

Po-Hsu Lin po-hsu.lin at canonical.com
Thu Apr 6 08:26:47 UTC 2023


[Impact]
When applying the following commit via stable update (bug 2011625):
  Revert "ipv4: Fix incorrect route flushing when source address is
  deleted"

The executable bit of this script was dropped. And this test will be
skipped on 5.4:
 # selftests: net: fib_tests.sh
 # Warning: file fib_tests.sh is missing!
 not ok 1 selftests: net: fib_tests.sh

[Fix]
* f0c95f229a ("selftests: Fix the executable permissions for fib_tests.sh")

This can be cherry-picked to Focal from linux-5.4.y of the stable tree.

[Test]
Run the test with the patched kernel. This test will not be skipped.

[Where problems could occur]
This change just allow the script to get tested, however we will see
failures reported from this test.

Rishabh Bhatnagar (1):
  selftests: Fix the executable permissions for fib_tests.sh

 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

-- 
2.25.1




More information about the kernel-team mailing list