mbox series

[GIT,PULL] TPM DEVICE DRIVER: tpmdd-next-6.11-rc1-roundtwo

Message ID D2RU88JYHTMN.14YA4E5BCVG0L@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] TPM DEVICE DRIVER: tpmdd-next-6.11-rc1-roundtwo | expand

Pull-request

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

Message

Jarkko Sakkinen July 17, 2024, 1:11 p.m. UTC
The following changes since commit d67978318827d06f1c0fa4c31343a279e9df6fde:

  Merge tag 'x86_cpu_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2024-07-15 20:25:16 -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-roundtwo

for you to fetch changes up to 7dc357d343f134bf59815ff6098b93503ec8a23b:

  tpm: Use auth only after NULL check in tpm_buf_check_hmac_response() (2024-07-16 13:55:58 +0300)

----------------------------------------------------------------
Hi

This is additional fix that supplements my earlier fixes for handling
auth, which I unfortunately missed last time.

BR, Jarkko

----------------------------------------------------------------
Hao Ge (1):
      tpm: Use auth only after NULL check in tpm_buf_check_hmac_response()

 drivers/char/tpm/tpm2-sessions.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Jarkko Sakkinen July 17, 2024, 1:14 p.m. UTC | #1
On Wed Jul 17, 2024 at 4:11 PM EEST, Jarkko Sakkinen wrote:
> This is additional fix that supplements my earlier fixes for handling
> auth, which I unfortunately missed last time.

That said my fix did increase collateral damage, same triggering point
existed also before, but I decided to keep the fixes tag as it is as
this supplements the diff for my original diff...

BR, Jarkko
pr-tracker-bot@kernel.org July 19, 2024, 6:09 p.m. UTC | #2
The pull request you sent on Wed, 17 Jul 2024 16:11:04 +0300:

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

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

Thank you!