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 updates for Linux 4.9
Date: Thu, 15 Sep 2016 16:16:47 +0300 [thread overview]
Message-ID: <20160915131647.GA14623@intel.com> (raw)
Hi James,
This pull request contains tpmdd updates for Linux 4.9. There are no
major new features. This is purely a bug fix and cleanup release.
/Jarkko
The following changes since commit a39f44faa8c7d84dff7d1fc0bc851c6499f94d7b:
Merge branch 'smack-for-4.9' of http://github.com/cschaufler/smack-next into next (2016-09-15 14:43:46 +1000)
are available in the git repository at:
git://git.infradead.org/users/jjs/linux-tpmdd.git master
for you to fetch changes up to ebfd7532e985818a327906e011f3e43c8ddfdd74:
tpm: add check for minimum buffer size in tpm_transmit() (2016-09-15 16:04:21 +0300)
----------------------------------------------------------------
Jarkko Sakkinen (11):
tpm: invalid self test error message
tpm: fix a race condition in tpm2_unseal_trusted()
tpm: remove unnecessary externs from tpm.h
tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()
tpm: use tpm_transmit_cmd() in tpm2_probe()
tpm: use tpm_pcr_read_dev() in tpm_do_selftest()
tpm_crb: fix crb_req_canceled behavior
tpm_crb: remove wmb()'s
tpm_crb: refine the naming of constants
tpm_crb: fix incorrect values of cmdReady and goIdle bits
tpm: add check for minimum buffer size in tpm_transmit()
Jason Gunthorpe (1):
tpm/st33zp24: Remove useless tpm_gen_interrupt
Julia Lawall (1):
tpm: constify TPM 1.x header structures
Tomas Winkler (5):
tpm/tpm_tis: remove unused itpm variable
tmp/tpm_crb: drop include to platform_device
tpm/tpm_crb: cache cmd_size register value.
tpm/tpm_crb: drop useless cpu_to_le32 when writing to registers
tpm/tpm_crb: fix the over 80 characters checkpatch warring
drivers/char/tpm/st33zp24/st33zp24.c | 2 -
drivers/char/tpm/tpm-dev.c | 2 +-
drivers/char/tpm/tpm-interface.c | 84 +++++++++++-------------
drivers/char/tpm/tpm-sysfs.c | 4 +-
drivers/char/tpm/tpm.h | 46 ++++++-------
drivers/char/tpm/tpm2-cmd.c | 124 +++++++++++++++++++----------------
drivers/char/tpm/tpm_crb.c | 50 +++++++-------
drivers/char/tpm/tpm_tis_core.c | 24 ++++---
8 files changed, 171 insertions(+), 165 deletions(-)
next reply other threads:[~2016-09-15 13:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-15 13:16 Jarkko Sakkinen [this message]
2016-09-19 1:52 ` [GIT PULL] tpmdd updates for Linux 4.9 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=20160915131647.GA14623@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 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.