linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] tpmdd: three bug fixes for v6.4-rc2
@ 2023-05-16  0:02 Jarkko Sakkinen
  2023-05-17 16:52 ` Linus Torvalds
  2023-05-17 16:59 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Jarkko Sakkinen @ 2023-05-16  0:02 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Jarkko Sakkinen, Peter Huewe, Jason Gunthorpe, linux-integrity,
	linux-kernel

The following changes since commit f1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6:

  Linux 6.4-rc2 (2023-05-14 12:51:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jarkkojs/linux-tpmdd.git/ tpmdd-v6.4-rc2

for you to fetch changes up to e7d3e5c4b1dd50a70b31524c3228c62bb41bbab2:

  tpm/tpm_tis: Disable interrupts for more Lenovo devices (2023-05-16 02:48:23 +0300)

----------------------------------------------------------------
Hi, this pull request contains three bug fixes for recently discovered
issues.

BR, Jarkko

----------------------------------------------------------------
Jarkko Sakkinen (2):
      tpm_tis: Use tpm_chip_{start,stop} decoration inside tpm_tis_resume
      tpm: Prevent hwrng from activating during resume

Jerry Snitselaar (1):
      tpm/tpm_tis: Disable interrupts for more Lenovo devices

 drivers/char/tpm/tpm-chip.c      |  4 ++++
 drivers/char/tpm/tpm-interface.c | 10 ++++++++++
 drivers/char/tpm/tpm_tis.c       | 16 +++++++++++++++
 drivers/char/tpm/tpm_tis_core.c  | 43 ++++++++++++++++++----------------------
 include/linux/tpm.h              |  1 +
 5 files changed, 50 insertions(+), 24 deletions(-)

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

* Re: [GIT PULL] tpmdd: three bug fixes for v6.4-rc2
  2023-05-16  0:02 [GIT PULL] tpmdd: three bug fixes for v6.4-rc2 Jarkko Sakkinen
@ 2023-05-17 16:52 ` Linus Torvalds
  2023-05-18  1:44   ` Jarkko Sakkinen
  2023-05-17 16:59 ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2023-05-17 16:52 UTC (permalink / raw)
  To: Jarkko Sakkinen
  Cc: Peter Huewe, Jason Gunthorpe, linux-integrity, linux-kernel

On Mon, May 15, 2023 at 5:02 PM Jarkko Sakkinen <jarkko@kernel.org> wrote:
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/jarkkojs/linux-tpmdd.git/ tpmdd-v6.4-rc2

That didn't work at all.

That "jarkkojs" part of the path seems to be just wrong, and it should
be - like always before - just "jarkko".

I pulled it from the correct location, but I don't know how you messed
that up - maybe just a fat-fingered mistaken edit, or maybe something
else.

So you might try to see what went wrong...

              Linus

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

* Re: [GIT PULL] tpmdd: three bug fixes for v6.4-rc2
  2023-05-16  0:02 [GIT PULL] tpmdd: three bug fixes for v6.4-rc2 Jarkko Sakkinen
  2023-05-17 16:52 ` Linus Torvalds
@ 2023-05-17 16:59 ` pr-tracker-bot
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2023-05-17 16:59 UTC (permalink / raw)
  To: Jarkko Sakkinen
  Cc: Linus Torvalds, Jarkko Sakkinen, Peter Huewe, Jason Gunthorpe,
	linux-integrity, linux-kernel

The pull request you sent on Tue, 16 May 2023 03:02:08 +0300:

> git://git.kernel.org/pub/scm/linux/kernel/git/jarkkojs/linux-tpmdd.git/ tpmdd-v6.4-rc2

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

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

* Re: [GIT PULL] tpmdd: three bug fixes for v6.4-rc2
  2023-05-17 16:52 ` Linus Torvalds
@ 2023-05-18  1:44   ` Jarkko Sakkinen
  0 siblings, 0 replies; 4+ messages in thread
From: Jarkko Sakkinen @ 2023-05-18  1:44 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Peter Huewe, Jason Gunthorpe, linux-integrity, linux-kernel

On Wed May 17, 2023 at 7:52 PM EEST, Linus Torvalds wrote:
> On Mon, May 15, 2023 at 5:02 PM Jarkko Sakkinen <jarkko@kernel.org> wrote:
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/jarkkojs/linux-tpmdd.git/ tpmdd-v6.4-rc2
>
> That didn't work at all.
>
> That "jarkkojs" part of the path seems to be just wrong, and it should
> be - like always before - just "jarkko".
>
> I pulled it from the correct location, but I don't know how you messed
> that up - maybe just a fat-fingered mistaken edit, or maybe something
> else.
>
> So you might try to see what went wrong...
>
>               Linus

Oops, I'm sorry. I'll address this.

BR, Jarkko

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

end of thread, other threads:[~2023-05-18  1:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-16  0:02 [GIT PULL] tpmdd: three bug fixes for v6.4-rc2 Jarkko Sakkinen
2023-05-17 16:52 ` Linus Torvalds
2023-05-18  1:44   ` Jarkko Sakkinen
2023-05-17 16:59 ` 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;
as well as URLs for NNTP newsgroup(s).