From: jarkko.sakkinen@linux.intel.com (Jarkko Sakkinen)
To: linux-security-module@vger.kernel.org
Subject: [GIT PULL] tpmdd updates for Linux 4.15
Date: Wed, 18 Oct 2017 18:48:24 +0300 [thread overview]
Message-ID: <20171018154824.5mgrgr7jnlfwgujt@linux.intel.com> (raw)
Hi
Contains mostly minor fixes.
Selected more essential changes:
* Essential clean up for tpm_crb so that ARM64 and x86 versions do not
distract each other as much as before.
* /dev/tpm0 rejects now too short writes (shorter buffer than specified in
the command header.
* Use DMA-safe buffer in tpm_tis_spi.
/Jarkko
The following changes since commit 25eabb13c7d67ae32298015c5e28d00f604f412c:
Merge tag 'v4.14-rc2' into next-general (2017-09-24 22:41:55 -0700)
are available in the git repository at:
git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-20171018
for you to fetch changes up to 33957a104c86985f087b08a363590a948c9ff08c:
tpm, tpm_tis: use ARRAY_SIZE() to define TPM_HID_USR_IDX (2017-10-18 18:28:49 +0300)
----------------------------------------------------------------
tpmdd updates for Linux 4.15
----------------------------------------------------------------
Alexander Steffen (5):
tpm_tis_spi: Use DMA-safe memory for SPI transfers
tpm: Trigger only missing TPM 2.0 self tests
tpm: Use dynamic delay to wait for TPM 2.0 self test result
tpm: React correctly to RC_TESTING from TPM 2.0 self tests
tpm-dev-common: Reject too short writes
Arnd Bergmann (1):
tpm: constify transmit data pointers
Colin Ian King (1):
tpm_tis: make array cmd_getticks static const to shrink object code size
Jarkko Sakkinen (4):
tpm: migrate pubek_show to struct tpm_buf
tpm: fix type of a local variable in tpm2_get_cc_attrs_tbl()
tpm: fix type of a local variable in tpm2_map_command()
tpm: fix type of a local variables in tpm_tis_spi.c
Jiandi An (1):
tpm/tpm_crb: Use start method value from ACPI table directly
J?r?my Lefaure (1):
tpm, tpm_tis: use ARRAY_SIZE() to define TPM_HID_USR_IDX
Ruben Roy (1):
tpm: fix duplicate inline declaration specifier
drivers/char/tpm/tpm-dev-common.c | 6 +++
drivers/char/tpm/tpm-sysfs.c | 87 +++++++++++++++++++++------------------
drivers/char/tpm/tpm.h | 15 +------
drivers/char/tpm/tpm2-cmd.c | 73 ++++++++++----------------------
drivers/char/tpm/tpm2-space.c | 4 +-
drivers/char/tpm/tpm_crb.c | 59 +++++++++++++-------------
drivers/char/tpm/tpm_tis.c | 5 ++-
drivers/char/tpm/tpm_tis_core.c | 6 +--
drivers/char/tpm/tpm_tis_core.h | 4 +-
drivers/char/tpm/tpm_tis_spi.c | 73 +++++++++++++++++++-------------
10 files changed, 161 insertions(+), 171 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-security-module" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2017-10-18 15:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-18 15:48 Jarkko Sakkinen [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-10-18 15:57 [GIT PULL] tpmdd updates for Linux 4.15 Jarkko Sakkinen
2017-10-19 1:13 ` 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=20171018154824.5mgrgr7jnlfwgujt@linux.intel.com \
--to=jarkko.sakkinen@linux.intel.com \
--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).