Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751494AbdCZQjd (ORCPT ); Sun, 26 Mar 2017 12:39:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57880 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751378AbdCZQjc (ORCPT ); Sun, 26 Mar 2017 12:39:32 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com B6E9781235 Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jsnitsel@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com B6E9781235 Date: Sun, 26 Mar 2017 12:39:29 -0400 (EDT) From: Jerry Snitselaar To: Jarkko Sakkinen Cc: gang wei , Jarkko Sakkinen , tpmdd-devel@lists.sourceforge.net, linux-security-module@vger.kernel.org, Peter Huewe , Marcel Selhorst , Jason Gunthorpe , open list Message-ID: <86502130.6118027.1490546369696.JavaMail.zimbra@redhat.com> In-Reply-To: <20170326105239.dgohwest2wmwynrd@intel.com> References: <20170324101032.13496-1-jarkko.sakkinen@iki.fi> <87lgru7cqy.fsf@redhat.com> <20170325195211.w2gfmodozgwrfxy6@intel.com> <20170326105239.dgohwest2wmwynrd@intel.com> Subject: Re: [PATCH v4] tpm_crb: request and relinquish locality 0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.3.116.125] Thread-Topic: tpm_crb: request and relinquish locality 0 Thread-Index: /p3KJ5MUx7IlCY1SdhkDRUjqarwWfw== X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Sun, 26 Mar 2017 16:39:31 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2438 Lines: 59 ----- Original Message ----- > From: "Jarkko Sakkinen" > To: "Jerry Snitselaar" , "gang wei" > Cc: "Jarkko Sakkinen" , tpmdd-devel@lists.sourceforge.net, > linux-security-module@vger.kernel.org, "Peter Huewe" , "Marcel Selhorst" , > "Jason Gunthorpe" , "open list" > Sent: Sunday, March 26, 2017 3:52:39 AM > Subject: Re: [PATCH v4] tpm_crb: request and relinquish locality 0 > > On Sat, Mar 25, 2017 at 09:52:11PM +0200, Jarkko Sakkinen wrote: > > On Fri, Mar 24, 2017 at 11:25:57AM -0700, Jerry Snitselaar wrote: > > > > > > Jarkko Sakkinen @ 2017-03-24 10:10 GMT: > > > > > > > This commit adds support for requesting and relinquishing locality 0 in > > > > tpm_crb for the course of command transmission. > > > > > > > > In order to achieve this, two new callbacks are added to struct > > > > tpm_class_ops: > > > > > > > > - request_locality > > > > - relinquish_locality > > > > > > > > With CRB interface you first set either requestAccess or relinquish bit > > > > from TPM_LOC_CTRL_x register and then wait for locAssigned and > > > > tpmRegValidSts bits to be set in the TPM_LOC_STATE_x register. > > > > > > > > The reason why were are doing this is to make sure that the driver > > > > will work properly with Intel TXT that uses locality 2. There's no > > > > explicit guarantee that it would relinquish this locality. In more > > > > general sense this commit enables tpm_crb to be a well behaving > > > > citizen in a multi locality environment. > > > > > > > > Signed-off-by: Jarkko Sakkinen > > > > > > Reviewed-by: Jerry Snitselaar > > > Tested-by: Jerry Snitselaar > > > > > > Tested on kabylake system that was hitting issues with earlier > > > iteration. Still don't have platform to test it dealing with > > > multi-locality enviroment. > > > > I believe Jimmy (Gang Wei) has done such testing. Jimmy can you confirm > > and possibly do re-test (there's a locality branch in my tree to ease > > the testing) so that we could land this one? > > > > /Jarkko > > I applied this to my master and next branches. > > /Jarkko > Hi Jarkko, The patch applied to next and master doesn't have the assignment moved inside the mutex.