Linux Integrity Measurement development
 help / color / mirror / Atom feed
* [GIT PULL] tpm: changes for v6.3-rc4
@ 2023-03-20 13:37 Jarkko Sakkinen
  2023-03-20 13:40 ` Jarkko Sakkinen
  0 siblings, 1 reply; 3+ messages in thread
From: Jarkko Sakkinen @ 2023-03-20 13:37 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Thomas =?ISO-8859-1?Q?Wei=DFschuh?=, Matthew Garrett,
	Uwe =?ISO-8859-1?Q?Kleine-K=F6nig?=, Peter Huewe, Jason Gunthorpe,
	James Bottomley, linux-integrity, linux-kernel

Hi,

Sent because of a build fix for previous PR. Also couple of less important
fixes.

BR, Jarkko

The following changes since commit e8d018dd0257f744ca50a729e3d042cf2ec9da65:

  Linux 6.3-rc3 (2023-03-19 13:27:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git tags/tpm-v6.3-rc4

for you to fetch changes up to 923c8dfa9a3640d4dcedd7df12b53254f7e6e4fc:

  tpm: fix build break in tpm-chip.c caused by AMD fTPM quirk (2023-03-20 15:27:03 +0200)

----------------------------------------------------------------
tpm: v6.3-rc4

----------------------------------------------------------------
James Bottomley (1):
      tpm: fix build break in tpm-chip.c caused by AMD fTPM quirk

Mark Hasemeyer (1):
      tpm: cr50: i2c: use jiffies to wait for tpm ready irq

Yu Zhe (1):
      tpm: remove unnecessary (void*) conversions

 drivers/char/tpm/eventlog/common.c  | 6 +++---
 drivers/char/tpm/tpm-chip.c         | 2 +-
 drivers/char/tpm/tpm_tis_i2c_cr50.c | 3 +--
 3 files changed, 5 insertions(+), 6 deletions(-)

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

* Re: [GIT PULL] tpm: changes for v6.3-rc4
  2023-03-20 13:37 [GIT PULL] tpm: changes for v6.3-rc4 Jarkko Sakkinen
@ 2023-03-20 13:40 ` Jarkko Sakkinen
  2023-03-20 13:42   ` Jarkko Sakkinen
  0 siblings, 1 reply; 3+ messages in thread
From: Jarkko Sakkinen @ 2023-03-20 13:40 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Thomas =?ISO-8859-1?Q?Wei=DFschuh?=, Matthew Garrett,
	Uwe =?ISO-8859-1?Q?Kleine-K=F6nig?=, Peter Huewe, Jason Gunthorpe,
	James Bottomley, linux-integrity, linux-kernel

On Mon, Mar 20, 2023 at 03:37:18PM +0200, Jarkko Sakkinen wrote:
> Hi,
> 
> Sent because of a build fix for previous PR. Also couple of less important
> fixes.
> 
> BR, Jarkko
> 
> The following changes since commit e8d018dd0257f744ca50a729e3d042cf2ec9da65:
> 
>   Linux 6.3-rc3 (2023-03-19 13:27:55 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git tags/tpm-v6.3-rc4
> 
> for you to fetch changes up to 923c8dfa9a3640d4dcedd7df12b53254f7e6e4fc:
> 
>   tpm: fix build break in tpm-chip.c caused by AMD fTPM quirk (2023-03-20 15:27:03 +0200)
> 
> ----------------------------------------------------------------
> tpm: v6.3-rc4
> 
> ----------------------------------------------------------------
> James Bottomley (1):
>       tpm: fix build break in tpm-chip.c caused by AMD fTPM quirk
> 
> Mark Hasemeyer (1):
>       tpm: cr50: i2c: use jiffies to wait for tpm ready irq
> 
> Yu Zhe (1):
>       tpm: remove unnecessary (void*) conversions
> 
>  drivers/char/tpm/eventlog/common.c  | 6 +++---
>  drivers/char/tpm/tpm-chip.c         | 2 +-
>  drivers/char/tpm/tpm_tis_i2c_cr50.c | 3 +--
>  3 files changed, 5 insertions(+), 6 deletions(-)

Please ignore. Had a dependency to non-upstream bad. My mistake:
I tested with a branch containing encrypted hibernation patches.

BR, Jarkko

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

* Re: [GIT PULL] tpm: changes for v6.3-rc4
  2023-03-20 13:40 ` Jarkko Sakkinen
@ 2023-03-20 13:42   ` Jarkko Sakkinen
  0 siblings, 0 replies; 3+ messages in thread
From: Jarkko Sakkinen @ 2023-03-20 13:42 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Thomas =?ISO-8859-1?Q?Wei=DFschuh?=, Matthew Garrett,
	Uwe =?ISO-8859-1?Q?Kleine-K=F6nig?=, Peter Huewe, Jason Gunthorpe,
	James Bottomley, linux-integrity, linux-kernel

On Mon, Mar 20, 2023 at 03:40:18PM +0200, Jarkko Sakkinen wrote:
> On Mon, Mar 20, 2023 at 03:37:18PM +0200, Jarkko Sakkinen wrote:
> > Hi,
> > 
> > Sent because of a build fix for previous PR. Also couple of less important
> > fixes.
> > 
> > BR, Jarkko
> > 
> > The following changes since commit e8d018dd0257f744ca50a729e3d042cf2ec9da65:
> > 
> >   Linux 6.3-rc3 (2023-03-19 13:27:55 -0700)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git tags/tpm-v6.3-rc4
> > 
> > for you to fetch changes up to 923c8dfa9a3640d4dcedd7df12b53254f7e6e4fc:
> > 
> >   tpm: fix build break in tpm-chip.c caused by AMD fTPM quirk (2023-03-20 15:27:03 +0200)
> > 
> > ----------------------------------------------------------------
> > tpm: v6.3-rc4
> > 
> > ----------------------------------------------------------------
> > James Bottomley (1):
> >       tpm: fix build break in tpm-chip.c caused by AMD fTPM quirk
> > 
> > Mark Hasemeyer (1):
> >       tpm: cr50: i2c: use jiffies to wait for tpm ready irq
> > 
> > Yu Zhe (1):
> >       tpm: remove unnecessary (void*) conversions
> > 
> >  drivers/char/tpm/eventlog/common.c  | 6 +++---
> >  drivers/char/tpm/tpm-chip.c         | 2 +-
> >  drivers/char/tpm/tpm_tis_i2c_cr50.c | 3 +--
> >  3 files changed, 5 insertions(+), 6 deletions(-)
> 
> Please ignore. Had a dependency to non-upstream bad. My mistake:
> I tested with a branch containing encrypted hibernation patches.

Ugh :-( "I" = James

BR, Jarkko

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

end of thread, other threads:[~2023-03-20 13:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-20 13:37 [GIT PULL] tpm: changes for v6.3-rc4 Jarkko Sakkinen
2023-03-20 13:40 ` Jarkko Sakkinen
2023-03-20 13:42   ` Jarkko Sakkinen

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