All of lore.kernel.org
 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, tpmdd-devel@lists.sourceforge.net
Subject: [GIT PULL] tpmdd updates for Linux 4.11
Date: Fri, 3 Feb 2017 22:41:55 +0200	[thread overview]
Message-ID: <20170203204155.wjycqoojowivn24u@intel.com> (raw)

Hi

This is the second flush of updates for 4.11. 

The pull request include two new features:

1. Extension to tpm_pcr_extend() (used by IMA) to extend all PCR banks
instead of just SHA-1 banks. It is recommended by TCG to do so in order
to prevent malicious use of PCRs.
2. TPM 2.0 event log with backend support for OF device tree.

/Jarkko

The following changes since commit 20f482ab9e0f800d1e01ce748ebd382d085abe56:

  ima: allow to check MAY_APPEND (2017-01-27 14:17:21 -0500)

are available in the git repository at:

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

for you to fetch changes up to 70ea163699b68963e222a905e184f6436e8a290d:

  tpm: silence an array overflow warning (2017-02-03 22:33:55 +0200)

----------------------------------------------------------------
tpmdd updates for Linux 4.11

----------------------------------------------------------------
Dan Carpenter (1):
      tpm: silence an array overflow warning

Jarkko Sakkinen (2):
      tpm: remove tpm_read_index and tpm_write_index from tpm.h
      tpm: fix RC value check in tpm2_seal_trusted

Jason Gunthorpe (1):
      tpm: Begin the process to deprecate user_read_timer

Maciej S. Szmigiero (1):
      tpm_tis: fix iTPM probe via probe_itpm() function

Nayna Jain (4):
      tpm: implement TPM 2.0 capability to get active PCR banks
      tpm: enhance TPM 2.0 PCR extend to support multiple banks
      tpm: enhance read_log_of() to support Physical TPM event log
      tpm: add securityfs support for TPM 2.0 firmware event log

Stefan Berger (1):
      tpm: fix the type of owned field in cap_t

 drivers/char/tpm/Kconfig                           |   1 +
 drivers/char/tpm/Makefile                          |   2 +-
 drivers/char/tpm/tpm-dev.c                         |   5 +-
 drivers/char/tpm/tpm-interface.c                   |  14 +-
 drivers/char/tpm/tpm.h                             |  39 ++--
 .../char/tpm/{tpm_eventlog.c => tpm1_eventlog.c}   |  35 ++--
 drivers/char/tpm/tpm2-cmd.c                        | 170 ++++++++++++-----
 drivers/char/tpm/tpm2_eventlog.c                   | 203 +++++++++++++++++++++
 drivers/char/tpm/tpm_acpi.c                        |   3 +
 drivers/char/tpm/tpm_atmel.h                       |   6 +
 drivers/char/tpm/tpm_eventlog.h                    |  51 +++++-
 drivers/char/tpm/tpm_nsc.c                         |  12 ++
 drivers/char/tpm/tpm_of.c                          |  27 ++-
 drivers/char/tpm/tpm_tis_core.c                    |  25 +--
 14 files changed, 497 insertions(+), 96 deletions(-)
 rename drivers/char/tpm/{tpm_eventlog.c => tpm1_eventlog.c} (95%)
 create mode 100644 drivers/char/tpm/tpm2_eventlog.c

             reply	other threads:[~2017-02-03 20:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-03 20:41 Jarkko Sakkinen [this message]
2017-02-03 23:34 ` [GIT PULL] tpmdd updates for Linux 4.11 James Morris
  -- strict thread matches above, loose matches on Subject: below --
2017-01-23 16:36 Jarkko Sakkinen
2017-01-23 22:38 ` James Morris

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=20170203204155.wjycqoojowivn24u@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 \
    --cc=tpmdd-devel@lists.sourceforge.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.