Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755892AbdCGSfT (ORCPT ); Tue, 7 Mar 2017 13:35:19 -0500 Received: from mga09.intel.com ([134.134.136.24]:45635 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755596AbdCGSer (ORCPT ); Tue, 7 Mar 2017 13:34:47 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,258,1486454400"; d="scan'208";a="832002393" Date: Tue, 7 Mar 2017 20:31:38 +0200 From: Jarkko Sakkinen To: "Wei, Gang" Cc: Jerry Snitselaar , "tpmdd-devel@lists.sourceforge.net" , "linux-security-module@vger.kernel.org" , Jason Gunthorpe , open list Subject: Re: [PATCH v3 0/3] Locality support for tpm_crb Message-ID: <20170307183138.yjd3aobajntnsizg@intel.com> References: <20170208111137.15153-1-jarkko.sakkinen@linux.intel.com> <87efydvnk8.fsf@snitselaar.org> <20170306153515.7hxoylfqfvy5rito@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1179 Lines: 36 On Tue, Mar 07, 2017 at 04:41:04PM +0000, Wei, Gang wrote: > On Mon, Mar 06, 2017 at 11:35 PM +0800, Jarkko Sakkinen wrote: > > On Fri, Mar 03, 2017 at 06:27:19PM -0700, Jerry Snitselaar wrote: > > > > > > Jarkko Sakkinen @ 2017-02-08 11:11 GMT: > > > > > > > The tpm_crb driver should follow the policy of reserving and > > > > relinquishing the locality it uses when multiple localities are > > used, > > > > like when TXT is another locality. > > > > > > > > [This is a resend of v3 as this has been asked from me for a few > > times > > > > now and there wasn't anything obvious to fix.] > > > > > > > > Jarkko Sakkinen (3): > > > > tpm_crb: map locality registers > > > > tpm_crb: encapsulate crb_wait_for_reg_32 > > > > tpm_crb: request and relinquish locality 0 > > > > > > > > drivers/char/tpm/tpm_crb.c | 185 > > +++++++++++++++++++++++++++++++++------------ > > > > 1 file changed, 137 insertions(+), 48 deletions(-) > > > > > > Reviewed-by: Jerry Snitselaar > > > > Jimmy, can you give these patches Tested-by? I remember that > > you said that they are working for you. > > Sure. They did work for me. > > Jimmy Thank you! /Jarkko