From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754651AbdCFPfY (ORCPT ); Mon, 6 Mar 2017 10:35:24 -0500 Received: from mga05.intel.com ([192.55.52.43]:36163 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753234AbdCFPfU (ORCPT ); Mon, 6 Mar 2017 10:35:20 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,254,1484035200"; d="scan'208";a="64767140" Date: Mon, 6 Mar 2017 17:35:15 +0200 From: Jarkko Sakkinen To: Jerry Snitselaar , gang.wei@intel.com Cc: 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: <20170306153515.7hxoylfqfvy5rito@intel.com> References: <20170208111137.15153-1-jarkko.sakkinen@linux.intel.com> <87efydvnk8.fsf@snitselaar.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87efydvnk8.fsf@snitselaar.org> 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 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. /Jarkko