[GIT,PULL] tpm: changes for v6.3-rc4

Message ID 20230320133718.m2z4kal4nxhofvbx@kernel.org
State New
Headers
Series [GIT,PULL] tpm: changes for v6.3-rc4 |

Pull-request

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

Message

Jarkko Sakkinen March 20, 2023, 1:37 p.m. UTC
  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(-)
  

Comments

Jarkko Sakkinen March 20, 2023, 1:40 p.m. UTC | #1
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
  
Jarkko Sakkinen March 20, 2023, 1:42 p.m. UTC | #2
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