Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755119AbdCGQni convert rfc822-to-8bit (ORCPT ); Tue, 7 Mar 2017 11:43:38 -0500 Received: from mga02.intel.com ([134.134.136.20]:39953 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755560AbdCGQmS (ORCPT ); Tue, 7 Mar 2017 11:42:18 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,258,1486454400"; d="scan'208";a="1105830446" From: "Wei, Gang" To: Jarkko Sakkinen , Jerry Snitselaar 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 Thread-Topic: [PATCH v3 0/3] Locality support for tpm_crb Thread-Index: AQHSlo9NyGFbicSpOEG8vOAy2TExfaGJlKUw Date: Tue, 7 Mar 2017 16:41:04 +0000 Message-ID: References: <20170208111137.15153-1-jarkko.sakkinen@linux.intel.com> <87efydvnk8.fsf@snitselaar.org> <20170306153515.7hxoylfqfvy5rito@intel.com> In-Reply-To: <20170306153515.7hxoylfqfvy5rito@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1037 Lines: 31 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