modprobe in the script is harful: - it can be run under normal user (with proper access to /dev/kvm); - it's not adequate for non-Intel HW; Signed-off-by: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> --- kvm-xfstests/kvm-xfstests | 2 -- 1 file changed, 2 deletions(-) diff --git a/kvm-xfstests/kvm-xfstests b/kvm-xfstests/kvm-xfstests index 1f239976412c..b781902ef6d5 100755 --- a/kvm-xfstests/kvm-xfstests +++ b/kvm-xfstests/kvm-xfstests @@ -34,8 +34,6 @@ else LOGFILE=$DIR/log.$(date +%Y%m%d%H%M) fi -modprobe kvm-intel - if ! test -e $VDB -a -e $VDC -a -e $VDD -a -e $VDE -a -e $VDF -a -e $VDG then echo "Test disks don't exist, running setup..." -- 2.8.1 -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html