mbox

[tpmdd-devel,GIT,PULL] TPM fixes for v4.4

Message ID 20151110090617.GA21837@intel.com
State New
Headers show

Pull-request

https://github.com/jsakkine/linux-tpmdd.git tags/tpmdd-next-20151110

Message

Jarkko Sakkinen Nov. 10, 2015, 9:06 a.m. UTC
Hi James,

Here are all critical fixes for the v4.4 changes. I've tried to be
conservative. Hope I don't screw this one :)

BR,
/Jarkko

The following changes since commit ba94c3ff20c9c179f2a80f0e4c71e1571ebbf5c7:

  Merge tag 'keys-next-20151021' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next (2015-10-23 12:07:52 +1100)

are available in the git repository at:

  https://github.com/jsakkine/linux-tpmdd.git tags/tpmdd-next-20151110

for you to fetch changes up to d56e4f75346933dd2cb11533a668ce883908c859:

  tpm: fix compat 'ppi' link handling in tpm_chip_register() (2015-11-09 17:52:56 +0200)

----------------------------------------------------------------
TPM fixes for v4.4

----------------------------------------------------------------
Christophe JAILLET (1):
      TPM: Avoid reference to potentially freed memory

Jarkko Sakkinen (3):
      TPM: revert the list handling logic fixed in 398a1e7
      tpm: fix missing migratable flag in sealing functionality for TPM2
      tpm: fix compat 'ppi' link handling in tpm_chip_register()

Martin Wilck (2):
      tpm_tis: free irq after probing
      tpm_tis: restore IRQ vector in IO memory after failed probing

 drivers/char/tpm/tpm-chip.c | 20 +++++++++++---------
 drivers/char/tpm/tpm2-cmd.c | 15 ++++++++++-----
 drivers/char/tpm/tpm_of.c   |  3 ++-
 drivers/char/tpm/tpm_tis.c  |  8 +++++++-
 4 files changed, 30 insertions(+), 16 deletions(-)

------------------------------------------------------------------------------

Comments

Peter Hüwe Nov. 12, 2015, 5:24 a.m. UTC | #1
Hi James

> Here are all critical fixes for the v4.4 changes. I've tried to be
> conservative. Hope I don't screw this one :)
> 
> BR,
> /Jarkko
> 
> The following changes since commit ba94c3ff20c9c179f2a80f0e4c71e1571ebbf5c7:
> 
>   Merge tag 'keys-next-20151021' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next (2015-10-23 12:07:52 +1100)
> 
> are available in the git repository at:
> 
>   https://github.com/jsakkine/linux-tpmdd.git tags/tpmdd-next-20151110
> 
> for you to fetch changes up to d56e4f75346933dd2cb11533a668ce883908c859:
> 
>   tpm: fix compat 'ppi' link handling in tpm_chip_register() (2015-11-09 17:52:56 +0200)

the fixes and pull request is fine and aligned  with me.
Acked-by: Peter Huewe <peterhuewe@gmx.de>

Thanks,
Peter

------------------------------------------------------------------------------