public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] TPM DEVICE DRIVER: tpmdd-next-6.11-rc1
@ 2024-07-01 15:51 Jarkko Sakkinen
  2024-07-01 16:35 ` Linus Torvalds
  2024-07-16  0:03 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Jarkko Sakkinen @ 2024-07-01 15:51 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Peter Huewe, Jason Gunthorpe, David Howells, keyrings,
	linux-integrity, linux-kernel

The following changes since commit 22a40d14b572deb80c0648557f4bd502d7e83826:

  Linux 6.10-rc6 (2024-06-30 14:40:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0543f29408a151c1c4a12e5da07ec45c2779b9b8:

  tpm_tis_spi: add missing attpm20p SPI device ID entry (2024-07-01 15:50:02 +0000)

----------------------------------------------------------------
Hi,

Contains couuple of bug fixes.

BR, Jarkko

----------------------------------------------------------------
Joe Hattori (1):
      char: tpm: Fix possible memory leak in tpm_bios_measurements_open()

Vitor Soares (1):
      tpm_tis_spi: add missing attpm20p SPI device ID entry

 drivers/char/tpm/eventlog/common.c  | 2 ++
 drivers/char/tpm/tpm_tis_spi_main.c | 1 +
 2 files changed, 3 insertions(+)

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

* Re: [GIT PULL] TPM DEVICE DRIVER: tpmdd-next-6.11-rc1
  2024-07-01 15:51 [GIT PULL] TPM DEVICE DRIVER: tpmdd-next-6.11-rc1 Jarkko Sakkinen
@ 2024-07-01 16:35 ` Linus Torvalds
  2024-07-01 17:16   ` Jarkko Sakkinen
  2024-07-16  0:03 ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2024-07-01 16:35 UTC (permalink / raw)
  To: Jarkko Sakkinen
  Cc: Peter Huewe, Jason Gunthorpe, David Howells, keyrings,
	linux-integrity, linux-kernel

On Mon, 1 Jul 2024 at 08:51, Jarkko Sakkinen <jarkko@kernel.org> wrote:
>
> Contains couple of bug fixes.

This - and your keys pull - say 6.11-rc1 (and say "next"), but don't
really look like the usual merge window stuff.

Just checking.

            Linus

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

* Re: [GIT PULL] TPM DEVICE DRIVER: tpmdd-next-6.11-rc1
  2024-07-01 16:35 ` Linus Torvalds
@ 2024-07-01 17:16   ` Jarkko Sakkinen
  0 siblings, 0 replies; 4+ messages in thread
From: Jarkko Sakkinen @ 2024-07-01 17:16 UTC (permalink / raw)
  To: Linus Torvalds, Jarkko Sakkinen
  Cc: Peter Huewe, Jason Gunthorpe, David Howells, keyrings,
	linux-integrity, linux-kernel

On Mon Jul 1, 2024 at 4:35 PM UTC, Linus Torvalds wrote:
> On Mon, 1 Jul 2024 at 08:51, Jarkko Sakkinen <jarkko@kernel.org> wrote:
> >
> > Contains couple of bug fixes.
>
> This - and your keys pull - say 6.11-rc1 (and say "next"), but don't
> really look like the usual merge window stuff.

No new features are coming for this release. I had one in progress but
decided to let it mature up until 6.12 [1]. I have one known bug fix
upcoming [2], which I'll send after I've received feedback from Stefan
Berger [3].

The second reason for postponing features is that deploying encrypted
bus is a substantial infrastructural change so it is better to have
bandwidth to fix any possible issues when it ends up to production
kernels.

So yeah, not a usual pull request, but it is still planned unusual one...

>
> Just checking.
>
>             Linus

[1] https://lore.kernel.org/linux-integrity/20240528210823.28798-1-jarkko@kernel.org/T/#t
[2] https://lore.kernel.org/linux-integrity/20240701170735.109583-1-jarkko@kernel.org/T/#u
[3] https://lore.kernel.org/linux-integrity/9f86a167074d9b522311715c567f1c19b88e3ad4.camel@kernel.org/ 

BR, Jarkko

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

* Re: [GIT PULL] TPM DEVICE DRIVER: tpmdd-next-6.11-rc1
  2024-07-01 15:51 [GIT PULL] TPM DEVICE DRIVER: tpmdd-next-6.11-rc1 Jarkko Sakkinen
  2024-07-01 16:35 ` Linus Torvalds
@ 2024-07-16  0:03 ` pr-tracker-bot
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2024-07-16  0:03 UTC (permalink / raw)
  To: Jarkko Sakkinen
  Cc: Linus Torvalds, Peter Huewe, Jason Gunthorpe, David Howells,
	keyrings, linux-integrity, linux-kernel

The pull request you sent on Mon, 01 Jul 2024 15:51:48 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git tags/tpmdd-next-6.11-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4cb9dc10a6c32f2e485f2be47f3d32a45a3fe499

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2024-07-16  0:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-01 15:51 [GIT PULL] TPM DEVICE DRIVER: tpmdd-next-6.11-rc1 Jarkko Sakkinen
2024-07-01 16:35 ` Linus Torvalds
2024-07-01 17:16   ` Jarkko Sakkinen
2024-07-16  0:03 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox