mbox

[tpmdd-devel,PULL,REQUEST] Pull TPM Fixes for 3.20-rcX

Message ID 201502151756.18381.PeterHuewe@gmx.de
State Accepted, archived
Headers show

Pull-request

https://github.com/PeterHuewe/linux-tpmdd

Message

Peter Hüwe Feb. 15, 2015, 4:56 p.m. UTC
Hi James,

can you please pull the following fixes for 3.20-rcX (or 3.21 if not possible).
It includes two patches for the newly introduced tpm20 code as well as one stable fix for the ibmvtpm.

based against your -next.

Thanks,
Peter




The following changes since commit 04f81f0154e4bf002be6f4d85668ce1257efa4d9:

  cipso: don't use IPCB() to locate the CIPSO IP option (2015-02-11 14:46:37 -0500)

are available in the git repository at:

  https://github.com/PeterHuewe/linux-tpmdd 

for you to fetch changes up to eb71f8a5e33fa1066fb92f0111ab366a341e1f6c:

  Added Little Endian support to vtpm module (2015-02-15 17:36:05 +0100)

----------------------------------------------------------------
Jarkko Sakkinen (2):
      tpm: fix suspend/resume paths for TPM 2.0
      tpm, tpm_tis: fix TPM 2.0 probing

honclo (1):
      Added Little Endian support to vtpm module

 drivers/char/tpm/tpm-interface.c |  6 ++--
 drivers/char/tpm/tpm.h           |  5 ++--
 drivers/char/tpm/tpm2-cmd.c      | 59 ++++++++++++++++++++++++++++++----------
 drivers/char/tpm/tpm_crb.c       | 20 ++++----------
 drivers/char/tpm/tpm_ibmvtpm.c   | 20 ++++++++------
 drivers/char/tpm/tpm_tis.c       | 37 ++++++++++++-------------
 6 files changed, 85 insertions(+), 62 deletions(-)

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/

Comments

James Morris Feb. 16, 2015, 2:24 a.m. UTC | #1
On Sun, 15 Feb 2015, Peter Hüwe wrote:

> Hi James,
> 
> can you please pull the following fixes for 3.20-rcX (or 3.21 if not possible).
> It includes two patches for the newly introduced tpm20 code as well as one stable fix for the ibmvtpm.
> 
> based against your -next.
> 
> Thanks,
> Peter
> 
> 

Queued for current Linus, thanks.