[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f4c6a0c4-2b70-3f19-ca9d-a7b5416d0700@kernel.org>
Date: Mon, 7 Aug 2017 15:15:24 -0600
From: Shuah Khan <shuah@...nel.org>
To: "Luis R. Rodriguez" <mcgrof@...nel.org>,
linux-kselftest@...r.kernel.org
Cc: akpm@...ux-foundation.org, keescook@...omium.org, pmladek@...e.com,
dan.carpenter@...cle.com, colin.king@...onical.com,
dcb314@...mail.com, linux-kernel@...r.kernel.org,
Shuah Khan <shuah@...nel.org>
Subject: Re: [PATCH 1/2] test_kmod: fix kmod.sh by making it executable
On 08/03/2017 10:57 AM, Luis R. Rodriguez wrote:
> 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 <mcgrof@...nel.org>
> ---
> tools/testing/selftests/kmod/kmod.sh | 0
> 1 file changed, 0 insertions(+), 0 deletions(-)
> mode change 100644 => 100755 tools/testing/selftests/kmod/kmod.sh
>
> diff --git a/tools/testing/selftests/kmod/kmod.sh b/tools/testing/selftests/kmod/kmod.sh
> old mode 100644
> new mode 100755
>
Thanks. Applied to linux-kselftest fixes for 4.13-final
thanks,
-- Shuah
Powered by blists - more mailing lists