This is an automated email from the git hooks/post-receive script.

jforbes pushed a commit to branch master
in repository kernel-tests.

commit c795a33179550599ca2e91fc65c7f45314334581
Author: Justin M. Forbes <[email protected]>
Date:   Tue Feb 20 09:46:56 2018 -0600

    Add dep check for nvidia-module and change sysfs-perms to warn
---
 default/sysfs-perms/runtest.sh      | 2 +-
 thirdparty/nvidia-module/runtest.sh | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/default/sysfs-perms/runtest.sh b/default/sysfs-perms/runtest.sh
index 54c4c28..47a3eb3 100755
--- a/default/sysfs-perms/runtest.sh
+++ b/default/sysfs-perms/runtest.sh
@@ -7,7 +7,7 @@ COUNT=$(find /sys -type f -perm 666 | ./ignore-files.sh | wc -l)
 if [ "$COUNT" != "0" ]; then
        echo Found world-writable files in sysfs.
        find /sys -type f -perm 666 | ./ignore-files.sh
-       exit -1
+       exit 4
 fi
 
 exit 0
diff --git a/thirdparty/nvidia-module/runtest.sh 
b/thirdparty/nvidia-module/runtest.sh
index b00a663..81ac578 100755
--- a/thirdparty/nvidia-module/runtest.sh
+++ b/thirdparty/nvidia-module/runtest.sh
@@ -12,6 +12,7 @@ fi
 # Ensure we have curl and kernel-devel
 check_dep curl
 check_dep kernel-devel
+check_dep elfutils-libelf-devel
 
 baseurl='http://http.download.nvidia.com/XFree86/Linux-x86_64'
 latest=`curl $baseurl/latest.txt | cut -d ' ' -f1`

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to