Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1565119 > unrolled thread
| Started by | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> |
|---|---|
| First post | 2017-01-23 17:40 +0100 |
| Last post | 2017-01-23 23:40 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[GIT PULL] tpmdd updates for Linux 4.11 Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2017-01-23 17:40 +0100
Re: [GIT PULL] tpmdd updates for Linux 4.11 James Morris <jmorris@namei.org> - 2017-01-23 23:40 +0100
| From | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> |
|---|---|
| Date | 2017-01-23 17:40 +0100 |
| Subject | [GIT PULL] tpmdd updates for Linux 4.11 |
| Message-ID | <t2POW-jl-25@gated-at.bofh.it> |
Hi
This pull request contains tpmdd updates for Linux 4.11. This release
contains only bug fixes and minor enhancements.
/Jarkko
The following changes since commit b25e67161c295c98acda92123b2dd1e7d8642901:
seccomp: dump core when using SECCOMP_RET_KILL (2017-01-23 21:42:42 +1100)
are available in the git repository at:
git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-20170123
for you to fetch changes up to c659af78eb7b7d7be40f23d9d97bde58eb1368ac:
tpm: Check size of response before accessing data (2017-01-23 18:28:18 +0200)
----------------------------------------------------------------
tpmdd updates for Linux 4.11
----------------------------------------------------------------
Corentin Labbe (1):
tpm/st33zp24: Remove unneeded linux/miscdevice.h include
Geliang Tang (1):
tpm/tpm_tis_spi: drop duplicate header module.h
Jason Gunthorpe (1):
tpm: Do not print an error message when doing TPM auto startup
Jiandi An (1):
tpm, tpm_crb: Handle 64-bit resource in crb_check_resource()
Maciej S. Szmigiero (1):
tpm_tis: use default timeout value if chip reports it as zero
Stefan Berger (1):
tpm: Check size of response before accessing data
Winkler, Tomas (4):
tpm: add kdoc for tpm_transmit and tpm_transmit_cmd
tpm/tpm2-chip: fix kdoc errors
tmp: use pdev for parent device in tpm_chip_alloc
tpm/vtpm: fix kdoc warnings
drivers/char/tpm/st33zp24/st33zp24.c | 1 -
drivers/char/tpm/tpm-chip.c | 8 +-
drivers/char/tpm/tpm-interface.c | 159 ++++++++++++++++++++++----------
drivers/char/tpm/tpm-sysfs.c | 28 ++++--
drivers/char/tpm/tpm.h | 7 +-
drivers/char/tpm/tpm2-cmd.c | 170 +++++++++++++++++++++--------------
drivers/char/tpm/tpm_crb.c | 8 +-
drivers/char/tpm/tpm_ibmvtpm.c | 106 +++++++++++-----------
drivers/char/tpm/tpm_tis.c | 2 +-
drivers/char/tpm/tpm_tis_core.c | 9 +-
drivers/char/tpm/tpm_tis_core.h | 2 +-
drivers/char/tpm/tpm_tis_spi.c | 1 -
drivers/char/tpm/tpm_vtpm_proxy.c | 48 +++++++---
13 files changed, 347 insertions(+), 202 deletions(-)
[toc] | [next] | [standalone]
| From | James Morris <jmorris@namei.org> |
|---|---|
| Date | 2017-01-23 23:40 +0100 |
| Message-ID | <t2Vrk-3Zy-5@gated-at.bofh.it> |
| In reply to | #1565119 |
On Mon, 23 Jan 2017, Jarkko Sakkinen wrote: > Hi > > This pull request contains tpmdd updates for Linux 4.11. This release > contains only bug fixes and minor enhancements. > > /Jarkko > > The following changes since commit b25e67161c295c98acda92123b2dd1e7d8642901: > > seccomp: dump core when using SECCOMP_RET_KILL (2017-01-23 21:42:42 +1100) > > are available in the git repository at: > > git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-20170123 > Pulled, thanks! -- James Morris <jmorris@namei.org>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web