From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751118AbZGCIWJ (ORCPT ); Fri, 3 Jul 2009 04:22:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751678AbZGCIV4 (ORCPT ); Fri, 3 Jul 2009 04:21:56 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:56465 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751401AbZGCIVy (ORCPT ); Fri, 3 Jul 2009 04:21:54 -0400 Date: Fri, 3 Jul 2009 10:21:11 +0200 From: Ingo Molnar To: Pavel Machek Cc: Joseph Cihula , linux-kernel@vger.kernel.org, arjan@linux.intel.com, hpa@zytor.com, andi@firstfloor.org, chrisw@sous-sol.org, jmorris@namei.org, jbeulich@novell.com, peterm@redhat.com, gang.wei@intel.com, shane.wang@intel.com Subject: Re: [RFC v6][PATCH 4/4] intel_txt: force IOMMU on for Intel(R) TXT launch Message-ID: <20090703082111.GD21833@elte.hu> References: <4A4ACA6E.6080702@intel.com> <20090702213013.GC1419@ucw.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090702213013.GC1419@ucw.cz> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Pavel Machek wrote: > > On Tue 2009-06-30 19:31:10, Joseph Cihula wrote: > > The tboot module will DMA protect all of memory in order to ensure the that > > kernel will be able to initialize without compromise (from DMA). Consequently, > > the kernel must enable Intel(R) Virtualization Technology for Directed I/O > > (VT-d or Intel IOMMU) in order to replace this broad protection with the > > appropriate page-granular protection. Otherwise DMA devices will be unable > > to read or write from memory and the kernel will eventually panic. > > > > Because runtime IOMMU support is configurable by command line options, this > > patch will force it to be enabled regardless of the options specified, and will > > log a message if it was required to force it on. > > > > > > dmar.c | 7 +++++++ > > intel-iommu.c | 17 +++++++++++++++-- > > 2 files changed, 22 insertions(+), 2 deletions(-) > > > > Signed-off-by: Joseph Cihula > > Signed-off-by: Shane Wang > > NAK. Breaks user expectations, misses docs updates. What's your proposed solution? If an incompatible IOMMU option is specified should the kernel to disable TXT and panic? Ingo