linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
To: James Morris <jmorris@namei.org>
Cc: linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] tpmdd fixes for Linux 4.8
Date: Tue, 19 Jul 2016 17:53:35 +0300	[thread overview]
Message-ID: <20160719145335.GA19190@intel.com> (raw)

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

             reply	other threads:[~2016-07-19 14:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-19 14:53 Jarkko Sakkinen [this message]
2016-07-20  5:58 ` [GIT PULL] tpmdd fixes for Linux 4.8 James Morris
  -- strict thread matches above, loose matches on Subject: below --
2016-09-02  8:05 Jarkko Sakkinen
2016-09-02  9:29 Jarkko Sakkinen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160719145335.GA19190@intel.com \
    --to=jarkko.sakkinen@linux.intel.com \
    --cc=jmorris@namei.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-security-module@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).