linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] tpmdd fixes for 4.13
@ 2017-06-19  0:58 Jarkko Sakkinen
  2017-06-19  1:00 ` Jarkko Sakkinen
  2017-06-20  1:22 ` James Morris
  0 siblings, 2 replies; 4+ messages in thread
From: Jarkko Sakkinen @ 2017-06-19  0:58 UTC (permalink / raw)
  To: linux-security-module

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

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [GIT PULL] tpmdd fixes for 4.13
@ 2017-07-03 13:18 Jarkko Sakkinen
  0 siblings, 0 replies; 4+ messages in thread
From: Jarkko Sakkinen @ 2017-07-03 13:18 UTC (permalink / raw)
  To: linux-security-module

Hi James,

these are remaining fixes for 4.13 release. Will be the last PR for the
release unless major regressions show up.

/Jarkko

The following changes since commit c4758fa59285fe4dbfeab4364a6957936d040fbf:

  apparmor: put back designators in struct initialisers (2017-06-28 15:50:43 +1000)

are available in the git repository at:

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

for you to fetch changes up to 65bbcc19ab70d534dc40d0d3626cd986993203a5:

  tpm: do not suspend/resume if power stays on (2017-07-03 16:10:15 +0300)

----------------------------------------------------------------
tpmdd fixes for Linux 4.13

----------------------------------------------------------------
Azhar Shaikh (1):
      tpm: Enable CLKRUN protocol for Braswell systems

Colin Ian King (1):
      tpm_tis: make ilb_base_addr static

Enric Balletbo i Serra (1):
      tpm: do not suspend/resume if power stays on

Jarkko Sakkinen (2):
      tpm: fix a kernel memory leak in tpm-sysfs.c
      tpm: consolidate the TPM startup code

Josh Zimmerman (2):
      Add "shutdown" to "struct class".
      tpm: Issue a TPM2_Shutdown for TPM2 devices.

Manuel Lauss (1):
      tpm/tpm_crb: fix priv->cmd_size initialisation

Roberto Sassu (2):
      tpm: use tpm_buf functions in tpm2_pcr_read()
      tpm: use tpm2_pcr_read() in tpm2_do_selftest()

 drivers/base/core.c              |   6 +-
 drivers/char/tpm/tpm-chip.c      |  34 +++++++++++
 drivers/char/tpm/tpm-interface.c |  70 ++++++++++++++--------
 drivers/char/tpm/tpm-sysfs.c     |   6 +-
 drivers/char/tpm/tpm.h           |  11 ++--
 drivers/char/tpm/tpm2-cmd.c      | 121 ++++++++++-----------------------------
 drivers/char/tpm/tpm_crb.c       |   5 +-
 drivers/char/tpm/tpm_of.c        |   3 +
 drivers/char/tpm/tpm_tis.c       | 113 ++++++++++++++++++++++++++++++++++++
 include/linux/device.h           |   2 +
 10 files changed, 247 insertions(+), 124 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-07-03 13:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-19  0:58 [GIT PULL] tpmdd fixes for 4.13 Jarkko Sakkinen
2017-06-19  1:00 ` Jarkko Sakkinen
2017-06-20  1:22 ` James Morris
  -- strict thread matches above, loose matches on Subject: below --
2017-07-03 13:18 Jarkko Sakkinen

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).