From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from imap.thunk.org ([74.207.234.97]:54892 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936782AbcHEU7i (ORCPT ); Fri, 5 Aug 2016 16:59:38 -0400 Date: Fri, 5 Aug 2016 16:59:36 -0400 From: Theodore Ts'o To: "Kirill A. Shutemov" Cc: linux-fsdevel@vger.kernel.org Subject: Re: [PATCH 2/4] kvm-xfstests: do not try to insert modules Message-ID: <20160805205936.GC21538@thunk.org> References: <1470265093-86525-1-git-send-email-kirill.shutemov@linux.intel.com> <1470265093-86525-3-git-send-email-kirill.shutemov@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1470265093-86525-3-git-send-email-kirill.shutemov@linux.intel.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: 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 Applied, thanks. - Ted