From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752171AbcIBJ3q (ORCPT ); Fri, 2 Sep 2016 05:29:46 -0400 Received: from mga05.intel.com ([192.55.52.43]:24019 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751082AbcIBJ3p (ORCPT ); Fri, 2 Sep 2016 05:29:45 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,270,1470726000"; d="scan'208";a="1034629505" Message-ID: <1472808580.7142.16.camel@linux.intel.com> Subject: [GIT PULL] tpmdd fixes for Linux 4.8 From: Jarkko Sakkinen To: James Morris Cc: linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 02 Sep 2016 12:29:40 +0300 Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [I recreated the tag and resent this because I forgot to add Reviewed-by] 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 289979f5ad937e684b65416223a8c35f21072068:   tpm: invalid self test error message (2016-09-02 12:11:29 +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(-)