From patchwork Wed Aug 3 22:58:11 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Kirill A . Shutemov" X-Patchwork-Id: 9262299 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id CEA316048B for ; Wed, 3 Aug 2016 22:59:50 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C16F627FAD for ; Wed, 3 Aug 2016 22:59:50 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B52412807E; Wed, 3 Aug 2016 22:59:50 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5E84327FAD for ; Wed, 3 Aug 2016 22:59:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933022AbcHCW7S (ORCPT ); Wed, 3 Aug 2016 18:59:18 -0400 Received: from mga02.intel.com ([134.134.136.20]:8920 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933014AbcHCW7P (ORCPT ); Wed, 3 Aug 2016 18:59:15 -0400 Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 03 Aug 2016 15:58:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,468,1464678000"; d="scan'208";a="743857404" Received: from black.fi.intel.com ([10.237.72.93]) by FMSMGA003.fm.intel.com with ESMTP; 03 Aug 2016 15:58:24 -0700 Received: by black.fi.intel.com (Postfix, from userid 1000) id 9AB8434C; Thu, 4 Aug 2016 01:58:21 +0300 (EEST) From: "Kirill A. Shutemov" To: Theodore Ts'o Cc: linux-fsdevel@vger.kernel.org, "Kirill A. Shutemov" Subject: [PATCH 2/4] kvm-xfstests: do not try to insert modules Date: Thu, 4 Aug 2016 01:58:11 +0300 Message-Id: <1470265093-86525-3-git-send-email-kirill.shutemov@linux.intel.com> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1470265093-86525-1-git-send-email-kirill.shutemov@linux.intel.com> References: <1470265093-86525-1-git-send-email-kirill.shutemov@linux.intel.com> Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 --- 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..."