Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1446533 > unrolled thread

[GIT PULL] tpmdd fixes for Linux 4.8

Started byJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
First post2016-07-19 17:00 +0200
Last post2016-07-20 08:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] tpmdd fixes for Linux 4.8 Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-07-19 17:00 +0200
    Re: [GIT PULL] tpmdd fixes for Linux 4.8 James Morris <jmorris@namei.org> - 2016-07-20 08:00 +0200

#1446533 — [GIT PULL] tpmdd fixes for Linux 4.8

FromJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Date2016-07-19 17:00 +0200
Subject[GIT PULL] tpmdd fixes for Linux 4.8
Message-ID<rWEF4-5jj-9@gated-at.bofh.it>
James,

This pull contains fixes for found regressions and TPM2 support for the
Nuvoton driver. The changes are rebased against the latest
security/next.

/Jarkko

The following changes since commit d4d03f74a73f3b8b2801d4d02011b6b69778cbcc:

  apparmor: fix arg_size computation for when setprocattr is null terminated (2016-07-12 08:43:10 -0700)

are available in the git repository at:

  git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-20160719

for you to fetch changes up to 82cc1a49b6358394938e759dc4c22b2be773bbad:

  tpm: Add TPM 2.0 support to the Nuvoton i2c driver (NPCT6xx family) (2016-07-19 17:43:38 +0300)

----------------------------------------------------------------
tpmdd fixes for Linux 4.8

----------------------------------------------------------------
Andrew Zamansky (1):
      tpm2_i2c_nuvoton: add irq validity check

Andrey Pronin (1):
      tpm: read burstcount from TPM_STS in one 32-bit transaction

Jason Gunthorpe (2):
      tpm: Factor out common startup code
      tpm: Add TPM 2.0 support to the Nuvoton i2c driver (NPCT6xx family)

Sudip Mukherjee (1):
      tpm: use devm_add_action_or_reset

apronin@chromium.org (2):
      tpm_tis_core: convert max timeouts from msec to jiffies
      tpm: fix byte-order for the value read by tpm2_get_tpm_pt

 .../devicetree/bindings/i2c/trivial-devices.txt    |  1 +
 drivers/char/tpm/st33zp24/st33zp24.c               |  4 +-
 drivers/char/tpm/tpm-chip.c                        | 17 ++++++--
 drivers/char/tpm/tpm-interface.c                   | 27 ++++++++++++
 drivers/char/tpm/tpm.h                             |  4 +-
 drivers/char/tpm/tpm2-cmd.c                        | 48 +++++++++++++++++++---
 drivers/char/tpm/tpm_crb.c                         | 10 +----
 drivers/char/tpm/tpm_i2c_atmel.c                   |  6 +--
 drivers/char/tpm/tpm_i2c_infineon.c                |  4 +-
 drivers/char/tpm/tpm_i2c_nuvoton.c                 | 39 ++++++++++--------
 drivers/char/tpm/tpm_tis_core.c                    | 43 ++++---------------
 drivers/char/tpm/tpm_vtpm_proxy.c                  |  9 +---
 include/linux/tpm.h                                |  5 +++
 13 files changed, 127 insertions(+), 90 deletions(-)

[toc] | [next] | [standalone]


#1446985

FromJames Morris <jmorris@namei.org>
Date2016-07-20 08:00 +0200
Message-ID<rWSI1-5QV-3@gated-at.bofh.it>
In reply to#1446533
On Tue, 19 Jul 2016, Jarkko Sakkinen wrote:

> James,
> 
> This pull contains fixes for found regressions and TPM2 support for the
> Nuvoton driver. The changes are rebased against the latest
> security/next.
> 
> /Jarkko
> 
> The following changes since commit d4d03f74a73f3b8b2801d4d02011b6b69778cbcc:
> 
>   apparmor: fix arg_size computation for when setprocattr is null terminated (2016-07-12 08:43:10 -0700)
> 
> are available in the git repository at:
> 
>   git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-20160719
> 
> for you to fetch changes up to 82cc1a49b6358394938e759dc4c22b2be773bbad:
> 
>   tpm: Add TPM 2.0 support to the Nuvoton i2c driver (NPCT6xx family) (2016-07-19 17:43:38 +0300)
> 

Pulled, thanks.

-- 
James Morris
<jmorris@namei.org>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web