From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752819AbdBTLp6 (ORCPT ); Mon, 20 Feb 2017 06:45:58 -0500 Received: from mga11.intel.com ([192.55.52.93]:43472 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752383AbdBTLp5 (ORCPT ); Mon, 20 Feb 2017 06:45:57 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,186,1484035200"; d="scan'208";a="67940154" Date: Mon, 20 Feb 2017 13:44:31 +0200 From: Jarkko Sakkinen To: James Morris Cc: linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, tpmdd-devel@lists.sourceforge.net Subject: [GIT PULL] tpmdd fixes for Linux 4.11 Message-ID: <20170220114431.hjhhpbbcooywf3f5@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.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Some small scoped but needed fixes for the release. /Jarkko The following changes since commit 52176603795c2ab7e9faf6bb94820da1b726aabd: KEYS: Use memzero_explicit() for secret data (2017-02-10 12:43:51 +1100) are available in the git repository at: git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-20170220 for you to fetch changes up to 61841be6358c03e864ad4c386c9a102edbba9cb8: tpm: declare tpm2_get_pcr_allocation() as static (2017-02-20 13:23:18 +0200) ---------------------------------------------------------------- tpmdd fixes for Linux 4.11 ---------------------------------------------------------------- Dmitry Torokhov (1): tpm: fix misspelled "facilitate" in module parameter description Jarkko Sakkinen (1): tpm: declare tpm2_get_pcr_allocation() as static Julia Lawall (1): tpm xen: drop unneeded chip variable Stefan Berger (1): tpm: Fix expected number of response bytes of TPM1.2 PCR Extend Wei Yongjun (1): tpm_tis: fix the error handling of init_tis() drivers/char/tpm/tpm-interface.c | 4 +- drivers/char/tpm/tpm.h | 1 - drivers/char/tpm/tpm2-cmd.c | 94 +++++++++++++++++++--------------------- drivers/char/tpm/tpm_tis.c | 2 +- drivers/char/tpm/xen-tpmfront.c | 2 - 5 files changed, 48 insertions(+), 55 deletions(-)