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

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


From: Rishabh Bhatnagar <risbhat at amazon.com>

BugLink: https://bugs.launchpad.net/bugs/2015440

Commit 04a331c9dd66 reverted change 2537b637eac0 (ipv4: Fix
incorrect route flushing when source address is deleted) that
added the fib_tests.sh file back with wrong permissions.
Fix that in this commit.

Signed-off-by: Rishabh Bhatnagar <risbhat at amazon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
(cherry picked from commit f0c95f229a671b9ac217c0abb2f86f0649a41b5a linux-stable/linux-5.4.y)
Signed-off-by: Po-Hsu Lin <po-hsu.lin at canonical.com>
---
 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
-- 
2.25.1




More information about the kernel-team mailing list