From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751731AbcBND1Q (ORCPT ); Sat, 13 Feb 2016 22:27:16 -0500 Received: from mga11.intel.com ([192.55.52.93]:6740 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751327AbcBND1P (ORCPT ); Sat, 13 Feb 2016 22:27:15 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,443,1449561600"; d="scan'208";a="914755617" Date: Sun, 14 Feb 2016 05:27:12 +0200 From: Jarkko Sakkinen To: Jason Gunthorpe Cc: David Howells , Peter Huewe , tpmdd-devel@lists.sourceforge.net, Marcel Selhorst , linux-kernel@vger.kernel.org, jmorris@namei.org Subject: Re: [PATCH v2 0/4] tpm: last minute critical fixes for Linux 4.5 Message-ID: <20160214032712.GA3586@intel.com> References: <1455371228-20431-1-git-send-email-jarkko.sakkinen@linux.intel.com> <3032da9f-01c0-4c09-9acc-cc4fa3e41fa8@email.android.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <3032da9f-01c0-4c09-9acc-cc4fa3e41fa8@email.android.com> 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 On Sat, Feb 13, 2016 at 02:55:56PM -0700, Jason Gunthorpe wrote: > Hi Peter, > > Please don't grab my patch in this pull, it is broken. Please send an updated fix. I'll check it through and include it to the final pull request. > Thanks > Jason /Jarkko > > On Feb 13, 2016 6:47 AM, Jarkko Sakkinen wrote: > > > > These are critical to get to Linux 4.5 in order to get the chip refcount > > management stabilized and API/ABI for policy based sealing correct. > > > > Harald Hoyer (1): > >   tpm_eventlog.c: fix binary_bios_measurements > > > > Jarkko Sakkinen (2): > >   tpm: fix: keep auth session intact after unseal operation > >   tpm: fix: rollback when devm_add_action() fails > > > > Jason Gunthorpe (1): > >   tpm: Hold the kref during tpm_chip_find_get > > > > drivers/char/tpm/tpm-chip.c     |  9 ++++++++- > > drivers/char/tpm/tpm.h          |  1 + > > drivers/char/tpm/tpm2-cmd.c     | 10 +++++++--- > > drivers/char/tpm/tpm_eventlog.c | 10 ++++++++-- > > 4 files changed, 24 insertions(+), 6 deletions(-) > > > > -- > > 2.7.0 > >