Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751376AbbLUInE (ORCPT ); Mon, 21 Dec 2015 03:43:04 -0500 Received: from mga01.intel.com ([192.55.52.88]:26418 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751030AbbLUInC (ORCPT ); Mon, 21 Dec 2015 03:43:02 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,458,1444719600"; d="scan'208";a="845620378" Date: Mon, 21 Dec 2015 10:42:58 +0200 From: Jarkko Sakkinen To: James Morris Cc: linux-security-module@vger.kernel.org, keyrings@vger.kernel.org, linux-kernel@vger.kernel.org, tpmdd-devel@lists.sourceforge.net Subject: [GIT PULL] tpmdd updates for Linux 4.5 Message-ID: <20151221084258.GA3101@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.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2815 Lines: 67 Hi Here are tpmdd updates for Linux 4.5. Sorry I didn't send this already last week but I had to hold until I get ack from Peter and Mimi before doing anything. Patches are quite well baked for a while now with the exception of small fix from Stefan to tpm_ibmvtpm, which I considered trivial enough to be included. Thanks, hope I did this right and apologies for the delay. /Jarkko The following changes since commit ebd68df3f24b318d391d15c458d6f43f340ba36a: Sync to Linus v4.4-rc2 for LSM developers. (2015-11-23 22:46:28 +1100) are available in the git repository at: https://github.com/jsakkine/linux-tpmdd.git tags/tpmdd-next-20151221 for you to fetch changes up to 5beb0c435bdde35a09376566b0e28f7df87c9f68: keys, trusted: seal with a TPM2 authorization policy (2015-12-20 15:27:13 +0200) ---------------------------------------------------------------- tpmdd updates for Linux 4.5 ---------------------------------------------------------------- Jarkko Sakkinen (3): keys, trusted: fix: *do not* allow duplicate key options keys, trusted: select hash algorithm for TPM2 chips keys, trusted: seal with a TPM2 authorization policy Jason Gunthorpe (6): tpm_tis: Use devm_free_irq not free_irq tpm_tis: Ensure interrupts are disabled when the driver starts tpm: rework tpm_get_timeouts() tpm_tis: Get rid of the duplicate IRQ probing code tpm_tis: Refactor the interrupt setup tpm_tis: Tighten IRQ auto-probing Martin Wilck (1): tpm_tis: further simplify calculation of ordinal duration Stefan Berger (1): tpm_ibmvtpm: properly handle interrupted packet receptions Documentation/security/keys-trusted-encrypted.txt | 31 ++- crypto/hash_info.c | 2 + drivers/char/tpm/tpm-interface.c | 23 +- drivers/char/tpm/tpm.h | 11 +- drivers/char/tpm/tpm2-cmd.c | 60 ++++- drivers/char/tpm/tpm_crb.c | 14 +- drivers/char/tpm/tpm_ibmvtpm.c | 22 +- drivers/char/tpm/tpm_ibmvtpm.h | 1 + drivers/char/tpm/tpm_tis.c | 256 +++++++++------------- include/crypto/hash_info.h | 3 + include/keys/trusted-type.h | 5 + include/uapi/linux/hash_info.h | 1 + security/keys/Kconfig | 1 + security/keys/trusted.c | 56 ++++- 14 files changed, 300 insertions(+), 186 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/