From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754755AbcI0JLB (ORCPT ); Tue, 27 Sep 2016 05:11:01 -0400 Received: from mga03.intel.com ([134.134.136.65]:52632 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752885AbcI0JLA (ORCPT ); Tue, 27 Sep 2016 05:11:00 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,404,1470726000"; d="scan'208";a="1037030245" Date: Tue, 27 Sep 2016 12:10:54 +0300 From: Jarkko Sakkinen To: James Morris Cc: linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] tpmdd reverts for Linux 4.9 Message-ID: <20160927091054.GA17915@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, I had a typo in my PR command: git request-pull security/next git://git.infradead.org/users/jjs/linux-tpmdd.git master > tpmdd-next-20160915.txt ^^^^^^ That should have been the signed tag tpmdd-next-20160915. This caused four commits slip into your tree that are not meant for 4.9 release. I created a script to generate the signed tag + PR as a corrective measure. /Jarkko The following changes since commit 8a17ef9d8543744a0c6a6f5fdc65b5770e7eaa64: Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux into next (2016-09-21 11:54:19 +1000) are available in the git repository at: git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-20160927 for you to fetch changes up to 324152502b0ef2f65a3fe039b7dcd27b223d14ac: Revert "tpm/tpm_crb: implement tpm crb idle state" (2016-09-27 12:02:13 +0300) ---------------------------------------------------------------- tpmdd reverts for Linux 4.9 ---------------------------------------------------------------- Jarkko Sakkinen (4): Revert "tmp/tpm_crb: implement runtime pm for tpm_crb" Revert "tpm/tpm_crb: open code the crb_init into acpi_add" Revert "tmp/tpm_crb: fix Intel PTT hw bug during idle state" Revert "tpm/tpm_crb: implement tpm crb idle state" drivers/char/tpm/tpm-interface.c | 5 -- drivers/char/tpm/tpm_crb.c | 173 ++++++--------------------------------- 2 files changed, 24 insertions(+), 154 deletions(-)