Message ID | 1470265093-86525-3-git-send-email-kirill.shutemov@linux.intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Aug 04, 2016 at 01:58:11AM +0300, Kirill A. Shutemov wrote: > 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@linux.intel.com> Applied, thanks. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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..."
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@linux.intel.com> --- kvm-xfstests/kvm-xfstests | 2 -- 1 file changed, 2 deletions(-)