All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jarkko Sakkinen <jarkko@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Huewe <peterhuewe@gmx.de>,
	Jarkko Sakkinen <jarkko@kernel.org>,
	Jason Gunthorpe <jgg@ziepe.ca>,
	David Howells <dhowells@redhat.com>,
	Paul Moore <paul@paul-moore.com>,
	James Morris <jmorris@namei.org>,
	"Serge E. Hallyn" <serge@hallyn.com>,
	linux-integrity@vger.kernel.org, linux-kernel@vger.kernel.org,
	keyrings@vger.kernel.org, linux-security-module@vger.kernel.org
Subject: [GIT PULL] tpmdd updates for tpmdd-next-v6.2-rc1
Date: Thu,  8 Dec 2022 16:33:08 +0000	[thread overview]
Message-ID: <20221208163308.9989-1-jarkko@kernel.org> (raw)

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

             reply	other threads:[~2022-12-08 16:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-08 16:33 Jarkko Sakkinen [this message]
2022-12-12 17:33 ` [GIT PULL] tpmdd updates for tpmdd-next-v6.2-rc1 pr-tracker-bot

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=20221208163308.9989-1-jarkko@kernel.org \
    --to=jarkko@kernel.org \
    --cc=dhowells@redhat.com \
    --cc=jgg@ziepe.ca \
    --cc=jmorris@namei.org \
    --cc=keyrings@vger.kernel.org \
    --cc=linux-integrity@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-security-module@vger.kernel.org \
    --cc=paul@paul-moore.com \
    --cc=peterhuewe@gmx.de \
    --cc=serge@hallyn.com \
    --cc=torvalds@linux-foundation.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.