lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu,  8 Dec 2022 16:33:08 +0000
From:   Jarkko Sakkinen <jarkko@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Peter Huewe <peterhuewe@....de>,
        Jarkko Sakkinen <jarkko@...nel.org>,
        Jason Gunthorpe <jgg@...pe.ca>,
        David Howells <dhowells@...hat.com>,
        Paul Moore <paul@...l-moore.com>,
        James Morris <jmorris@...ei.org>,
        "Serge E. Hallyn" <serge@...lyn.com>,
        linux-integrity@...r.kernel.org, linux-kernel@...r.kernel.org,
        keyrings@...r.kernel.org, linux-security-module@...r.kernel.org
Subject: [GIT PULL] tpmdd updates for tpmdd-next-v6.2-rc1

Hi,

This PR contains an unsorted collection of TPM fixes and one bug fix
for trusted keys.

BR, Jarkko

The following changes since commit 479174d402bcf60789106eedc4def3957c060bad:

  Merge tag 'platform-drivers-x86-v6.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 (2022-12-07 12:37:35 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git/ tags/tpmdd-next-v6.2-rc1

for you to fetch changes up to eaabc245b02a0e0063068178624d2fc12ba91d69:

  tpm: st33zp24: remove pointless checks on probe (2022-12-08 16:20:47 +0000)

----------------------------------------------------------------
tpmdd updates for Linux v6.2-rc1

----------------------------------------------------------------
Ard Biesheuvel (1):
      tpm: Avoid function type cast of put_device()

Dmitry Torokhov (3):
      tpm: st33zp24: drop support for platform data
      tpm: st33zp24: switch to using gpiod API
      tpm: st33zp24: remove pointless checks on probe

Eddie James (2):
      tpm: tis_i2c: Fix sanity check interrupt enable mask
      tpm: Add flag to use default cancellation policy

Hanjun Guo (3):
      tpm: acpi: Call acpi_put_table() to fix memory leak
      tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leak
      tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leak

Michael Kelley (1):
      tpm/tpm_crb: Fix error message in __crb_relinquish_locality()

Sumit Garg (1):
      KEYS: trusted: tee: Make registered shm dependency explicit

Yuan Can (1):
      tpm/tpm_ftpm_tee: Fix error handling in ftpm_mod_init()

 drivers/char/tpm/eventlog/acpi.c         |  12 ++-
 drivers/char/tpm/st33zp24/i2c.c          | 142 +-----------------------------
 drivers/char/tpm/st33zp24/spi.c          | 145 +------------------------------
 drivers/char/tpm/st33zp24/st33zp24.c     |  39 +++++++--
 drivers/char/tpm/st33zp24/st33zp24.h     |   7 +-
 drivers/char/tpm/tpm-chip.c              |   7 +-
 drivers/char/tpm/tpm_crb.c               |  31 ++++---
 drivers/char/tpm/tpm_ftpm_tee.c          |   8 +-
 drivers/char/tpm/tpm_tis.c               |   9 +-
 drivers/char/tpm/tpm_tis_core.c          |  20 +++--
 drivers/char/tpm/tpm_tis_core.h          |   1 +
 drivers/char/tpm/tpm_tis_i2c.c           |   3 +-
 include/linux/platform_data/st33zp24.h   |  16 ----
 security/keys/trusted-keys/trusted_tee.c |   3 +-
 14 files changed, 108 insertions(+), 335 deletions(-)
 delete mode 100644 include/linux/platform_data/st33zp24.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ