mbox series

[5.10,0/3] fscrypt fixes for stable

Message ID 20221104233800.421135-1-ebiggers@kernel.org (mailing list archive)
Headers show
Series fscrypt fixes for stable | expand

Message

Eric Biggers Nov. 4, 2022, 11:37 p.m. UTC
Please apply these to 5.10-stable.

Eric Biggers (3):
  fscrypt: simplify master key locking
  fscrypt: stop using keyrings subsystem for fscrypt_master_key
  fscrypt: fix keyring memory leak on mount failure

 fs/crypto/fscrypt_private.h |  80 ++++--
 fs/crypto/hooks.c           |   8 +-
 fs/crypto/keyring.c         | 495 +++++++++++++++++++-----------------
 fs/crypto/keysetup.c        |  85 +++----
 fs/crypto/policy.c          |   8 +-
 fs/super.c                  |   3 +-
 include/linux/fs.h          |   2 +-
 include/linux/fscrypt.h     |   4 +-
 8 files changed, 360 insertions(+), 325 deletions(-)


base-commit: 95aa34f72132ee42ee3f632a5540c84a5ee8624f

Comments

Greg Kroah-Hartman Nov. 7, 2022, 9:07 a.m. UTC | #1
On Fri, Nov 04, 2022 at 04:37:57PM -0700, Eric Biggers wrote:
> Please apply these to 5.10-stable.
> 
> Eric Biggers (3):
>   fscrypt: simplify master key locking
>   fscrypt: stop using keyrings subsystem for fscrypt_master_key
>   fscrypt: fix keyring memory leak on mount failure

Now queued up, thanks.

greg k-h