From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752134AbcIBIGI (ORCPT ); Fri, 2 Sep 2016 04:06:08 -0400 Received: from mga03.intel.com ([134.134.136.65]:55594 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751225AbcIBIGG (ORCPT ); Fri, 2 Sep 2016 04:06:06 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,270,1470726000"; d="scan'208";a="874393403" Date: Fri, 2 Sep 2016 11:05:21 +0300 From: Jarkko Sakkinen To: James Morris Cc: linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] tpmdd fixes for Linux 4.8 Message-ID: <20160902080521.GA7181@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 Hi I decided to make one more pull request for 4.8. This contains only the fix for the invalid self test message that occurs when the driver initialiazes a TPM 2.0 chip. I don't mind if this is postponed after 4.8 is released because this is only a glitch and does not break semantics but I just thought since it's such a small scoped change that I anyway make a pull request available. /Jarkko The following changes since commit 8ccc7d6bad84bebf1f1a6364d1fa04d3d7b575f6: seccomp: Remove 2-phase API documentation (2016-08-09 11:07:05 +1000) are available in the git repository at: git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-20160902 for you to fetch changes up to cdd6cc36ae7c71b1220fd3b76b64040686fa6d1f: tpm: invalid self test error message (2016-09-02 10:34:56 +0300) ---------------------------------------------------------------- tpmdd fixes for Linux 4.8 ---------------------------------------------------------------- Jarkko Sakkinen (1): tpm: invalid self test error message drivers/char/tpm/tpm2-cmd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)