From: Luis R. Rodriguez Date: Thu, 3 Aug 2017 16:57:12 +0000 (-0700) Subject: test_kmod: fix kmod.sh by making it executable X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0a9c40cea70d3f2dfa401bc259b318cd9aec8613;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git test_kmod: fix kmod.sh by making it executable We had just forgotten to do this. Without this if we run the following we get a permission denied: sudo make -C tools/testing/selftests/kmod/ run_tests make: Entering directory '/home/mcgrof/linux-next/tools/testing/selftests/kmod' /bin/sh: ./kmod.sh: Permission denied selftests: kmod.sh [FAIL] /home/mcgrof/linux-next/tools/testing/selftests/kmod make: Leaving directory '/home/mcgrof/linux-next/tools/testing/selftests/kmod Fixes: 39258f448d71 ("kmod: add test driver to stress test the module loader") Signed-off-by: Luis R. Rodriguez Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/kmod/kmod.sh b/tools/testing/selftests/kmod/kmod.sh old mode 100644 new mode 100755