mbox series

[GIT,PULL] linux-tpmdd updates for v6.0-rc1

Message ID 20220928005852.10729-1-jarkko@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] linux-tpmdd updates for v6.0-rc1 | expand

Pull-request

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

Message

Jarkko Sakkinen Sept. 28, 2022, 12:58 a.m. UTC
Hi,

Just some bug fixes.

BR, Jarkko

The following changes since commit f76349cf41451c5c42a99f18a9163377e4b364ff:

  Linux 6.0-rc7 (2022-09-25 14:01:02 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 603fd3d42e144ca36e8340c81b0144c5e7f8b9c2:

  selftest: tpm2: Add Client.__del__() to close /dev/tpm* handle (2022-09-28 03:53:47 +0300)

----------------------------------------------------------------
tpmdd updates for Linux v6.0-rc1

----------------------------------------------------------------
Stefan Berger (1):
      selftest: tpm2: Add Client.__del__() to close /dev/tpm* handle

Vincenzo Frascino (1):
      security/keys: Remove inconsistent __user annotation

Wolfram Sang (1):
      char: move from strlcpy with unused retval to strscpy

 drivers/char/tpm/tpm_ppi.c           | 2 +-
 security/keys/keyring.c              | 2 +-
 tools/testing/selftests/tpm2/tpm2.py | 4 ++++
 3 files changed, 6 insertions(+), 2 deletions(-)

Comments

Jarkko Sakkinen Sept. 28, 2022, 2:32 a.m. UTC | #1
On Wed, Sep 28, 2022 at 03:58:52AM +0300, Jarkko Sakkinen wrote:
> Hi,
> 
> Just some bug fixes.
> 
> BR, Jarkko
> 
> The following changes since commit f76349cf41451c5c42a99f18a9163377e4b364ff:
> 
>   Linux 6.0-rc7 (2022-09-25 14:01:02 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git/ tags/tpmdd-next-v6.0-rc1
> 
> for you to fetch changes up to 603fd3d42e144ca36e8340c81b0144c5e7f8b9c2:
> 
>   selftest: tpm2: Add Client.__del__() to close /dev/tpm* handle (2022-09-28 03:53:47 +0300)
> 
> ----------------------------------------------------------------
> tpmdd updates for Linux v6.0-rc1
> 
> ----------------------------------------------------------------
> Stefan Berger (1):
>       selftest: tpm2: Add Client.__del__() to close /dev/tpm* handle
> 
> Vincenzo Frascino (1):
>       security/keys: Remove inconsistent __user annotation
> 
> Wolfram Sang (1):
>       char: move from strlcpy with unused retval to strscpy
> 
>  drivers/char/tpm/tpm_ppi.c           | 2 +-
>  security/keys/keyring.c              | 2 +-
>  tools/testing/selftests/tpm2/tpm2.py | 4 ++++
>  3 files changed, 6 insertions(+), 2 deletions(-)

Oops, please ignore.

BR, Jarkko