From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932768AbcIBTlJ (ORCPT ); Fri, 2 Sep 2016 15:41:09 -0400 Received: from mga07.intel.com ([134.134.136.100]:34976 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932407AbcIBTlH (ORCPT ); Fri, 2 Sep 2016 15:41:07 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,272,1470726000"; d="scan'208";a="1050776422" Date: Fri, 2 Sep 2016 22:41:00 +0300 From: Jarkko Sakkinen To: Peter Huewe Cc: linux-security-module@vger.kernel.org, Stefan Berger , Marcel Selhorst , Jason Gunthorpe , "moderated list:TPM DEVICE DRIVER" , open list Subject: Re: [PATCH 4/4] tpm_crb: fix incorrect values of cmdReady and goIdle bits Message-ID: <20160902194100.GA25014@intel.com> References: <1472844861-24599-1-git-send-email-jarkko.sakkinen@linux.intel.com> <1472844861-24599-5-git-send-email-jarkko.sakkinen@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1472844861-24599-5-git-send-email-jarkko.sakkinen@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 02, 2016 at 10:34:20PM +0300, Jarkko Sakkinen wrote: > CRB_CTRL_CMD_READY and CRB_CTRL_GO_IDLE have incorrect values. > > Signed-off-by: Jarkko Sakkinen Fixes: 30fc8d138e91 ("tpm: TPM 2.0 CRB Interface") Cc: stable@vger.kernel.org /Jarkko