lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 7 Aug 2017 15:15:56 -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 2/2] test_sysctl: fix sysctl.sh by making it executable

On 08/03/2017 10:57 AM, Luis R. Rodriguez wrote:
> We had just forogtten to do this. Without this the following test fails:
> 
> $ sudo make -C tools/testing/selftests/sysctl/ run_tests
> make: Entering directory '/home/mcgrof/linux-next/tools/testing/selftests/sysctl'
> /bin/sh: ./sysctl.sh: Permission denied
> selftests:  sysctl.sh [FAIL]
> /home/mcgrof/linux-next/tools/testing/selftests/sysctl
> make: Leaving directory '/home/mcgrof/linux-next/tools/testing/selftests/sysctl'
> 
> Fixes: 64b671204afd71 ("test_sysctl: add generic script to expand on tests")
> Signed-off-by: Luis R. Rodriguez <mcgrof@...nel.org>
> ---
>  tools/testing/selftests/sysctl/sysctl.sh | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  mode change 100644 => 100755 tools/testing/selftests/sysctl/sysctl.sh
> 
> diff --git a/tools/testing/selftests/sysctl/sysctl.sh b/tools/testing/selftests/sysctl/sysctl.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

Powered by Openwall GNU/*/Linux Powered by OpenVZ