RE: [PATCH V3 0/8] IOMMU probe deferral support

2016-11-20 Thread Sricharan
Hi Robin, >Hi Robin, > >>Hi Robin, >> >>>On 04/11/16 15:16, Sricharan wrote: Hi Robin, >>> Yikes, on second look, that definitely shouldn't be happening. >>> Everything below is probably the resulting fallout. >> >> [ 40.206703] vfio-pci :08:00.0: Failed to setup io

Re: [RFC PATCH v3 10/20] Add support to access boot related data in the clear

2016-11-20 Thread Borislav Petkov
On Sat, Nov 19, 2016 at 12:33:49PM -0600, Tom Lendacky wrote: > >> +{ > >> + /* SME is not active, just return true */ > >> + if (!sme_me_mask) > >> + return true; > > > > I don't understand the logic here: SME is not active -> apply encryption?! > > It does seem counter-intuitive, but