linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] tpmdd fixes for Linux 4.8
@ 2016-07-19 14:53 Jarkko Sakkinen
  2016-07-20  5:58 ` James Morris
  0 siblings, 1 reply; 4+ messages in thread
From: Jarkko Sakkinen @ 2016-07-19 14:53 UTC (permalink / raw)
  To: James Morris; +Cc: linux-security-module, linux-kernel

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] tpmdd fixes for Linux 4.8
  2016-07-19 14:53 [GIT PULL] tpmdd fixes for Linux 4.8 Jarkko Sakkinen
@ 2016-07-20  5:58 ` James Morris
  0 siblings, 0 replies; 4+ messages in thread
From: James Morris @ 2016-07-20  5:58 UTC (permalink / raw)
  To: Jarkko Sakkinen; +Cc: linux-security-module, linux-kernel

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>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] tpmdd fixes for Linux 4.8
@ 2016-09-02  9:29 Jarkko Sakkinen
  0 siblings, 0 replies; 4+ messages in thread
From: Jarkko Sakkinen @ 2016-09-02  9:29 UTC (permalink / raw)
  To: James Morris; +Cc: linux-security-module, linux-kernel

[I recreated the tag and resent this because I forgot to add Reviewed-by]

Hi

I decided to make one more pull request for 4.8. This contains only the
fix for the invalid self test message that occurs when the driver
initialiazes a TPM 2.0 chip.

I don't mind if this is postponed after 4.8 is released because this is
only a glitch and does not break semantics but I just thought since it's
such a small scoped change that I anyway make a pull request available.

/Jarkko

The following changes since commit 8ccc7d6bad84bebf1f1a6364d1fa04d3d7b575f6:

  seccomp: Remove 2-phase API documentation (2016-08-09 11:07:05 +1000)

are available in the git repository at:

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

for you to fetch changes up to 289979f5ad937e684b65416223a8c35f21072068:

  tpm: invalid self test error message (2016-09-02 12:11:29 +0300)

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

----------------------------------------------------------------
Jarkko Sakkinen (1):
      tpm: invalid self test error message

 drivers/char/tpm/tpm2-cmd.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] tpmdd fixes for Linux 4.8
@ 2016-09-02  8:05 Jarkko Sakkinen
  0 siblings, 0 replies; 4+ messages in thread
From: Jarkko Sakkinen @ 2016-09-02  8:05 UTC (permalink / raw)
  To: James Morris; +Cc: linux-security-module, linux-kernel

Hi

I decided to make one more pull request for 4.8. This contains only the
fix for the invalid self test message that occurs when the driver
initialiazes a TPM 2.0 chip.

I don't mind if this is postponed after 4.8 is released because this is
only a glitch and does not break semantics but I just thought since it's
such a small scoped change that I anyway make a pull request available.

/Jarkko

The following changes since commit 8ccc7d6bad84bebf1f1a6364d1fa04d3d7b575f6:

  seccomp: Remove 2-phase API documentation (2016-08-09 11:07:05 +1000)

are available in the git repository at:

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

for you to fetch changes up to cdd6cc36ae7c71b1220fd3b76b64040686fa6d1f:

  tpm: invalid self test error message (2016-09-02 10:34:56 +0300)

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

----------------------------------------------------------------
Jarkko Sakkinen (1):
      tpm: invalid self test error message

 drivers/char/tpm/tpm2-cmd.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-09-02  9:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-19 14:53 [GIT PULL] tpmdd fixes for Linux 4.8 Jarkko Sakkinen
2016-07-20  5:58 ` James Morris
2016-09-02  8:05 Jarkko Sakkinen
2016-09-02  9:29 Jarkko Sakkinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).