From: jarkko.sakkinen@linux.intel.com (Jarkko Sakkinen)
To: linux-security-module@vger.kernel.org
Subject: [GIT PULL] tpmdd fixes for 4.13
Date: Mon, 19 Jun 2017 02:58:45 +0200 [thread overview]
Message-ID: <1497833925.14670.3.camel@linux.intel.com> (raw)
Hi
Here are thpdates for 4.13.
Major changes:
- Releasing and relinquishing of locality in tpm_vtpm_proxy for each
? command/response sequence.
- Consolidating platform and ACPI driver in tpm_tis.
- Sanitize endian conversions for TPM 1.2 commands i.e. call
? cpu_to_be32() in place when required. Do not have it in the constant
? definition.
BR,
/Jarkko
The following changes since commit
33f2eadabba59cf1c763c46c4470279ec2054099:
? apparmor: export that basic profile namespaces are supported (2017-
06-10 17:11:48 -0700)
are available in the git repository at:
? git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-
20170619
for you to fetch changes up to
e4b0852798bc15ed1a3ed6768ef2c4d2a1cb7599:
? tpm/tpm_atmel: remove unnecessary NULL check (2017-06-19 02:36:04
+0200)
----------------------------------------------------------------
tpmdd updates for Linux 4.13
----------------------------------------------------------------
Andy Shevchenko (1):
??????tpm/st33zp24: Switch to devm_acpi_dev_add_driver_gpios()
Bryan Freed (1):
??????tpm: Apply a sane minimum adapterlimit value for retransmission.
Gustavo A. R. Silva (1):
??????tpm/tpm_atmel: remove unnecessary NULL check
Jarkko Sakkinen (3):
??????tpm: fix byte order related arithmetic inconsistency in
tpm_getcap()
??????tpm, tpm_infineon: remove useless snprintf() calls
??????tpm: remove struct tpm_pcrextend_in
Jason Gunthorpe (3):
??????tpm_tis: Fix IRQ autoprobing when using platform_device
??????tpm_tis: Use platform_get_irq
??????tpm_tis: Consolidate the platform and acpi probe flow
Peter Huewe (1):
??????tpm, tpmrm: Mark tpmrm_write as static
Roberto Sassu (3):
??????tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to
tpm_input_header
??????tpm: move endianness conversion of ordinals to tpm_input_header
??????tpm: move TPM 1.2 code of tpm_pcr_extend() to tpm1_pcr_extend()
Stefan Berger (4):
??????tpm: vtpm_proxy: Suppress error logging when in closed state
??????tpm: Introduce flag TPM_TRANSMIT_RAW
??????tpm: vtpm_proxy: Implement request_locality function.
??????tpm: vtpm_proxy: Prevent userspace from sending driver command
?drivers/char/tpm/st33zp24/i2c.c?????|???3 +-
?drivers/char/tpm/st33zp24/spi.c?????|???3 +-
?drivers/char/tpm/tpm-interface.c????| 118 +++++++++++++-----------
?drivers/char/tpm/tpm-sysfs.c????????|???6 +-
?drivers/char/tpm/tpm.h??????????????|??22 +----
?drivers/char/tpm/tpm2-cmd.c?????????|???2 +-
?drivers/char/tpm/tpm_atmel.c????????|??12 ++-
?drivers/char/tpm/tpm_i2c_infineon.c |??76 +++++++++++-----
?drivers/char/tpm/tpm_infineon.c?????|???8 +-
?drivers/char/tpm/tpm_tis.c??????????| 175 ++++++++++++--------------
----------
?drivers/char/tpm/tpm_vtpm_proxy.c???|??69 ++++++++++++++
?drivers/char/tpm/tpmrm-dev.c????????|???2 +-
?include/uapi/linux/vtpm_proxy.h?????|???4 +
?13 files changed, 269 insertions(+), 231 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
WARNING: multiple messages have this Message-ID (diff)
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 fixes for 4.13
Date: Mon, 19 Jun 2017 02:58:45 +0200 [thread overview]
Message-ID: <1497833925.14670.3.camel@linux.intel.com> (raw)
Hi
Here are thpdates for 4.13.
Major changes:
- Releasing and relinquishing of locality in tpm_vtpm_proxy for each
command/response sequence.
- Consolidating platform and ACPI driver in tpm_tis.
- Sanitize endian conversions for TPM 1.2 commands i.e. call
cpu_to_be32() in place when required. Do not have it in the constant
definition.
BR,
/Jarkko
The following changes since commit
33f2eadabba59cf1c763c46c4470279ec2054099:
apparmor: export that basic profile namespaces are supported (2017-
06-10 17:11:48 -0700)
are available in the git repository at:
git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-
20170619
for you to fetch changes up to
e4b0852798bc15ed1a3ed6768ef2c4d2a1cb7599:
tpm/tpm_atmel: remove unnecessary NULL check (2017-06-19 02:36:04
+0200)
----------------------------------------------------------------
tpmdd updates for Linux 4.13
----------------------------------------------------------------
Andy Shevchenko (1):
tpm/st33zp24: Switch to devm_acpi_dev_add_driver_gpios()
Bryan Freed (1):
tpm: Apply a sane minimum adapterlimit value for retransmission.
Gustavo A. R. Silva (1):
tpm/tpm_atmel: remove unnecessary NULL check
Jarkko Sakkinen (3):
tpm: fix byte order related arithmetic inconsistency in
tpm_getcap()
tpm, tpm_infineon: remove useless snprintf() calls
tpm: remove struct tpm_pcrextend_in
Jason Gunthorpe (3):
tpm_tis: Fix IRQ autoprobing when using platform_device
tpm_tis: Use platform_get_irq
tpm_tis: Consolidate the platform and acpi probe flow
Peter Huewe (1):
tpm, tpmrm: Mark tpmrm_write as static
Roberto Sassu (3):
tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to
tpm_input_header
tpm: move endianness conversion of ordinals to tpm_input_header
tpm: move TPM 1.2 code of tpm_pcr_extend() to tpm1_pcr_extend()
Stefan Berger (4):
tpm: vtpm_proxy: Suppress error logging when in closed state
tpm: Introduce flag TPM_TRANSMIT_RAW
tpm: vtpm_proxy: Implement request_locality function.
tpm: vtpm_proxy: Prevent userspace from sending driver command
drivers/char/tpm/st33zp24/i2c.c | 3 +-
drivers/char/tpm/st33zp24/spi.c | 3 +-
drivers/char/tpm/tpm-interface.c | 118 +++++++++++++-----------
drivers/char/tpm/tpm-sysfs.c | 6 +-
drivers/char/tpm/tpm.h | 22 +----
drivers/char/tpm/tpm2-cmd.c | 2 +-
drivers/char/tpm/tpm_atmel.c | 12 ++-
drivers/char/tpm/tpm_i2c_infineon.c | 76 +++++++++++-----
drivers/char/tpm/tpm_infineon.c | 8 +-
drivers/char/tpm/tpm_tis.c | 175 ++++++++++++--------------
----------
drivers/char/tpm/tpm_vtpm_proxy.c | 69 ++++++++++++++
drivers/char/tpm/tpmrm-dev.c | 2 +-
include/uapi/linux/vtpm_proxy.h | 4 +
13 files changed, 269 insertions(+), 231 deletions(-)
next reply other threads:[~2017-06-19 0:58 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-19 0:58 Jarkko Sakkinen [this message]
2017-06-19 0:58 ` [GIT PULL] tpmdd fixes for 4.13 Jarkko Sakkinen
2017-06-19 1:00 ` Jarkko Sakkinen
2017-06-19 1:00 ` Jarkko Sakkinen
2017-06-20 1:22 ` James Morris
2017-06-20 1:22 ` James Morris
-- strict thread matches above, loose matches on Subject: below --
2017-07-03 13:18 Jarkko Sakkinen
2017-07-03 13:18 ` Jarkko Sakkinen
2017-07-03 13:18 ` 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=1497833925.14670.3.camel@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 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.