From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754587AbcIONQ7 (ORCPT ); Thu, 15 Sep 2016 09:16:59 -0400 Received: from mga14.intel.com ([192.55.52.115]:44845 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751169AbcIONQv (ORCPT ); Thu, 15 Sep 2016 09:16:51 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,339,1470726000"; d="scan'208";a="9021217" Date: Thu, 15 Sep 2016 16:16:47 +0300 From: Jarkko Sakkinen To: James Morris Cc: linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] tpmdd updates for Linux 4.9 Message-ID: <20160915131647.GA14623@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 James, This pull request contains tpmdd updates for Linux 4.9. There are no major new features. This is purely a bug fix and cleanup release. /Jarkko The following changes since commit a39f44faa8c7d84dff7d1fc0bc851c6499f94d7b: Merge branch 'smack-for-4.9' of http://github.com/cschaufler/smack-next into next (2016-09-15 14:43:46 +1000) are available in the git repository at: git://git.infradead.org/users/jjs/linux-tpmdd.git master for you to fetch changes up to ebfd7532e985818a327906e011f3e43c8ddfdd74: tpm: add check for minimum buffer size in tpm_transmit() (2016-09-15 16:04:21 +0300) ---------------------------------------------------------------- Jarkko Sakkinen (11): tpm: invalid self test error message tpm: fix a race condition in tpm2_unseal_trusted() tpm: remove unnecessary externs from tpm.h tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt() tpm: use tpm_transmit_cmd() in tpm2_probe() tpm: use tpm_pcr_read_dev() in tpm_do_selftest() tpm_crb: fix crb_req_canceled behavior tpm_crb: remove wmb()'s tpm_crb: refine the naming of constants tpm_crb: fix incorrect values of cmdReady and goIdle bits tpm: add check for minimum buffer size in tpm_transmit() Jason Gunthorpe (1): tpm/st33zp24: Remove useless tpm_gen_interrupt Julia Lawall (1): tpm: constify TPM 1.x header structures Tomas Winkler (5): tpm/tpm_tis: remove unused itpm variable tmp/tpm_crb: drop include to platform_device tpm/tpm_crb: cache cmd_size register value. tpm/tpm_crb: drop useless cpu_to_le32 when writing to registers tpm/tpm_crb: fix the over 80 characters checkpatch warring drivers/char/tpm/st33zp24/st33zp24.c | 2 - drivers/char/tpm/tpm-dev.c | 2 +- drivers/char/tpm/tpm-interface.c | 84 +++++++++++------------- drivers/char/tpm/tpm-sysfs.c | 4 +- drivers/char/tpm/tpm.h | 46 ++++++------- drivers/char/tpm/tpm2-cmd.c | 124 +++++++++++++++++++---------------- drivers/char/tpm/tpm_crb.c | 50 +++++++------- drivers/char/tpm/tpm_tis_core.c | 24 ++++--- 8 files changed, 171 insertions(+), 165 deletions(-)